HSL(82, 80%, 59%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,80%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 80%, 59%) color: hsl(82, 80%, 59%)
HEX #ADEA43 color: #ADEA43
RGB rgb(173, 234, 67) color: rgb(173, 234, 67)
CMYK cmyk(26%, 0%, 71%, 8%)
HSV hsv(82, 71%, 92%)
HWB hwb(82 27% 8%) color: hwb(82 27% 8%)
OKLCH oklch(0.8655 0.1998 127.76) color: oklch(0.8655 0.1998 127.76)
Lab lab(86.07 -42.72 70.56) color: lab(86.07 -42.72 70.56)
LCH lch(86.07 82.48 121.19) color: lch(86.07 82.48 121.19)

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.44:1
vs Black 14.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)

#C7C86B — rgb(199, 200, 107)

Deuteranopia (Green-blind)

#C4BF75 — rgb(196, 191, 117)

Tritanopia (Blue-blind)

#B08B92 — rgb(176, 139, 146)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 80%, 59%);

text

color: hsl(82, 80%, 59%);

border

border: 2px solid hsl(82, 80%, 59%);

gradient light

background: linear-gradient(to right, hsl(82, 80%, 79%), hsl(82, 80%, 59%));

gradient dark

background: linear-gradient(to right, hsl(82, 80%, 59%), hsl(82, 80%, 39%))

hex

background-color: #ADEA43;

tailwind

bg-[hsl(82,80%,59%)]

box shadow

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

css variable

--color-primary: hsl(82, 80%, 59%);

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(82, 80%, 59%)?

HEX: #ADEA43 | RGB: rgb(173, 234, 67) | CMYK: 26%, 0%, 71%, 8% | HSV: 82°, 71%, 92%. Copy any format from the conversion table above.

What colors go well with #ADEA43?

The complementary color is HSL(262, 80%, 59%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(82, 80%, 59%) in CSS?

As HSL: color: hsl(82, 80%, 59%); — As HEX: color: #ADEA43; — As RGB: color: rgb(173, 234, 67); — Tailwind CSS: bg-[hsl(82,80%,59%)] — CSS variable: --color-primary: hsl(82, 80%, 59%);