HSL(122, 93%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,93%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 93%, 80%) | color: hsl(122, 93%, 80%) | |
| HEX | #9DFBA0 | color: #9DFBA0 | |
| RGB | rgb(157, 251, 160) | color: rgb(157, 251, 160) | |
| CMYK | cmyk(37%, 0%, 36%, 2%) | — | |
| HSV | hsv(122, 37%, 98%) | — | |
| HWB | hwb(122 62% 2%) | color: hwb(122 62% 2%) | |
| OKLCH | oklch(0.9074 0.1519 144.9) | color: oklch(0.9074 0.1519 144.9) | |
| Lab | lab(91.1 -45.62 35.06) | color: lab(91.1 -45.62 35.06) | |
| LCH | lch(91.1 57.54 142.46) | color: lch(91.1 57.54 142.46) |
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)
#C6C7B6 — rgb(198, 199, 182)
Deuteranopia (Green-blind)
#C0B9BB — rgb(192, 185, 187)
Tritanopia (Blue-blind)
#A2C7CB — rgb(162, 199, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 93%, 80%);
text
color: hsl(122, 93%, 80%);
border
border: 2px solid hsl(122, 93%, 80%);
gradient light
background: linear-gradient(to right, hsl(122, 93%, 100%), hsl(122, 93%, 80%));
gradient dark
background: linear-gradient(to right, hsl(122, 93%, 80%), hsl(122, 93%, 60%))
hex
background-color: #9DFBA0;
tailwind
bg-[hsl(122,93%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 93%, 80%, 0.4);
css variable
--color-primary: hsl(122, 93%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 93%, 80%)?
HEX: #9DFBA0 | RGB: rgb(157, 251, 160) | CMYK: 37%, 0%, 36%, 2% | HSV: 122°, 37%, 98%. Copy any format from the conversion table above.
What colors go well with #9DFBA0?
The complementary color is HSL(302, 93%, 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, 93%, 80%) in CSS?
As HSL: color: hsl(122, 93%, 80%); — As HEX: color: #9DFBA0; — As RGB: color: rgb(157, 251, 160); — Tailwind CSS: bg-[hsl(122,93%,80%)] — CSS variable: --color-primary: hsl(122, 93%, 80%);