HSL(113, 15%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(113,15%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 15%, 71%) | color: hsl(113, 15%, 71%) | |
| HEX | #ADC0AA | color: #ADC0AA | |
| RGB | rgb(173, 192, 170) | color: rgb(173, 192, 170) | |
| CMYK | cmyk(10%, 0%, 11%, 25%) | — | |
| HSV | hsv(112, 11%, 75%) | — | |
| HWB | hwb(112 67% 25%) | color: hwb(112 67% 25%) | |
| OKLCH | oklch(0.7871 0.037 141.37) | color: oklch(0.7871 0.037 141.37) | |
| Lab | lab(75.75 -10.65 8.9) | color: lab(75.75 -10.65 8.9) | |
| LCH | lch(75.75 13.88 140.12) | color: lch(75.75 13.88 140.12) |
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)
#B5B5AF — rgb(181, 181, 175)
Deuteranopia (Green-blind)
#B4B3B1 — rgb(180, 179, 177)
Tritanopia (Blue-blind)
#AEB4B4 — rgb(174, 180, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 15%, 71%);
text
color: hsl(113, 15%, 71%);
border
border: 2px solid hsl(113, 15%, 71%);
gradient light
background: linear-gradient(to right, hsl(113, 15%, 91%), hsl(113, 15%, 71%));
gradient dark
background: linear-gradient(to right, hsl(113, 15%, 71%), hsl(113, 15%, 51%))
hex
background-color: #ADC0AA;
tailwind
bg-[hsl(113,15%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 15%, 71%, 0.4);
css variable
--color-primary: hsl(113, 15%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 15%, 71%)?
HEX: #ADC0AA | RGB: rgb(173, 192, 170) | CMYK: 10%, 0%, 11%, 25% | HSV: 112°, 11%, 75%. Copy any format from the conversion table above.
What colors go well with #ADC0AA?
The complementary color is HSL(293, 15%, 71%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 15%, 71%) in CSS?
As HSL: color: hsl(113, 15%, 71%); — As HEX: color: #ADC0AA; — As RGB: color: rgb(173, 192, 170); — Tailwind CSS: bg-[hsl(113,15%,71%)] — CSS variable: --color-primary: hsl(113, 15%, 71%);