HSL(82, 36%, 64%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(82,36%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(82, 36%, 64%) color: hsl(82, 36%, 64%)
HEX #ACC482 color: #ACC482
RGB rgb(172, 196, 130) color: rgb(172, 196, 130)
CMYK cmyk(12%, 0%, 34%, 23%)
HSV hsv(82, 34%, 77%)
HWB hwb(82 51% 23%) color: hwb(82 51% 23%)
OKLCH oklch(0.7861 0.0923 124.72) color: oklch(0.7861 0.0923 124.72)
Lab lab(75.98 -19.36 30.52) color: lab(75.98 -19.36 30.52)
LCH lch(75.98 36.14 122.39) color: lch(75.98 36.14 122.39)

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.91:1
vs Black 10.97: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)

#B6B792 — rgb(182, 183, 146)

Deuteranopia (Green-blind)

#B5B396 — rgb(181, 179, 150)

Tritanopia (Blue-blind)

#AD9FA1 — rgb(173, 159, 161)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(82, 36%, 64%);

text

color: hsl(82, 36%, 64%);

border

border: 2px solid hsl(82, 36%, 64%);

gradient light

background: linear-gradient(to right, hsl(82, 36%, 84%), hsl(82, 36%, 64%));

gradient dark

background: linear-gradient(to right, hsl(82, 36%, 64%), hsl(82, 36%, 44%))

hex

background-color: #ACC482;

tailwind

bg-[hsl(82,36%,64%)]

box shadow

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

css variable

--color-primary: hsl(82, 36%, 64%);

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, 36%, 64%)?

HEX: #ACC482 | RGB: rgb(172, 196, 130) | CMYK: 12%, 0%, 34%, 23% | HSV: 82°, 34%, 77%. Copy any format from the conversion table above.

What colors go well with #ACC482?

The complementary color is HSL(262, 36%, 64%). 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, 36%, 64%) in CSS?

As HSL: color: hsl(82, 36%, 64%); — As HEX: color: #ACC482; — As RGB: color: rgb(172, 196, 130); — Tailwind CSS: bg-[hsl(82,36%,64%)] — CSS variable: --color-primary: hsl(82, 36%, 64%);