HSL(91, 52%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,52%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 52%, 52%) | color: hsl(91, 52%, 52%) | |
| HEX | #82C445 | color: #82C445 | |
| RGB | rgb(130, 196, 69) | color: rgb(130, 196, 69) | |
| CMYK | cmyk(34%, 0%, 65%, 23%) | — | |
| HSV | hsv(91, 65%, 77%) | — | |
| HWB | hwb(91 27% 23%) | color: hwb(91 27% 23%) | |
| OKLCH | oklch(0.7502 0.1723 132.64) | color: oklch(0.7502 0.1723 132.64) | |
| Lab | lab(72.66 -41.66 55.24) | color: lab(72.66 -41.66 55.24) | |
| LCH | lch(72.66 69.19 127.02) | color: lch(72.66 69.19 127.02) |
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)
#9F9F64 — rgb(159, 159, 100)
Deuteranopia (Green-blind)
#9B966B — rgb(155, 150, 107)
Tritanopia (Blue-blind)
#857C81 — rgb(133, 124, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 52%, 52%);
text
color: hsl(91, 52%, 52%);
border
border: 2px solid hsl(91, 52%, 52%);
gradient light
background: linear-gradient(to right, hsl(91, 52%, 72%), hsl(91, 52%, 52%));
gradient dark
background: linear-gradient(to right, hsl(91, 52%, 52%), hsl(91, 52%, 32%))
hex
background-color: #82C445;
tailwind
bg-[hsl(91,52%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 52%, 52%, 0.4);
css variable
--color-primary: hsl(91, 52%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 52%, 52%)?
HEX: #82C445 | RGB: rgb(130, 196, 69) | CMYK: 34%, 0%, 65%, 23% | HSV: 91°, 65%, 77%. Copy any format from the conversion table above.
What colors go well with #82C445?
The complementary color is HSL(271, 52%, 52%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 52%, 52%) in CSS?
As HSL: color: hsl(91, 52%, 52%); — As HEX: color: #82C445; — As RGB: color: rgb(130, 196, 69); — Tailwind CSS: bg-[hsl(91,52%,52%)] — CSS variable: --color-primary: hsl(91, 52%, 52%);