HSL(140, 90%, 80%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(140,90%,80%)]

Color Conversions

Format Value CSS Usage
HSL hsl(140, 90%, 80%) color: hsl(140, 90%, 80%)
HEX #9EFABD color: #9EFABD
RGB rgb(158, 250, 189) color: rgb(158, 250, 189)
CMYK cmyk(37%, 0%, 24%, 2%)
HSV hsv(140, 37%, 98%)
HWB hwb(140 62% 2%) color: hwb(140 62% 2%)
OKLCH oklch(0.9114 0.1221 154.24) color: oklch(0.9114 0.1221 154.24)
Lab lab(91.37 -40.03 20.78) color: lab(91.37 -40.03 20.78)
LCH lch(91.37 45.1 152.57) color: lch(91.37 45.1 152.57)

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.86: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)

#C6C7CC — rgb(198, 199, 204)

Deuteranopia (Green-blind)

#C1BACF — rgb(193, 186, 207)

Tritanopia (Blue-blind)

#A3D7DA — rgb(163, 215, 218)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(140, 90%, 80%);

text

color: hsl(140, 90%, 80%);

border

border: 2px solid hsl(140, 90%, 80%);

gradient light

background: linear-gradient(to right, hsl(140, 90%, 100%), hsl(140, 90%, 80%));

gradient dark

background: linear-gradient(to right, hsl(140, 90%, 80%), hsl(140, 90%, 60%))

hex

background-color: #9EFABD;

tailwind

bg-[hsl(140,90%,80%)]

box shadow

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

css variable

--color-primary: hsl(140, 90%, 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(140, 90%, 80%)?

HEX: #9EFABD | RGB: rgb(158, 250, 189) | CMYK: 37%, 0%, 24%, 2% | HSV: 140°, 37%, 98%. Copy any format from the conversion table above.

What colors go well with #9EFABD?

The complementary color is HSL(320, 90%, 80%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(140, 90%, 80%) in CSS?

As HSL: color: hsl(140, 90%, 80%); — As HEX: color: #9EFABD; — As RGB: color: rgb(158, 250, 189); — Tailwind CSS: bg-[hsl(140,90%,80%)] — CSS variable: --color-primary: hsl(140, 90%, 80%);