HSL(89, 40%, 51%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(89,40%,51%)]

Color Conversions

Format Value CSS Usage
HSL hsl(89, 40%, 51%) color: hsl(89, 40%, 51%)
HEX #84B450 color: #84B450
RGB rgb(132, 180, 80) color: rgb(132, 180, 80)
CMYK cmyk(27%, 0%, 56%, 29%)
HSV hsv(89, 56%, 71%)
HWB hwb(89 31% 29%) color: hwb(89 31% 29%)
OKLCH oklch(0.7139 0.1405 130.58) color: oklch(0.7139 0.1405 130.58)
Lab lab(68.11 -32.72 45.27) color: lab(68.11 -32.72 45.27)
LCH lch(68.11 55.86 125.86) color: lch(68.11 55.86 125.86)

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 2.43:1
vs Black 8.63: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)

#999968 — rgb(153, 153, 104)

Deuteranopia (Green-blind)

#96926E — rgb(150, 146, 110)

Tritanopia (Blue-blind)

#867B80 — rgb(134, 123, 128)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(89, 40%, 51%);

text

color: hsl(89, 40%, 51%);

border

border: 2px solid hsl(89, 40%, 51%);

gradient light

background: linear-gradient(to right, hsl(89, 40%, 71%), hsl(89, 40%, 51%));

gradient dark

background: linear-gradient(to right, hsl(89, 40%, 51%), hsl(89, 40%, 31%))

hex

background-color: #84B450;

tailwind

bg-[hsl(89,40%,51%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(89, 40%, 51%, 0.4);

css variable

--color-primary: hsl(89, 40%, 51%);

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(89, 40%, 51%)?

HEX: #84B450 | RGB: rgb(132, 180, 80) | CMYK: 27%, 0%, 56%, 29% | HSV: 89°, 56%, 71%. Copy any format from the conversion table above.

What colors go well with #84B450?

The complementary color is HSL(269, 40%, 51%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(89, 40%, 51%) in CSS?

As HSL: color: hsl(89, 40%, 51%); — As HEX: color: #84B450; — As RGB: color: rgb(132, 180, 80); — Tailwind CSS: bg-[hsl(89,40%,51%)] — CSS variable: --color-primary: hsl(89, 40%, 51%);