HSL(122, 96%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,96%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 96%, 80%) | color: hsl(122, 96%, 80%) | |
| HEX | #9BFD9E | color: #9BFD9E | |
| RGB | rgb(155, 253, 158) | color: rgb(155, 253, 158) | |
| CMYK | cmyk(39%, 0%, 38%, 1%) | — | |
| HSV | hsv(122, 39%, 99%) | — | |
| HWB | hwb(122 60% 1%) | color: hwb(122 60% 1%) | |
| OKLCH | oklch(0.9107 0.1579 144.81) | color: oklch(0.9107 0.1579 144.81) | |
| Lab | lab(91.54 -47.37 36.63) | color: lab(91.54 -47.37 36.63) | |
| LCH | lch(91.54 59.88 142.29) | color: lch(91.54 59.88 142.29) |
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)
#C5C6B5 — rgb(197, 198, 181)
Deuteranopia (Green-blind)
#C0B8BB — rgb(192, 184, 187)
Tritanopia (Blue-blind)
#A0C7CB — rgb(160, 199, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 96%, 80%);
text
color: hsl(122, 96%, 80%);
border
border: 2px solid hsl(122, 96%, 80%);
gradient light
background: linear-gradient(to right, hsl(122, 96%, 100%), hsl(122, 96%, 80%));
gradient dark
background: linear-gradient(to right, hsl(122, 96%, 80%), hsl(122, 96%, 60%))
hex
background-color: #9BFD9E;
tailwind
bg-[hsl(122,96%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 96%, 80%, 0.4);
css variable
--color-primary: hsl(122, 96%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 96%, 80%)?
HEX: #9BFD9E | RGB: rgb(155, 253, 158) | CMYK: 39%, 0%, 38%, 1% | HSV: 122°, 39%, 99%. Copy any format from the conversion table above.
What colors go well with #9BFD9E?
The complementary color is HSL(302, 96%, 80%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 96%, 80%) in CSS?
As HSL: color: hsl(122, 96%, 80%); — As HEX: color: #9BFD9E; — As RGB: color: rgb(155, 253, 158); — Tailwind CSS: bg-[hsl(122,96%,80%)] — CSS variable: --color-primary: hsl(122, 96%, 80%);