HSL(122, 77%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,77%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 77%, 75%) | color: hsl(122, 77%, 75%) | |
| HEX | #8EF091 | color: #8EF091 | |
| RGB | rgb(142, 240, 145) | color: rgb(142, 240, 145) | |
| CMYK | cmyk(41%, 0%, 40%, 6%) | — | |
| HSV | hsv(122, 41%, 94%) | — | |
| HWB | hwb(122 55% 6%) | color: hwb(122 55% 6%) | |
| OKLCH | oklch(0.8719 0.1588 144.71) | color: oklch(0.8719 0.1588 144.71) | |
| Lab | lab(87.05 -47.62 37.09) | color: lab(87.05 -47.62 37.09) | |
| LCH | lch(87.05 60.36 142.09) | color: lch(87.05 60.36 142.09) |
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)
#B8B9A8 — rgb(184, 185, 168)
Deuteranopia (Green-blind)
#B3ABAE — rgb(179, 171, 174)
Tritanopia (Blue-blind)
#93BABE — rgb(147, 186, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 77%, 75%);
text
color: hsl(122, 77%, 75%);
border
border: 2px solid hsl(122, 77%, 75%);
gradient light
background: linear-gradient(to right, hsl(122, 77%, 95%), hsl(122, 77%, 75%));
gradient dark
background: linear-gradient(to right, hsl(122, 77%, 75%), hsl(122, 77%, 55%))
hex
background-color: #8EF091;
tailwind
bg-[hsl(122,77%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 77%, 75%, 0.4);
css variable
--color-primary: hsl(122, 77%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 77%, 75%)?
HEX: #8EF091 | RGB: rgb(142, 240, 145) | CMYK: 41%, 0%, 40%, 6% | HSV: 122°, 41%, 94%. Copy any format from the conversion table above.
What colors go well with #8EF091?
The complementary color is HSL(302, 77%, 75%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 77%, 75%) in CSS?
As HSL: color: hsl(122, 77%, 75%); — As HEX: color: #8EF091; — As RGB: color: rgb(142, 240, 145); — Tailwind CSS: bg-[hsl(122,77%,75%)] — CSS variable: --color-primary: hsl(122, 77%, 75%);