HSL(81, 62%, 60%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(81,62%,60%)]

Color Conversions

Format Value CSS Usage
HSL hsl(81, 62%, 60%) color: hsl(81, 62%, 60%)
HEX #ACD85A color: #ACD85A
RGB rgb(172, 216, 90) color: rgb(172, 216, 90)
CMYK cmyk(20%, 0%, 58%, 15%)
HSV hsv(81, 58%, 85%)
HWB hwb(81 36% 15%) color: hwb(81 36% 15%)
OKLCH oklch(0.8255 0.1614 125.92) color: oklch(0.8255 0.1614 125.92)
Lab lab(81.08 -33.39 56.22) color: lab(81.08 -33.39 56.22)
LCH lch(81.08 65.39 120.71) color: lch(81.08 65.39 120.71)

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.65:1
vs Black 12.72: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)

#BFBF78 — rgb(191, 191, 120)

Deuteranopia (Green-blind)

#BDB980 — rgb(189, 185, 128)

Tritanopia (Blue-blind)

#AE9196 — rgb(174, 145, 150)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(81, 62%, 60%);

text

color: hsl(81, 62%, 60%);

border

border: 2px solid hsl(81, 62%, 60%);

gradient light

background: linear-gradient(to right, hsl(81, 62%, 80%), hsl(81, 62%, 60%));

gradient dark

background: linear-gradient(to right, hsl(81, 62%, 60%), hsl(81, 62%, 40%))

hex

background-color: #ACD85A;

tailwind

bg-[hsl(81,62%,60%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(81, 62%, 60%, 0.4);

css variable

--color-primary: hsl(81, 62%, 60%);

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(81, 62%, 60%)?

HEX: #ACD85A | RGB: rgb(172, 216, 90) | CMYK: 20%, 0%, 58%, 15% | HSV: 81°, 58%, 85%. Copy any format from the conversion table above.

What colors go well with #ACD85A?

The complementary color is HSL(261, 62%, 60%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(81, 62%, 60%) in CSS?

As HSL: color: hsl(81, 62%, 60%); — As HEX: color: #ACD85A; — As RGB: color: rgb(172, 216, 90); — Tailwind CSS: bg-[hsl(81,62%,60%)] — CSS variable: --color-primary: hsl(81, 62%, 60%);