HSL(66, 54%, 43%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(66,54%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(66, 54%, 43%) color: hsl(66, 54%, 43%)
HEX #9DA932 color: #9DA932
RGB rgb(157, 169, 50) color: rgb(157, 169, 50)
CMYK cmyk(7%, 0%, 70%, 34%)
HSV hsv(66, 70%, 66%)
HWB hwb(66 20% 34%) color: hwb(66 20% 34%)
OKLCH oklch(0.7032 0.14 115.06) color: oklch(0.7032 0.14 115.06)
Lab lab(66.35 -19.62 56.8) color: lab(66.35 -19.62 56.8)
LCH lch(66.35 60.09 109.06) color: lch(66.35 60.09 109.06)

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.58:1
vs Black 8.15: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)

#A2A24F — rgb(162, 162, 79)

Deuteranopia (Green-blind)

#A2A156 — rgb(162, 161, 86)

Tritanopia (Blue-blind)

#9E666B — rgb(158, 102, 107)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(66, 54%, 43%);

text

color: hsl(66, 54%, 43%);

border

border: 2px solid hsl(66, 54%, 43%);

gradient light

background: linear-gradient(to right, hsl(66, 54%, 63%), hsl(66, 54%, 43%));

gradient dark

background: linear-gradient(to right, hsl(66, 54%, 43%), hsl(66, 54%, 23%))

hex

background-color: #9DA932;

tailwind

bg-[hsl(66,54%,43%)]

box shadow

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

css variable

--color-primary: hsl(66, 54%, 43%);

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(66, 54%, 43%)?

HEX: #9DA932 | RGB: rgb(157, 169, 50) | CMYK: 7%, 0%, 70%, 34% | HSV: 66°, 70%, 66%. Copy any format from the conversion table above.

What colors go well with #9DA932?

The complementary color is HSL(246, 54%, 43%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(66, 54%, 43%) in CSS?

As HSL: color: hsl(66, 54%, 43%); — As HEX: color: #9DA932; — As RGB: color: rgb(157, 169, 50); — Tailwind CSS: bg-[hsl(66,54%,43%)] — CSS variable: --color-primary: hsl(66, 54%, 43%);