HSL(82, 57%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,57%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 57%, 54%) | color: hsl(82, 57%, 54%) | |
| HEX | #9CCD47 | color: #9CCD47 | |
| RGB | rgb(156, 205, 71) | color: rgb(156, 205, 71) | |
| CMYK | cmyk(24%, 0%, 65%, 20%) | — | |
| HSV | hsv(82, 65%, 80%) | — | |
| HWB | hwb(82 28% 20%) | color: hwb(82 28% 20%) | |
| OKLCH | oklch(0.7877 0.1696 127.17) | color: oklch(0.7877 0.1696 127.17) | |
| Lab | lab(76.79 -35.94 59.26) | color: lab(76.79 -35.94 59.26) | |
| LCH | lch(76.79 69.31 121.24) | color: lch(76.79 69.31 121.24) |
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)
#B1B267 — rgb(177, 178, 103)
Deuteranopia (Green-blind)
#AEAB6F — rgb(174, 171, 111)
Tritanopia (Blue-blind)
#9E8187 — rgb(158, 129, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 57%, 54%);
text
color: hsl(82, 57%, 54%);
border
border: 2px solid hsl(82, 57%, 54%);
gradient light
background: linear-gradient(to right, hsl(82, 57%, 74%), hsl(82, 57%, 54%));
gradient dark
background: linear-gradient(to right, hsl(82, 57%, 54%), hsl(82, 57%, 34%))
hex
background-color: #9CCD47;
tailwind
bg-[hsl(82,57%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 57%, 54%, 0.4);
css variable
--color-primary: hsl(82, 57%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 57%, 54%)?
HEX: #9CCD47 | RGB: rgb(156, 205, 71) | CMYK: 24%, 0%, 65%, 20% | HSV: 82°, 65%, 80%. Copy any format from the conversion table above.
What colors go well with #9CCD47?
The complementary color is HSL(262, 57%, 54%). 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, 57%, 54%) in CSS?
As HSL: color: hsl(82, 57%, 54%); — As HEX: color: #9CCD47; — As RGB: color: rgb(156, 205, 71); — Tailwind CSS: bg-[hsl(82,57%,54%)] — CSS variable: --color-primary: hsl(82, 57%, 54%);