HSL(138, 90%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(138,90%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(138, 90%, 71%) color: hsl(138, 90%, 71%)
HEX #72F89A color: #72F89A
RGB rgb(114, 248, 154) color: rgb(114, 248, 154)
CMYK cmyk(54%, 0%, 38%, 3%)
HSV hsv(138, 54%, 97%)
HWB hwb(138 45% 3%) color: hwb(138 45% 3%)
OKLCH oklch(0.881 0.176 150.98) color: oklch(0.881 0.176 150.98)
Lab lab(88.47 -56.77 34.27) color: lab(88.47 -56.77 34.27)
LCH lch(88.47 66.31 148.88) color: lch(88.47 66.31 148.88)

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.35:1
vs Black 15.61: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)

#ACADB1 — rgb(172, 173, 177)

Deuteranopia (Green-blind)

#A49AB6 — rgb(164, 154, 182)

Tritanopia (Blue-blind)

#79C3C7 — rgb(121, 195, 199)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(138, 90%, 71%);

text

color: hsl(138, 90%, 71%);

border

border: 2px solid hsl(138, 90%, 71%);

gradient light

background: linear-gradient(to right, hsl(138, 90%, 91%), hsl(138, 90%, 71%));

gradient dark

background: linear-gradient(to right, hsl(138, 90%, 71%), hsl(138, 90%, 51%))

hex

background-color: #72F89A;

tailwind

bg-[hsl(138,90%,71%)]

box shadow

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

css variable

--color-primary: hsl(138, 90%, 71%);

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(138, 90%, 71%)?

HEX: #72F89A | RGB: rgb(114, 248, 154) | CMYK: 54%, 0%, 38%, 3% | HSV: 138°, 54%, 97%. Copy any format from the conversion table above.

What colors go well with #72F89A?

The complementary color is HSL(318, 90%, 71%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(138, 90%, 71%) in CSS?

As HSL: color: hsl(138, 90%, 71%); — As HEX: color: #72F89A; — As RGB: color: rgb(114, 248, 154); — Tailwind CSS: bg-[hsl(138,90%,71%)] — CSS variable: --color-primary: hsl(138, 90%, 71%);