HSL(96, 63%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,63%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 63%, 65%) | color: hsl(96, 63%, 65%) | |
| HEX | #9BDE6E | color: #9BDE6E | |
| RGB | rgb(155, 222, 110) | color: rgb(155, 222, 110) | |
| CMYK | cmyk(30%, 0%, 50%, 13%) | — | |
| HSV | hsv(96, 50%, 87%) | — | |
| HWB | hwb(96 44% 13%) | color: hwb(96 44% 13%) | |
| OKLCH | oklch(0.8312 0.1598 134.17) | color: oklch(0.8312 0.1598 134.17) | |
| Lab | lab(82.02 -40.3 47.92) | color: lab(82.02 -40.3 47.92) | |
| LCH | lch(82.02 62.61 130.06) | color: lch(82.02 62.61 130.06) |
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)
#B8B989 — rgb(184, 185, 137)
Deuteranopia (Green-blind)
#B4AF90 — rgb(180, 175, 144)
Tritanopia (Blue-blind)
#9E9EA3 — rgb(158, 158, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 63%, 65%);
text
color: hsl(96, 63%, 65%);
border
border: 2px solid hsl(96, 63%, 65%);
gradient light
background: linear-gradient(to right, hsl(96, 63%, 85%), hsl(96, 63%, 65%));
gradient dark
background: linear-gradient(to right, hsl(96, 63%, 65%), hsl(96, 63%, 45%))
hex
background-color: #9BDE6E;
tailwind
bg-[hsl(96,63%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 63%, 65%, 0.4);
css variable
--color-primary: hsl(96, 63%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 63%, 65%)?
HEX: #9BDE6E | RGB: rgb(155, 222, 110) | CMYK: 30%, 0%, 50%, 13% | HSV: 96°, 50%, 87%. Copy any format from the conversion table above.
What colors go well with #9BDE6E?
The complementary color is HSL(276, 63%, 65%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 63%, 65%) in CSS?
As HSL: color: hsl(96, 63%, 65%); — As HEX: color: #9BDE6E; — As RGB: color: rgb(155, 222, 110); — Tailwind CSS: bg-[hsl(96,63%,65%)] — CSS variable: --color-primary: hsl(96, 63%, 65%);