HSL(81, 30%, 59%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(81,30%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(81, 30%, 59%) color: hsl(81, 30%, 59%)
HEX #A0B677 color: #A0B677
RGB rgb(160, 182, 119) color: rgb(160, 182, 119)
CMYK cmyk(12%, 0%, 35%, 29%)
HSV hsv(81, 35%, 71%)
HWB hwb(81 46% 29%) color: hwb(81 46% 29%)
OKLCH oklch(0.744 0.0889 124.18) color: oklch(0.744 0.0889 124.18)
Lab lab(71.05 -18.36 29.63) color: lab(71.05 -18.36 29.63)
LCH lch(71.05 34.86 121.78) color: lch(71.05 34.86 121.78)

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.22:1
vs Black 9.45: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)

#AAAA86 — rgb(170, 170, 134)

Deuteranopia (Green-blind)

#A8A78A — rgb(168, 167, 138)

Tritanopia (Blue-blind)

#A19295 — rgb(161, 146, 149)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(81, 30%, 59%);

text

color: hsl(81, 30%, 59%);

border

border: 2px solid hsl(81, 30%, 59%);

gradient light

background: linear-gradient(to right, hsl(81, 30%, 79%), hsl(81, 30%, 59%));

gradient dark

background: linear-gradient(to right, hsl(81, 30%, 59%), hsl(81, 30%, 39%))

hex

background-color: #A0B677;

tailwind

bg-[hsl(81,30%,59%)]

box shadow

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

css variable

--color-primary: hsl(81, 30%, 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(81, 30%, 59%)?

HEX: #A0B677 | RGB: rgb(160, 182, 119) | CMYK: 12%, 0%, 35%, 29% | HSV: 81°, 35%, 71%. Copy any format from the conversion table above.

What colors go well with #A0B677?

The complementary color is HSL(261, 30%, 59%). 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, 30%, 59%) in CSS?

As HSL: color: hsl(81, 30%, 59%); — As HEX: color: #A0B677; — As RGB: color: rgb(160, 182, 119); — Tailwind CSS: bg-[hsl(81,30%,59%)] — CSS variable: --color-primary: hsl(81, 30%, 59%);