HSL(85, 90%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,90%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 90%, 29%) | color: hsl(85, 90%, 29%) | |
| HEX | #558D07 | color: #558D07 | |
| RGB | rgb(85, 141, 7) | color: rgb(85, 141, 7) | |
| CMYK | cmyk(40%, 0%, 95%, 45%) | — | |
| HSV | hsv(85, 95%, 55%) | — | |
| HWB | hwb(85 3% 45%) | color: hwb(85 3% 45%) | |
| OKLCH | oklch(0.5818 0.1594 132.08) | color: oklch(0.5818 0.1594 132.08) | |
| Lab | lab(52.94 -37.53 54.96) | color: lab(52.94 -37.53 54.96) | |
| LCH | lch(52.94 66.55 124.33) | color: lch(52.94 66.55 124.33) |
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)
#6D6E27 — rgb(109, 110, 39)
Deuteranopia (Green-blind)
#6A662F — rgb(106, 102, 47)
Tritanopia (Blue-blind)
#584147 — rgb(88, 65, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 90%, 29%);
text
color: hsl(85, 90%, 29%);
border
border: 2px solid hsl(85, 90%, 29%);
gradient light
background: linear-gradient(to right, hsl(85, 90%, 49%), hsl(85, 90%, 29%));
gradient dark
background: linear-gradient(to right, hsl(85, 90%, 29%), hsl(85, 90%, 9%))
hex
background-color: #558D07;
tailwind
bg-[hsl(85,90%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 90%, 29%, 0.4);
css variable
--color-primary: hsl(85, 90%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 90%, 29%)?
HEX: #558D07 | RGB: rgb(85, 141, 7) | CMYK: 40%, 0%, 95%, 45% | HSV: 85°, 95%, 55%. Copy any format from the conversion table above.
What colors go well with #558D07?
The complementary color is HSL(265, 90%, 29%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 90%, 29%) in CSS?
As HSL: color: hsl(85, 90%, 29%); — As HEX: color: #558D07; — As RGB: color: rgb(85, 141, 7); — Tailwind CSS: bg-[hsl(85,90%,29%)] — CSS variable: --color-primary: hsl(85, 90%, 29%);