HSL(96, 85%, 67%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,85%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 85%, 67%) | color: hsl(96, 85%, 67%) | |
| HEX | #9DF263 | color: #9DF263 | |
| RGB | rgb(157, 242, 99) | color: rgb(157, 242, 99) | |
| CMYK | cmyk(35%, 0%, 59%, 5%) | — | |
| HSV | hsv(96, 59%, 95%) | — | |
| HWB | hwb(96 39% 5%) | color: hwb(96 39% 5%) | |
| OKLCH | oklch(0.8778 0.1953 134.58) | color: oklch(0.8778 0.1953 134.58) | |
| Lab | lab(87.76 -49.33 59.63) | color: lab(87.76 -49.33 59.63) | |
| LCH | lch(87.76 77.39 129.6) | color: lch(87.76 77.39 129.6) |
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)
#C2C386 — rgb(194, 195, 134)
Deuteranopia (Green-blind)
#BDB78E — rgb(189, 183, 142)
Tritanopia (Blue-blind)
#A1A1A7 — rgb(161, 161, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 85%, 67%);
text
color: hsl(96, 85%, 67%);
border
border: 2px solid hsl(96, 85%, 67%);
gradient light
background: linear-gradient(to right, hsl(96, 85%, 87%), hsl(96, 85%, 67%));
gradient dark
background: linear-gradient(to right, hsl(96, 85%, 67%), hsl(96, 85%, 47%))
hex
background-color: #9DF263;
tailwind
bg-[hsl(96,85%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 85%, 67%, 0.4);
css variable
--color-primary: hsl(96, 85%, 67%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(96, 85%, 67%)?
HEX: #9DF263 | RGB: rgb(157, 242, 99) | CMYK: 35%, 0%, 59%, 5% | HSV: 96°, 59%, 95%. Copy any format from the conversion table above.
What colors go well with #9DF263?
The complementary color is HSL(276, 85%, 67%). 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, 85%, 67%) in CSS?
As HSL: color: hsl(96, 85%, 67%); — As HEX: color: #9DF263; — As RGB: color: rgb(157, 242, 99); — Tailwind CSS: bg-[hsl(96,85%,67%)] — CSS variable: --color-primary: hsl(96, 85%, 67%);