HSL(96, 20%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,20%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 20%, 59%) | color: hsl(96, 20%, 59%) | |
| HEX | #92AB82 | color: #92AB82 | |
| RGB | rgb(146, 171, 130) | color: rgb(146, 171, 130) | |
| CMYK | cmyk(15%, 0%, 24%, 33%) | — | |
| HSV | hsv(97, 24%, 67%) | — | |
| HWB | hwb(97 51% 33%) | color: hwb(97 51% 33%) | |
| OKLCH | oklch(0.7111 0.0642 133.42) | color: oklch(0.7111 0.0642 133.42) | |
| Lab | lab(67.16 -16.35 18.32) | color: lab(67.16 -16.35 18.32) | |
| LCH | lch(67.16 24.55 131.75) | color: lch(67.16 24.55 131.75) |
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)
#9D9D8C — rgb(157, 157, 140)
Deuteranopia (Green-blind)
#9B9A8E — rgb(155, 154, 142)
Tritanopia (Blue-blind)
#939495 — rgb(147, 148, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 20%, 59%);
text
color: hsl(96, 20%, 59%);
border
border: 2px solid hsl(96, 20%, 59%);
gradient light
background: linear-gradient(to right, hsl(96, 20%, 79%), hsl(96, 20%, 59%));
gradient dark
background: linear-gradient(to right, hsl(96, 20%, 59%), hsl(96, 20%, 39%))
hex
background-color: #92AB82;
tailwind
bg-[hsl(96,20%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 20%, 59%, 0.4);
css variable
--color-primary: hsl(96, 20%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 20%, 59%)?
HEX: #92AB82 | RGB: rgb(146, 171, 130) | CMYK: 15%, 0%, 24%, 33% | HSV: 97°, 24%, 67%. Copy any format from the conversion table above.
What colors go well with #92AB82?
The complementary color is HSL(276, 20%, 59%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 20%, 59%) in CSS?
As HSL: color: hsl(96, 20%, 59%); — As HEX: color: #92AB82; — As RGB: color: rgb(146, 171, 130); — Tailwind CSS: bg-[hsl(96,20%,59%)] — CSS variable: --color-primary: hsl(96, 20%, 59%);