HSL(123, 88%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(123,88%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(123, 88%, 23%) | color: hsl(123, 88%, 23%) | |
| HEX | #076E0C | color: #076E0C | |
| RGB | rgb(7, 110, 12) | color: rgb(7, 110, 12) | |
| CMYK | cmyk(94%, 0%, 89%, 57%) | — | |
| HSV | hsv(123, 94%, 43%) | — | |
| HWB | hwb(123 3% 57%) | color: hwb(123 3% 57%) | |
| OKLCH | oklch(0.4677 0.1532 142.95) | color: oklch(0.4677 0.1532 142.95) | |
| Lab | lab(39.95 -45.13 41.9) | color: lab(39.95 -45.13 41.9) | |
| LCH | lch(39.95 61.58 137.13) | color: lch(39.95 61.58 137.13) |
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)
#343524 — rgb(52, 53, 36)
Deuteranopia (Green-blind)
#2E2629 — rgb(46, 38, 41)
Tritanopia (Blue-blind)
#0C363B — rgb(12, 54, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(123, 88%, 23%);
text
color: hsl(123, 88%, 23%);
border
border: 2px solid hsl(123, 88%, 23%);
gradient light
background: linear-gradient(to right, hsl(123, 88%, 43%), hsl(123, 88%, 23%));
gradient dark
background: linear-gradient(to right, hsl(123, 88%, 23%), hsl(123, 88%, 3%))
hex
background-color: #076E0C;
tailwind
bg-[hsl(123,88%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(123, 88%, 23%, 0.4);
css variable
--color-primary: hsl(123, 88%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(123, 88%, 23%)?
HEX: #076E0C | RGB: rgb(7, 110, 12) | CMYK: 94%, 0%, 89%, 57% | HSV: 123°, 94%, 43%. Copy any format from the conversion table above.
What colors go well with #076E0C?
The complementary color is HSL(303, 88%, 23%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(123, 88%, 23%) in CSS?
As HSL: color: hsl(123, 88%, 23%); — As HEX: color: #076E0C; — As RGB: color: rgb(7, 110, 12); — Tailwind CSS: bg-[hsl(123,88%,23%)] — CSS variable: --color-primary: hsl(123, 88%, 23%);