HSL(111, 72%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,72%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 72%, 74%) | color: hsl(111, 72%, 74%) | |
| HEX | #9BEC8D | color: #9BEC8D | |
| RGB | rgb(155, 236, 141) | color: rgb(155, 236, 141) | |
| CMYK | cmyk(34%, 0%, 40%, 7%) | — | |
| HSV | hsv(111, 40%, 93%) | — | |
| HWB | hwb(111 56% 7%) | color: hwb(111 56% 7%) | |
| OKLCH | oklch(0.8684 0.1498 140.81) | color: oklch(0.8684 0.1498 140.81) | |
| Lab | lab(86.44 -42.52 38.4) | color: lab(86.44 -42.52 38.4) | |
| LCH | lch(86.44 57.29 137.91) | color: lch(86.44 57.29 137.91) |
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)
#BEBFA4 — rgb(190, 191, 164)
Deuteranopia (Green-blind)
#B9B3AA — rgb(185, 179, 170)
Tritanopia (Blue-blind)
#9FB6BA — rgb(159, 182, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 72%, 74%);
text
color: hsl(111, 72%, 74%);
border
border: 2px solid hsl(111, 72%, 74%);
gradient light
background: linear-gradient(to right, hsl(111, 72%, 94%), hsl(111, 72%, 74%));
gradient dark
background: linear-gradient(to right, hsl(111, 72%, 74%), hsl(111, 72%, 54%))
hex
background-color: #9BEC8D;
tailwind
bg-[hsl(111,72%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 72%, 74%, 0.4);
css variable
--color-primary: hsl(111, 72%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 72%, 74%)?
HEX: #9BEC8D | RGB: rgb(155, 236, 141) | CMYK: 34%, 0%, 40%, 7% | HSV: 111°, 40%, 93%. Copy any format from the conversion table above.
What colors go well with #9BEC8D?
The complementary color is HSL(291, 72%, 74%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 72%, 74%) in CSS?
As HSL: color: hsl(111, 72%, 74%); — As HEX: color: #9BEC8D; — As RGB: color: rgb(155, 236, 141); — Tailwind CSS: bg-[hsl(111,72%,74%)] — CSS variable: --color-primary: hsl(111, 72%, 74%);