HSL(127, 85%, 19%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,85%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 85%, 19%) | color: hsl(127, 85%, 19%) | |
| HEX | #075A11 | color: #075A11 | |
| RGB | rgb(7, 90, 17) | color: rgb(7, 90, 17) | |
| CMYK | cmyk(92%, 0%, 81%, 65%) | — | |
| HSV | hsv(127, 92%, 35%) | — | |
| HWB | hwb(127 3% 65%) | color: hwb(127 3% 65%) | |
| OKLCH | oklch(0.4073 0.1279 143.91) | color: oklch(0.4073 0.1279 143.91) | |
| Lab | lab(32.7 -38.26 33.43) | color: lab(32.7 -38.26 33.43) | |
| LCH | lch(32.7 50.81 138.85) | color: lch(32.7 50.81 138.85) |
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)
#2B2C23 — rgb(43, 44, 35)
Deuteranopia (Green-blind)
#262027 — rgb(38, 32, 39)
Tritanopia (Blue-blind)
#0B3134 — rgb(11, 49, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 85%, 19%);
text
color: hsl(127, 85%, 19%);
border
border: 2px solid hsl(127, 85%, 19%);
gradient light
background: linear-gradient(to right, hsl(127, 85%, 39%), hsl(127, 85%, 19%));
gradient dark
background: linear-gradient(to right, hsl(127, 85%, 19%), hsl(127, 85%, 0%))
hex
background-color: #075A11;
tailwind
bg-[hsl(127,85%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 85%, 19%, 0.4);
css variable
--color-primary: hsl(127, 85%, 19%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 85%, 19%)?
HEX: #075A11 | RGB: rgb(7, 90, 17) | CMYK: 92%, 0%, 81%, 65% | HSV: 127°, 92%, 35%. Copy any format from the conversion table above.
What colors go well with #075A11?
The complementary color is HSL(307, 85%, 19%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 85%, 19%) in CSS?
As HSL: color: hsl(127, 85%, 19%); — As HEX: color: #075A11; — As RGB: color: rgb(7, 90, 17); — Tailwind CSS: bg-[hsl(127,85%,19%)] — CSS variable: --color-primary: hsl(127, 85%, 19%);