HSL(119, 32%, 70%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(119,32%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 32%, 70%) | color: hsl(119, 32%, 70%) | |
| HEX | #9BCB9A | color: #9BCB9A | |
| RGB | rgb(155, 203, 154) | color: rgb(155, 203, 154) | |
| CMYK | cmyk(24%, 0%, 24%, 20%) | — | |
| HSV | hsv(119, 24%, 80%) | — | |
| HWB | hwb(119 61% 20%) | color: hwb(119 61% 20%) | |
| OKLCH | oklch(0.7952 0.0849 144.22) | color: oklch(0.7952 0.0849 144.22) | |
| Lab | lab(77.29 -25.22 19.46) | color: lab(77.29 -25.22 19.46) | |
| LCH | lch(77.29 31.85 142.35) | color: lch(77.29 31.85 142.35) |
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)
#B0B0A6 — rgb(176, 176, 166)
Deuteranopia (Green-blind)
#ADA9A9 — rgb(173, 169, 169)
Tritanopia (Blue-blind)
#9DAFB1 — rgb(157, 175, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 32%, 70%);
text
color: hsl(119, 32%, 70%);
border
border: 2px solid hsl(119, 32%, 70%);
gradient light
background: linear-gradient(to right, hsl(119, 32%, 90%), hsl(119, 32%, 70%));
gradient dark
background: linear-gradient(to right, hsl(119, 32%, 70%), hsl(119, 32%, 50%))
hex
background-color: #9BCB9A;
tailwind
bg-[hsl(119,32%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 32%, 70%, 0.4);
css variable
--color-primary: hsl(119, 32%, 70%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(119, 32%, 70%)?
HEX: #9BCB9A | RGB: rgb(155, 203, 154) | CMYK: 24%, 0%, 24%, 20% | HSV: 119°, 24%, 80%. Copy any format from the conversion table above.
What colors go well with #9BCB9A?
The complementary color is HSL(299, 32%, 70%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 32%, 70%) in CSS?
As HSL: color: hsl(119, 32%, 70%); — As HEX: color: #9BCB9A; — As RGB: color: rgb(155, 203, 154); — Tailwind CSS: bg-[hsl(119,32%,70%)] — CSS variable: --color-primary: hsl(119, 32%, 70%);