HSL(141, 92%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,92%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 92%, 72%) | color: hsl(141, 92%, 72%) | |
| HEX | #76F9A4 | color: #76F9A4 | |
| RGB | rgb(118, 249, 164) | color: rgb(118, 249, 164) | |
| CMYK | cmyk(53%, 0%, 34%, 2%) | — | |
| HSV | hsv(141, 53%, 98%) | — | |
| HWB | hwb(141 46% 2%) | color: hwb(141 46% 2%) | |
| OKLCH | oklch(0.8867 0.1663 153) | color: oklch(0.8867 0.1663 153) | |
| Lab | lab(89.05 -54.53 30.06) | color: lab(89.05 -54.53 30.06) | |
| LCH | lch(89.05 62.27 151.13) | color: lch(89.05 62.27 151.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#AFB0B9 — rgb(175, 176, 185)
Deuteranopia (Green-blind)
#A79DBE — rgb(167, 157, 190)
Tritanopia (Blue-blind)
#7DC9CC — rgb(125, 201, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 92%, 72%);
text
color: hsl(141, 92%, 72%);
border
border: 2px solid hsl(141, 92%, 72%);
gradient light
background: linear-gradient(to right, hsl(141, 92%, 92%), hsl(141, 92%, 72%));
gradient dark
background: linear-gradient(to right, hsl(141, 92%, 72%), hsl(141, 92%, 52%))
hex
background-color: #76F9A4;
tailwind
bg-[hsl(141,92%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 92%, 72%, 0.4);
css variable
--color-primary: hsl(141, 92%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 92%, 72%)?
HEX: #76F9A4 | RGB: rgb(118, 249, 164) | CMYK: 53%, 0%, 34%, 2% | HSV: 141°, 53%, 98%. Copy any format from the conversion table above.
What colors go well with #76F9A4?
The complementary color is HSL(321, 92%, 72%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 92%, 72%) in CSS?
As HSL: color: hsl(141, 92%, 72%); — As HEX: color: #76F9A4; — As RGB: color: rgb(118, 249, 164); — Tailwind CSS: bg-[hsl(141,92%,72%)] — CSS variable: --color-primary: hsl(141, 92%, 72%);