HSL(128, 83%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(128,83%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(128, 83%, 22%) | color: hsl(128, 83%, 22%) | |
| HEX | #0A6716 | color: #0A6716 | |
| RGB | rgb(10, 103, 22) | color: rgb(10, 103, 22) | |
| CMYK | cmyk(90%, 0%, 79%, 60%) | — | |
| HSV | hsv(128, 90%, 40%) | — | |
| HWB | hwb(128 4% 60%) | color: hwb(128 4% 60%) | |
| OKLCH | oklch(0.4477 0.1398 144.02) | color: oklch(0.4477 0.1398 144.02) | |
| Lab | lab(37.52 -41.86 36.32) | color: lab(37.52 -41.86 36.32) | |
| LCH | lch(37.52 55.42 139.05) | color: lch(37.52 55.42 139.05) |
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)
#32332A — rgb(50, 51, 42)
Deuteranopia (Green-blind)
#2D262E — rgb(45, 38, 46)
Tritanopia (Blue-blind)
#0F393C — rgb(15, 57, 60)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(128, 83%, 22%);
text
color: hsl(128, 83%, 22%);
border
border: 2px solid hsl(128, 83%, 22%);
gradient light
background: linear-gradient(to right, hsl(128, 83%, 42%), hsl(128, 83%, 22%));
gradient dark
background: linear-gradient(to right, hsl(128, 83%, 22%), hsl(128, 83%, 2%))
hex
background-color: #0A6716;
tailwind
bg-[hsl(128,83%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(128, 83%, 22%, 0.4);
css variable
--color-primary: hsl(128, 83%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(128, 83%, 22%)?
HEX: #0A6716 | RGB: rgb(10, 103, 22) | CMYK: 90%, 0%, 79%, 60% | HSV: 128°, 90%, 40%. Copy any format from the conversion table above.
What colors go well with #0A6716?
The complementary color is HSL(308, 83%, 22%). 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, 83%, 22%) in CSS?
As HSL: color: hsl(128, 83%, 22%); — As HEX: color: #0A6716; — As RGB: color: rgb(10, 103, 22); — Tailwind CSS: bg-[hsl(128,83%,22%)] — CSS variable: --color-primary: hsl(128, 83%, 22%);