HSL(89, 90%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(89,90%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(89, 90%, 29%) | color: hsl(89, 90%, 29%) | |
| HEX | #4C8D07 | color: #4C8D07 | |
| RGB | rgb(76, 141, 7) | color: rgb(76, 141, 7) | |
| CMYK | cmyk(46%, 0%, 95%, 45%) | — | |
| HSV | hsv(89, 95%, 55%) | — | |
| HWB | hwb(89 3% 45%) | color: hwb(89 3% 45%) | |
| OKLCH | oklch(0.5771 0.1642 134.36) | color: oklch(0.5771 0.1642 134.36) | |
| Lab | lab(52.51 -40.74 54.43) | color: lab(52.51 -40.74 54.43) | |
| LCH | lch(52.51 67.99 126.81) | color: lch(52.51 67.99 126.81) |
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)
#686927 — rgb(104, 105, 39)
Deuteranopia (Green-blind)
#64602F — rgb(100, 96, 47)
Tritanopia (Blue-blind)
#4F4147 — rgb(79, 65, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(89, 90%, 29%);
text
color: hsl(89, 90%, 29%);
border
border: 2px solid hsl(89, 90%, 29%);
gradient light
background: linear-gradient(to right, hsl(89, 90%, 49%), hsl(89, 90%, 29%));
gradient dark
background: linear-gradient(to right, hsl(89, 90%, 29%), hsl(89, 90%, 9%))
hex
background-color: #4C8D07;
tailwind
bg-[hsl(89,90%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(89, 90%, 29%, 0.4);
css variable
--color-primary: hsl(89, 90%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(89, 90%, 29%)?
HEX: #4C8D07 | RGB: rgb(76, 141, 7) | CMYK: 46%, 0%, 95%, 45% | HSV: 89°, 95%, 55%. Copy any format from the conversion table above.
What colors go well with #4C8D07?
The complementary color is HSL(269, 90%, 29%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(89, 90%, 29%) in CSS?
As HSL: color: hsl(89, 90%, 29%); — As HEX: color: #4C8D07; — As RGB: color: rgb(76, 141, 7); — Tailwind CSS: bg-[hsl(89,90%,29%)] — CSS variable: --color-primary: hsl(89, 90%, 29%);