HSL(112, 27%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,27%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 27%, 59%) | color: hsl(112, 27%, 59%) | |
| HEX | #82B37A | color: #82B37A | |
| RGB | rgb(130, 179, 122) | color: rgb(130, 179, 122) | |
| CMYK | cmyk(27%, 0%, 32%, 30%) | — | |
| HSV | hsv(112, 32%, 70%) | — | |
| HWB | hwb(112 48% 30%) | color: hwb(112 48% 30%) | |
| OKLCH | oklch(0.7171 0.0961 141.05) | color: oklch(0.7171 0.0961 141.05) | |
| Lab | lab(68.31 -27.41 24.04) | color: lab(68.31 -27.41 24.04) | |
| LCH | lch(68.31 36.46 138.75) | color: lch(68.31 36.46 138.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)
#979888 — rgb(151, 152, 136)
Deuteranopia (Green-blind)
#94918B — rgb(148, 145, 139)
Tritanopia (Blue-blind)
#849395 — rgb(132, 147, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 27%, 59%);
text
color: hsl(112, 27%, 59%);
border
border: 2px solid hsl(112, 27%, 59%);
gradient light
background: linear-gradient(to right, hsl(112, 27%, 79%), hsl(112, 27%, 59%));
gradient dark
background: linear-gradient(to right, hsl(112, 27%, 59%), hsl(112, 27%, 39%))
hex
background-color: #82B37A;
tailwind
bg-[hsl(112,27%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 27%, 59%, 0.4);
css variable
--color-primary: hsl(112, 27%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 27%, 59%)?
HEX: #82B37A | RGB: rgb(130, 179, 122) | CMYK: 27%, 0%, 32%, 30% | HSV: 112°, 32%, 70%. Copy any format from the conversion table above.
What colors go well with #82B37A?
The complementary color is HSL(292, 27%, 59%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 27%, 59%) in CSS?
As HSL: color: hsl(112, 27%, 59%); — As HEX: color: #82B37A; — As RGB: color: rgb(130, 179, 122); — Tailwind CSS: bg-[hsl(112,27%,59%)] — CSS variable: --color-primary: hsl(112, 27%, 59%);