HSL(126, 75%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,75%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 75%, 70%) | color: hsl(126, 75%, 70%) | |
| HEX | #79EC85 | color: #79EC85 | |
| RGB | rgb(121, 236, 133) | color: rgb(121, 236, 133) | |
| CMYK | cmyk(49%, 0%, 44%, 7%) | — | |
| HSV | hsv(126, 49%, 93%) | — | |
| HWB | hwb(126 47% 7%) | color: hwb(126 47% 7%) | |
| OKLCH | oklch(0.8512 0.1755 145.99) | color: oklch(0.8512 0.1755 145.99) | |
| Lab | lab(84.87 -53.59 40.03) | color: lab(84.87 -53.59 40.03) | |
| LCH | lch(84.87 66.89 143.24) | color: lch(84.87 66.89 143.24) |
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)
#ABAC9E — rgb(171, 172, 158)
Deuteranopia (Green-blind)
#A49CA4 — rgb(164, 156, 164)
Tritanopia (Blue-blind)
#7FB2B6 — rgb(127, 178, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 75%, 70%);
text
color: hsl(126, 75%, 70%);
border
border: 2px solid hsl(126, 75%, 70%);
gradient light
background: linear-gradient(to right, hsl(126, 75%, 90%), hsl(126, 75%, 70%));
gradient dark
background: linear-gradient(to right, hsl(126, 75%, 70%), hsl(126, 75%, 50%))
hex
background-color: #79EC85;
tailwind
bg-[hsl(126,75%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 75%, 70%, 0.4);
css variable
--color-primary: hsl(126, 75%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 75%, 70%)?
HEX: #79EC85 | RGB: rgb(121, 236, 133) | CMYK: 49%, 0%, 44%, 7% | HSV: 126°, 49%, 93%. Copy any format from the conversion table above.
What colors go well with #79EC85?
The complementary color is HSL(306, 75%, 70%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 75%, 70%) in CSS?
As HSL: color: hsl(126, 75%, 70%); — As HEX: color: #79EC85; — As RGB: color: rgb(121, 236, 133); — Tailwind CSS: bg-[hsl(126,75%,70%)] — CSS variable: --color-primary: hsl(126, 75%, 70%);