HSL(128, 89%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,89%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 89%, 23%) | color: hsl(128, 89%, 23%) | |
| HEX | #066F14 | color: #066F14 | |
| RGB | rgb(6, 111, 20) | color: rgb(6, 111, 20) | |
| CMYK | cmyk(95%, 0%, 82%, 56%) | — | |
| HSV | hsv(128, 95%, 44%) | — | |
| HWB | hwb(128 2% 56%) | color: hwb(128 2% 56%) | |
| OKLCH | oklch(0.471 0.1509 143.78) | color: oklch(0.471 0.1509 143.78) | |
| Lab | lab(40.34 -45.04 39.82) | color: lab(40.34 -45.04 39.82) | |
| LCH | lch(40.34 60.12 138.52) | color: lch(40.34 60.12 138.52) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#33342A — rgb(51, 52, 42)
Deuteranopia (Green-blind)
#2D262F — rgb(45, 38, 47)
Tritanopia (Blue-blind)
#0B3B3F — rgb(11, 59, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 89%, 23%);
text
color: hsl(128, 89%, 23%);
border
border: 2px solid hsl(128, 89%, 23%);
gradient light
background: linear-gradient(to right, hsl(128, 89%, 43%), hsl(128, 89%, 23%));
gradient dark
background: linear-gradient(to right, hsl(128, 89%, 23%), hsl(128, 89%, 3%))
hex
background-color: #066F14;
tailwind
bg-[hsl(128,89%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 89%, 23%, 0.4);
css variable
--color-primary: hsl(128, 89%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 89%, 23%)?
HEX: #066F14 | RGB: rgb(6, 111, 20) | CMYK: 95%, 0%, 82%, 56% | HSV: 128°, 95%, 44%. Copy any format from the conversion table above.
What colors go well with #066F14?
The complementary color is HSL(308, 89%, 23%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(128, 89%, 23%) in CSS?
As HSL: color: hsl(128, 89%, 23%); — As HEX: color: #066F14; — As RGB: color: rgb(6, 111, 20); — Tailwind CSS: bg-[hsl(128,89%,23%)] — CSS variable: --color-primary: hsl(128, 89%, 23%);