HSL(80, 89%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,89%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 89%, 22%) | color: hsl(80, 89%, 22%) | |
| HEX | #496A06 | color: #496A06 | |
| RGB | rgb(73, 106, 6) | color: rgb(73, 106, 6) | |
| CMYK | cmyk(31%, 0%, 94%, 58%) | — | |
| HSV | hsv(80, 94%, 42%) | — | |
| HWB | hwb(80 3% 58%) | color: hwb(80 3% 58%) | |
| OKLCH | oklch(0.4808 0.1231 128.13) | color: oklch(0.4808 0.1231 128.13) | |
| Lab | lab(40.8 -26.29 44.98) | color: lab(40.8 -26.29 44.98) | |
| LCH | lch(40.8 52.1 120.31) | color: lch(40.8 52.1 120.31) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#57581E — rgb(87, 88, 30)
Deuteranopia (Green-blind)
#555324 — rgb(85, 83, 36)
Tritanopia (Blue-blind)
#4B3136 — rgb(75, 49, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 89%, 22%);
text
color: hsl(80, 89%, 22%);
border
border: 2px solid hsl(80, 89%, 22%);
gradient light
background: linear-gradient(to right, hsl(80, 89%, 42%), hsl(80, 89%, 22%));
gradient dark
background: linear-gradient(to right, hsl(80, 89%, 22%), hsl(80, 89%, 2%))
hex
background-color: #496A06;
tailwind
bg-[hsl(80,89%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 89%, 22%, 0.4);
css variable
--color-primary: hsl(80, 89%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 89%, 22%)?
HEX: #496A06 | RGB: rgb(73, 106, 6) | CMYK: 31%, 0%, 94%, 58% | HSV: 80°, 94%, 42%. Copy any format from the conversion table above.
What colors go well with #496A06?
The complementary color is HSL(260, 89%, 22%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 89%, 22%) in CSS?
As HSL: color: hsl(80, 89%, 22%); — As HEX: color: #496A06; — As RGB: color: rgb(73, 106, 6); — Tailwind CSS: bg-[hsl(80,89%,22%)] — CSS variable: --color-primary: hsl(80, 89%, 22%);