HSL(112, 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(112,19%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 19%, 65%) | color: hsl(112, 19%, 65%) | |
| HEX | #99B795 | color: #99B795 | |
| RGB | rgb(153, 183, 149) | color: rgb(153, 183, 149) | |
| CMYK | cmyk(16%, 0%, 19%, 28%) | — | |
| HSV | hsv(113, 19%, 72%) | — | |
| HWB | hwb(113 58% 28%) | color: hwb(113 58% 28%) | |
| OKLCH | oklch(0.7476 0.0581 141.82) | color: oklch(0.7476 0.0581 141.82) | |
| Lab | lab(71.42 -16.77 13.96) | color: lab(71.42 -16.77 13.96) | |
| LCH | lch(71.42 21.82 140.22) | color: lch(71.42 21.82 140.22) |
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)
#A6A69D — rgb(166, 166, 157)
Deuteranopia (Green-blind)
#A4A29F — rgb(164, 162, 159)
Tritanopia (Blue-blind)
#9BA4A5 — rgb(155, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 19%, 65%);
text
color: hsl(112, 19%, 65%);
border
border: 2px solid hsl(112, 19%, 65%);
gradient light
background: linear-gradient(to right, hsl(112, 19%, 85%), hsl(112, 19%, 65%));
gradient dark
background: linear-gradient(to right, hsl(112, 19%, 65%), hsl(112, 19%, 45%))
hex
background-color: #99B795;
tailwind
bg-[hsl(112,19%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 19%, 65%, 0.4);
css variable
--color-primary: hsl(112, 19%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 19%, 65%)?
HEX: #99B795 | RGB: rgb(153, 183, 149) | CMYK: 16%, 0%, 19%, 28% | HSV: 113°, 19%, 72%. Copy any format from the conversion table above.
What colors go well with #99B795?
The complementary color is HSL(292, 19%, 65%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 19%, 65%) in CSS?
As HSL: color: hsl(112, 19%, 65%); — As HEX: color: #99B795; — As RGB: color: rgb(153, 183, 149); — Tailwind CSS: bg-[hsl(112,19%,65%)] — CSS variable: --color-primary: hsl(112, 19%, 65%);