HSL(127, 97%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,97%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 97%, 16%) | color: hsl(127, 97%, 16%) | |
| HEX | #01500A | color: #01500A | |
| RGB | rgb(1, 80, 10) | color: rgb(1, 80, 10) | |
| CMYK | cmyk(99%, 0%, 88%, 69%) | — | |
| HSV | hsv(127, 99%, 31%) | — | |
| HWB | hwb(127 0% 69%) | color: hwb(127 0% 69%) | |
| OKLCH | oklch(0.3745 0.1215 143.78) | color: oklch(0.3745 0.1215 143.78) | |
| Lab | lab(28.81 -36.28 32.2) | color: lab(28.81 -36.28 32.2) | |
| LCH | lch(28.81 48.51 138.41) | color: lch(28.81 48.51 138.41) |
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)
#23241B — rgb(35, 36, 27)
Deuteranopia (Green-blind)
#1F191F — rgb(31, 25, 31)
Tritanopia (Blue-blind)
#05282B — rgb(5, 40, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 97%, 16%);
text
color: hsl(127, 97%, 16%);
border
border: 2px solid hsl(127, 97%, 16%);
gradient light
background: linear-gradient(to right, hsl(127, 97%, 36%), hsl(127, 97%, 16%));
gradient dark
background: linear-gradient(to right, hsl(127, 97%, 16%), hsl(127, 97%, 0%))
hex
background-color: #01500A;
tailwind
bg-[hsl(127,97%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 97%, 16%, 0.4);
css variable
--color-primary: hsl(127, 97%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 97%, 16%)?
HEX: #01500A | RGB: rgb(1, 80, 10) | CMYK: 99%, 0%, 88%, 69% | HSV: 127°, 99%, 31%. Copy any format from the conversion table above.
What colors go well with #01500A?
The complementary color is HSL(307, 97%, 16%). 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, 97%, 16%) in CSS?
As HSL: color: hsl(127, 97%, 16%); — As HEX: color: #01500A; — As RGB: color: rgb(1, 80, 10); — Tailwind CSS: bg-[hsl(127,97%,16%)] — CSS variable: --color-primary: hsl(127, 97%, 16%);