HSL(122, 45%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,45%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 45%, 73%) | color: hsl(122, 45%, 73%) | |
| HEX | #9BD99D | color: #9BD99D | |
| RGB | rgb(155, 217, 157) | color: rgb(155, 217, 157) | |
| CMYK | cmyk(29%, 0%, 28%, 15%) | — | |
| HSV | hsv(122, 29%, 85%) | — | |
| HWB | hwb(122 60% 15%) | color: hwb(122 60% 15%) | |
| OKLCH | oklch(0.8277 0.1043 145.34) | color: oklch(0.8277 0.1043 145.34) | |
| Lab | lab(81.31 -31.42 23.41) | color: lab(81.31 -31.42 23.41) | |
| LCH | lch(81.31 39.18 143.31) | color: lch(81.31 39.18 143.31) |
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)
#B6B6AC — rgb(182, 182, 172)
Deuteranopia (Green-blind)
#B2AEAF — rgb(178, 174, 175)
Tritanopia (Blue-blind)
#9EB7BA — rgb(158, 183, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 45%, 73%);
text
color: hsl(122, 45%, 73%);
border
border: 2px solid hsl(122, 45%, 73%);
gradient light
background: linear-gradient(to right, hsl(122, 45%, 93%), hsl(122, 45%, 73%));
gradient dark
background: linear-gradient(to right, hsl(122, 45%, 73%), hsl(122, 45%, 53%))
hex
background-color: #9BD99D;
tailwind
bg-[hsl(122,45%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 45%, 73%, 0.4);
css variable
--color-primary: hsl(122, 45%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 45%, 73%)?
HEX: #9BD99D | RGB: rgb(155, 217, 157) | CMYK: 29%, 0%, 28%, 15% | HSV: 122°, 29%, 85%. Copy any format from the conversion table above.
What colors go well with #9BD99D?
The complementary color is HSL(302, 45%, 73%). 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, 45%, 73%) in CSS?
As HSL: color: hsl(122, 45%, 73%); — As HEX: color: #9BD99D; — As RGB: color: rgb(155, 217, 157); — Tailwind CSS: bg-[hsl(122,45%,73%)] — CSS variable: --color-primary: hsl(122, 45%, 73%);