HSL(89, 24%, 66%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(89,24%,66%)]

Color Conversions

Format Value CSS Usage
HSL hsl(89, 24%, 66%) color: hsl(89, 24%, 66%)
HEX #A9BD93 color: #A9BD93
RGB rgb(169, 189, 147) color: rgb(169, 189, 147)
CMYK cmyk(11%, 0%, 22%, 26%)
HSV hsv(89, 22%, 74%)
HWB hwb(89 58% 26%) color: hwb(89 58% 26%)
OKLCH oklch(0.772 0.0619 128.5) color: oklch(0.772 0.0619 128.5)
Lab lab(74.15 -14.43 19) color: lab(74.15 -14.43 19)
LCH lch(74.15 23.86 127.22) color: lch(74.15 23.86 127.22)

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.02:1
vs Black 10.39: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)

#B2B29D — rgb(178, 178, 157)

Deuteranopia (Green-blind)

#B1AFA0 — rgb(177, 175, 160)

Tritanopia (Blue-blind)

#AAA5A7 — rgb(170, 165, 167)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(89, 24%, 66%);

text

color: hsl(89, 24%, 66%);

border

border: 2px solid hsl(89, 24%, 66%);

gradient light

background: linear-gradient(to right, hsl(89, 24%, 86%), hsl(89, 24%, 66%));

gradient dark

background: linear-gradient(to right, hsl(89, 24%, 66%), hsl(89, 24%, 46%))

hex

background-color: #A9BD93;

tailwind

bg-[hsl(89,24%,66%)]

box shadow

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

css variable

--color-primary: hsl(89, 24%, 66%);

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, 24%, 66%)?

HEX: #A9BD93 | RGB: rgb(169, 189, 147) | CMYK: 11%, 0%, 22%, 26% | HSV: 89°, 22%, 74%. Copy any format from the conversion table above.

What colors go well with #A9BD93?

The complementary color is HSL(269, 24%, 66%). 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, 24%, 66%) in CSS?

As HSL: color: hsl(89, 24%, 66%); — As HEX: color: #A9BD93; — As RGB: color: rgb(169, 189, 147); — Tailwind CSS: bg-[hsl(89,24%,66%)] — CSS variable: --color-primary: hsl(89, 24%, 66%);