HSL(86, 92%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,92%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 92%, 30%) | color: hsl(86, 92%, 30%) | |
| HEX | #569306 | color: #569306 | |
| RGB | rgb(86, 147, 6) | color: rgb(86, 147, 6) | |
| CMYK | cmyk(41%, 0%, 96%, 42%) | — | |
| HSV | hsv(86, 96%, 58%) | — | |
| HWB | hwb(86 2% 42%) | color: hwb(86 2% 42%) | |
| OKLCH | oklch(0.5982 0.1662 132.75) | color: oklch(0.5982 0.1662 132.75) | |
| Lab | lab(54.93 -39.76 56.75) | color: lab(54.93 -39.76 56.75) | |
| LCH | lch(54.93 69.29 125.02) | color: lch(54.93 69.29 125.02) |
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)
#707128 — rgb(112, 113, 40)
Deuteranopia (Green-blind)
#6D6830 — rgb(109, 104, 48)
Tritanopia (Blue-blind)
#594349 — rgb(89, 67, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 92%, 30%);
text
color: hsl(86, 92%, 30%);
border
border: 2px solid hsl(86, 92%, 30%);
gradient light
background: linear-gradient(to right, hsl(86, 92%, 50%), hsl(86, 92%, 30%));
gradient dark
background: linear-gradient(to right, hsl(86, 92%, 30%), hsl(86, 92%, 10%))
hex
background-color: #569306;
tailwind
bg-[hsl(86,92%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 92%, 30%, 0.4);
css variable
--color-primary: hsl(86, 92%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 92%, 30%)?
HEX: #569306 | RGB: rgb(86, 147, 6) | CMYK: 41%, 0%, 96%, 42% | HSV: 86°, 96%, 58%. Copy any format from the conversion table above.
What colors go well with #569306?
The complementary color is HSL(266, 92%, 30%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 92%, 30%) in CSS?
As HSL: color: hsl(86, 92%, 30%); — As HEX: color: #569306; — As RGB: color: rgb(86, 147, 6); — Tailwind CSS: bg-[hsl(86,92%,30%)] — CSS variable: --color-primary: hsl(86, 92%, 30%);