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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);