HSL(72, 74%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,74%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 74%, 43%) | color: hsl(72, 74%, 43%) | |
| HEX | #9EBF1D | color: #9EBF1D | |
| RGB | rgb(158, 191, 29) | color: rgb(158, 191, 29) | |
| CMYK | cmyk(17%, 0%, 85%, 25%) | — | |
| HSV | hsv(72, 85%, 75%) | — | |
| HWB | hwb(72 11% 25%) | color: hwb(72 11% 25%) | |
| OKLCH | oklch(0.7537 0.1749 121.62) | color: oklch(0.7537 0.1749 121.62) | |
| Lab | lab(72.64 -30.81 68.93) | color: lab(72.64 -30.81 68.93) | |
| LCH | lch(72.64 75.5 114.08) | color: lch(72.64 75.5 114.08) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#ACAD44 — rgb(172, 173, 68)
Deuteranopia (Green-blind)
#AAA84E — rgb(170, 168, 78)
Tritanopia (Blue-blind)
#A0636A — rgb(160, 99, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 74%, 43%);
text
color: hsl(72, 74%, 43%);
border
border: 2px solid hsl(72, 74%, 43%);
gradient light
background: linear-gradient(to right, hsl(72, 74%, 63%), hsl(72, 74%, 43%));
gradient dark
background: linear-gradient(to right, hsl(72, 74%, 43%), hsl(72, 74%, 23%))
hex
background-color: #9EBF1D;
tailwind
bg-[hsl(72,74%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 74%, 43%, 0.4);
css variable
--color-primary: hsl(72, 74%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 74%, 43%)?
HEX: #9EBF1D | RGB: rgb(158, 191, 29) | CMYK: 17%, 0%, 85%, 25% | HSV: 72°, 85%, 75%. Copy any format from the conversion table above.
What colors go well with #9EBF1D?
The complementary color is HSL(252, 74%, 43%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 74%, 43%) in CSS?
As HSL: color: hsl(72, 74%, 43%); — As HEX: color: #9EBF1D; — As RGB: color: rgb(158, 191, 29); — Tailwind CSS: bg-[hsl(72,74%,43%)] — CSS variable: --color-primary: hsl(72, 74%, 43%);