HSL(147, 65%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,65%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 65%, 75%) | color: hsl(147, 65%, 75%) | |
| HEX | #96E9BB | color: #96E9BB | |
| RGB | rgb(150, 233, 187) | color: rgb(150, 233, 187) | |
| CMYK | cmyk(36%, 0%, 20%, 9%) | — | |
| HSV | hsv(147, 36%, 91%) | — | |
| HWB | hwb(147 58% 9%) | color: hwb(147 58% 9%) | |
| OKLCH | oklch(0.8683 0.1039 159) | color: oklch(0.8683 0.1039 159) | |
| Lab | lab(86.18 -34.97 14.49) | color: lab(86.18 -34.97 14.49) | |
| LCH | lch(86.18 37.85 157.49) | color: lch(86.18 37.85 157.49) |
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)
#BABBC6 — rgb(186, 187, 198)
Deuteranopia (Green-blind)
#B5AFC9 — rgb(181, 175, 201)
Tritanopia (Blue-blind)
#9ACFD1 — rgb(154, 207, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 65%, 75%);
text
color: hsl(147, 65%, 75%);
border
border: 2px solid hsl(147, 65%, 75%);
gradient light
background: linear-gradient(to right, hsl(147, 65%, 95%), hsl(147, 65%, 75%));
gradient dark
background: linear-gradient(to right, hsl(147, 65%, 75%), hsl(147, 65%, 55%))
hex
background-color: #96E9BB;
tailwind
bg-[hsl(147,65%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 65%, 75%, 0.4);
css variable
--color-primary: hsl(147, 65%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 65%, 75%)?
HEX: #96E9BB | RGB: rgb(150, 233, 187) | CMYK: 36%, 0%, 20%, 9% | HSV: 147°, 36%, 91%. Copy any format from the conversion table above.
What colors go well with #96E9BB?
The complementary color is HSL(327, 65%, 75%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 65%, 75%) in CSS?
As HSL: color: hsl(147, 65%, 75%); — As HEX: color: #96E9BB; — As RGB: color: rgb(150, 233, 187); — Tailwind CSS: bg-[hsl(147,65%,75%)] — CSS variable: --color-primary: hsl(147, 65%, 75%);