HSL(122, 93%, 80%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(122,93%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 93%, 80%) color: hsl(122, 93%, 80%)
HEX #9DFBA0 color: #9DFBA0
RGB rgb(157, 251, 160) color: rgb(157, 251, 160)
CMYK cmyk(37%, 0%, 36%, 2%)
HSV hsv(122, 37%, 98%)
HWB hwb(122 62% 2%) color: hwb(122 62% 2%)
OKLCH oklch(0.9074 0.1519 144.9) color: oklch(0.9074 0.1519 144.9)
Lab lab(91.1 -45.62 35.06) color: lab(91.1 -45.62 35.06)
LCH lch(91.1 57.54 142.46) color: lch(91.1 57.54 142.46)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.25:1
vs Black 16.74:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#C6C7B6 — rgb(198, 199, 182)

Deuteranopia (Green-blind)

#C0B9BB — rgb(192, 185, 187)

Tritanopia (Blue-blind)

#A2C7CB — rgb(162, 199, 203)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 93%, 80%);

text

color: hsl(122, 93%, 80%);

border

border: 2px solid hsl(122, 93%, 80%);

gradient light

background: linear-gradient(to right, hsl(122, 93%, 100%), hsl(122, 93%, 80%));

gradient dark

background: linear-gradient(to right, hsl(122, 93%, 80%), hsl(122, 93%, 60%))

hex

background-color: #9DFBA0;

tailwind

bg-[hsl(122,93%,80%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(122, 93%, 80%, 0.4);

css variable

--color-primary: hsl(122, 93%, 80%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(122, 93%, 80%)?

HEX: #9DFBA0 | RGB: rgb(157, 251, 160) | CMYK: 37%, 0%, 36%, 2% | HSV: 122°, 37%, 98%. Copy any format from the conversion table above.

What colors go well with #9DFBA0?

The complementary color is HSL(302, 93%, 80%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 93%, 80%) in CSS?

As HSL: color: hsl(122, 93%, 80%); — As HEX: color: #9DFBA0; — As RGB: color: rgb(157, 251, 160); — Tailwind CSS: bg-[hsl(122,93%,80%)] — CSS variable: --color-primary: hsl(122, 93%, 80%);