HSL(141, 65%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,65%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 65%, 75%) | color: hsl(141, 65%, 75%) | |
| HEX | #96E9B3 | color: #96E9B3 | |
| RGB | rgb(150, 233, 179) | color: rgb(150, 233, 179) | |
| CMYK | cmyk(36%, 0%, 23%, 9%) | — | |
| HSV | hsv(141, 36%, 91%) | — | |
| HWB | hwb(141 58% 9%) | color: hwb(141 58% 9%) | |
| OKLCH | oklch(0.8664 0.111 154.87) | color: oklch(0.8664 0.111 154.87) | |
| Lab | lab(86.01 -36.49 18.42) | color: lab(86.01 -36.49 18.42) | |
| LCH | lch(86.01 40.88 153.22) | color: lch(86.01 40.88 153.22) |
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)
#BABBC0 — rgb(186, 187, 192)
Deuteranopia (Green-blind)
#B5AFC3 — rgb(181, 175, 195)
Tritanopia (Blue-blind)
#9ACACD — rgb(154, 202, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 65%, 75%);
text
color: hsl(141, 65%, 75%);
border
border: 2px solid hsl(141, 65%, 75%);
gradient light
background: linear-gradient(to right, hsl(141, 65%, 95%), hsl(141, 65%, 75%));
gradient dark
background: linear-gradient(to right, hsl(141, 65%, 75%), hsl(141, 65%, 55%))
hex
background-color: #96E9B3;
tailwind
bg-[hsl(141,65%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 65%, 75%, 0.4);
css variable
--color-primary: hsl(141, 65%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 65%, 75%)?
HEX: #96E9B3 | RGB: rgb(150, 233, 179) | CMYK: 36%, 0%, 23%, 9% | HSV: 141°, 36%, 91%. Copy any format from the conversion table above.
What colors go well with #96E9B3?
The complementary color is HSL(321, 65%, 75%). 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, 65%, 75%) in CSS?
As HSL: color: hsl(141, 65%, 75%); — As HEX: color: #96E9B3; — As RGB: color: rgb(150, 233, 179); — Tailwind CSS: bg-[hsl(141,65%,75%)] — CSS variable: --color-primary: hsl(141, 65%, 75%);