HSL(122, 19%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(122,19%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 19%, 65%) | color: hsl(122, 19%, 65%) | |
| HEX | #95B796 | color: #95B796 | |
| RGB | rgb(149, 183, 150) | color: rgb(149, 183, 150) | |
| CMYK | cmyk(19%, 0%, 18%, 28%) | — | |
| HSV | hsv(122, 19%, 72%) | — | |
| HWB | hwb(122 58% 28%) | color: hwb(122 58% 28%) | |
| OKLCH | oklch(0.7451 0.0596 145.71) | color: oklch(0.7451 0.0596 145.71) | |
| Lab | lab(71.19 -17.99 13.04) | color: lab(71.19 -17.99 13.04) | |
| LCH | lch(71.19 22.22 144.06) | color: lch(71.19 22.22 144.06) |
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)
#A4A49E — rgb(164, 164, 158)
Deuteranopia (Green-blind)
#A29FA0 — rgb(162, 159, 160)
Tritanopia (Blue-blind)
#97A4A6 — rgb(151, 164, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 19%, 65%);
text
color: hsl(122, 19%, 65%);
border
border: 2px solid hsl(122, 19%, 65%);
gradient light
background: linear-gradient(to right, hsl(122, 19%, 85%), hsl(122, 19%, 65%));
gradient dark
background: linear-gradient(to right, hsl(122, 19%, 65%), hsl(122, 19%, 45%))
hex
background-color: #95B796;
tailwind
bg-[hsl(122,19%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 19%, 65%, 0.4);
css variable
--color-primary: hsl(122, 19%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 19%, 65%)?
HEX: #95B796 | RGB: rgb(149, 183, 150) | CMYK: 19%, 0%, 18%, 28% | HSV: 122°, 19%, 72%. Copy any format from the conversion table above.
What colors go well with #95B796?
The complementary color is HSL(302, 19%, 65%). 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, 19%, 65%) in CSS?
As HSL: color: hsl(122, 19%, 65%); — As HEX: color: #95B796; — As RGB: color: rgb(149, 183, 150); — Tailwind CSS: bg-[hsl(122,19%,65%)] — CSS variable: --color-primary: hsl(122, 19%, 65%);