HSL(126, 77%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,77%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 77%, 74%) | color: hsl(126, 77%, 74%) | |
| HEX | #8AF094 | color: #8AF094 | |
| RGB | rgb(138, 240, 148) | color: rgb(138, 240, 148) | |
| CMYK | cmyk(43%, 0%, 38%, 6%) | — | |
| HSV | hsv(126, 43%, 94%) | — | |
| HWB | hwb(126 54% 6%) | color: hwb(126 54% 6%) | |
| OKLCH | oklch(0.8706 0.1581 146.23) | color: oklch(0.8706 0.1581 146.23) | |
| Lab | lab(86.93 -48.31 35.4) | color: lab(86.93 -48.31 35.4) | |
| LCH | lch(86.93 59.89 143.77) | color: lch(86.93 59.89 143.77) |
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)
#B6B7AA — rgb(182, 183, 170)
Deuteranopia (Green-blind)
#B0A9B0 — rgb(176, 169, 176)
Tritanopia (Blue-blind)
#8FBCC0 — rgb(143, 188, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 77%, 74%);
text
color: hsl(126, 77%, 74%);
border
border: 2px solid hsl(126, 77%, 74%);
gradient light
background: linear-gradient(to right, hsl(126, 77%, 94%), hsl(126, 77%, 74%));
gradient dark
background: linear-gradient(to right, hsl(126, 77%, 74%), hsl(126, 77%, 54%))
hex
background-color: #8AF094;
tailwind
bg-[hsl(126,77%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 77%, 74%, 0.4);
css variable
--color-primary: hsl(126, 77%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 77%, 74%)?
HEX: #8AF094 | RGB: rgb(138, 240, 148) | CMYK: 43%, 0%, 38%, 6% | HSV: 126°, 43%, 94%. Copy any format from the conversion table above.
What colors go well with #8AF094?
The complementary color is HSL(306, 77%, 74%). 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, 77%, 74%) in CSS?
As HSL: color: hsl(126, 77%, 74%); — As HEX: color: #8AF094; — As RGB: color: rgb(138, 240, 148); — Tailwind CSS: bg-[hsl(126,77%,74%)] — CSS variable: --color-primary: hsl(126, 77%, 74%);