HSL(82, 59%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,59%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 59%, 44%) | color: hsl(82, 59%, 44%) | |
| HEX | #82B22E | color: #82B22E | |
| RGB | rgb(130, 178, 46) | color: rgb(130, 178, 46) | |
| CMYK | cmyk(27%, 0%, 74%, 30%) | — | |
| HSV | hsv(82, 74%, 70%) | — | |
| HWB | hwb(82 18% 30%) | color: hwb(82 18% 30%) | |
| OKLCH | oklch(0.7046 0.1648 127.84) | color: oklch(0.7046 0.1648 127.84) | |
| Lab | lab(67.11 -35.27 58.38) | color: lab(67.11 -35.27 58.38) | |
| LCH | lch(67.11 68.21 121.14) | color: lch(67.11 68.21 121.14) |
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)
#97974E — rgb(151, 151, 78)
Deuteranopia (Green-blind)
#949056 — rgb(148, 144, 86)
Tritanopia (Blue-blind)
#84676D — rgb(132, 103, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 59%, 44%);
text
color: hsl(82, 59%, 44%);
border
border: 2px solid hsl(82, 59%, 44%);
gradient light
background: linear-gradient(to right, hsl(82, 59%, 64%), hsl(82, 59%, 44%));
gradient dark
background: linear-gradient(to right, hsl(82, 59%, 44%), hsl(82, 59%, 24%))
hex
background-color: #82B22E;
tailwind
bg-[hsl(82,59%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 59%, 44%, 0.4);
css variable
--color-primary: hsl(82, 59%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 59%, 44%)?
HEX: #82B22E | RGB: rgb(130, 178, 46) | CMYK: 27%, 0%, 74%, 30% | HSV: 82°, 74%, 70%. Copy any format from the conversion table above.
What colors go well with #82B22E?
The complementary color is HSL(262, 59%, 44%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 59%, 44%) in CSS?
As HSL: color: hsl(82, 59%, 44%); — As HEX: color: #82B22E; — As RGB: color: rgb(130, 178, 46); — Tailwind CSS: bg-[hsl(82,59%,44%)] — CSS variable: --color-primary: hsl(82, 59%, 44%);