HSL(80, 90%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,90%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 90%, 33%) | color: hsl(80, 90%, 33%) | |
| HEX | #6DA008 | color: #6DA008 | |
| RGB | rgb(109, 160, 8) | color: rgb(109, 160, 8) | |
| CMYK | cmyk(32%, 0%, 95%, 37%) | — | |
| HSV | hsv(80, 95%, 63%) | — | |
| HWB | hwb(80 3% 37%) | color: hwb(80 3% 37%) | |
| OKLCH | oklch(0.6451 0.1688 128.92) | color: oklch(0.6451 0.1688 128.92) | |
| Lab | lab(60.26 -36.75 61.24) | color: lab(60.26 -36.75 61.24) | |
| LCH | lch(60.26 71.42 120.97) | color: lch(60.26 71.42 120.97) |
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)
#83842D — rgb(131, 132, 45)
Deuteranopia (Green-blind)
#807C36 — rgb(128, 124, 54)
Tritanopia (Blue-blind)
#704A50 — rgb(112, 74, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 90%, 33%);
text
color: hsl(80, 90%, 33%);
border
border: 2px solid hsl(80, 90%, 33%);
gradient light
background: linear-gradient(to right, hsl(80, 90%, 53%), hsl(80, 90%, 33%));
gradient dark
background: linear-gradient(to right, hsl(80, 90%, 33%), hsl(80, 90%, 13%))
hex
background-color: #6DA008;
tailwind
bg-[hsl(80,90%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 90%, 33%, 0.4);
css variable
--color-primary: hsl(80, 90%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 90%, 33%)?
HEX: #6DA008 | RGB: rgb(109, 160, 8) | CMYK: 32%, 0%, 95%, 37% | HSV: 80°, 95%, 63%. Copy any format from the conversion table above.
What colors go well with #6DA008?
The complementary color is HSL(260, 90%, 33%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 90%, 33%) in CSS?
As HSL: color: hsl(80, 90%, 33%); — As HEX: color: #6DA008; — As RGB: color: rgb(109, 160, 8); — Tailwind CSS: bg-[hsl(80,90%,33%)] — CSS variable: --color-primary: hsl(80, 90%, 33%);