HSL(114, 20%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(114,20%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(114, 20%, 64%) | color: hsl(114, 20%, 64%) | |
| HEX | #95B691 | color: #95B691 | |
| RGB | rgb(149, 182, 145) | color: rgb(149, 182, 145) | |
| CMYK | cmyk(18%, 0%, 20%, 29%) | — | |
| HSV | hsv(114, 20%, 71%) | — | |
| HWB | hwb(114 57% 29%) | color: hwb(114 57% 29%) | |
| OKLCH | oklch(0.7416 0.0635 142.05) | color: oklch(0.7416 0.0635 142.05) | |
| Lab | lab(70.79 -18.37 15.22) | color: lab(70.79 -18.37 15.22) | |
| LCH | lch(70.79 23.86 140.36) | color: lch(70.79 23.86 140.36) |
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)
#A3A49A — rgb(163, 164, 154)
Deuteranopia (Green-blind)
#A19F9C — rgb(161, 159, 156)
Tritanopia (Blue-blind)
#97A1A3 — rgb(151, 161, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(114, 20%, 64%);
text
color: hsl(114, 20%, 64%);
border
border: 2px solid hsl(114, 20%, 64%);
gradient light
background: linear-gradient(to right, hsl(114, 20%, 84%), hsl(114, 20%, 64%));
gradient dark
background: linear-gradient(to right, hsl(114, 20%, 64%), hsl(114, 20%, 44%))
hex
background-color: #95B691;
tailwind
bg-[hsl(114,20%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(114, 20%, 64%, 0.4);
css variable
--color-primary: hsl(114, 20%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(114, 20%, 64%)?
HEX: #95B691 | RGB: rgb(149, 182, 145) | CMYK: 18%, 0%, 20%, 29% | HSV: 114°, 20%, 71%. Copy any format from the conversion table above.
What colors go well with #95B691?
The complementary color is HSL(294, 20%, 64%). For a triadic harmony, use hues 114°, 234°, and 354°. For analogous combinations, try hues 84° and 144°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(114, 20%, 64%) in CSS?
As HSL: color: hsl(114, 20%, 64%); — As HEX: color: #95B691; — As RGB: color: rgb(149, 182, 145); — Tailwind CSS: bg-[hsl(114,20%,64%)] — CSS variable: --color-primary: hsl(114, 20%, 64%);