HSL(141, 76%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,76%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 76%, 69%) | color: hsl(141, 76%, 69%) | |
| HEX | #74EC9E | color: #74EC9E | |
| RGB | rgb(116, 236, 158) | color: rgb(116, 236, 158) | |
| CMYK | cmyk(51%, 0%, 33%, 7%) | — | |
| HSV | hsv(141, 51%, 93%) | — | |
| HWB | hwb(141 46% 7%) | color: hwb(141 46% 7%) | |
| OKLCH | oklch(0.8538 0.1548 153.19) | color: oklch(0.8538 0.1548 153.19) | |
| Lab | lab(85.08 -50.78 27.74) | color: lab(85.08 -50.78 27.74) | |
| LCH | lch(85.08 57.86 151.35) | color: lch(85.08 57.86 151.35) |
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)
#A8A9B1 — rgb(168, 169, 177)
Deuteranopia (Green-blind)
#A198B5 — rgb(161, 152, 181)
Tritanopia (Blue-blind)
#7AC0C3 — rgb(122, 192, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 76%, 69%);
text
color: hsl(141, 76%, 69%);
border
border: 2px solid hsl(141, 76%, 69%);
gradient light
background: linear-gradient(to right, hsl(141, 76%, 89%), hsl(141, 76%, 69%));
gradient dark
background: linear-gradient(to right, hsl(141, 76%, 69%), hsl(141, 76%, 49%))
hex
background-color: #74EC9E;
tailwind
bg-[hsl(141,76%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 76%, 69%, 0.4);
css variable
--color-primary: hsl(141, 76%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 76%, 69%)?
HEX: #74EC9E | RGB: rgb(116, 236, 158) | CMYK: 51%, 0%, 33%, 7% | HSV: 141°, 51%, 93%. Copy any format from the conversion table above.
What colors go well with #74EC9E?
The complementary color is HSL(321, 76%, 69%). 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, 76%, 69%) in CSS?
As HSL: color: hsl(141, 76%, 69%); — As HEX: color: #74EC9E; — As RGB: color: rgb(116, 236, 158); — Tailwind CSS: bg-[hsl(141,76%,69%)] — CSS variable: --color-primary: hsl(141, 76%, 69%);