HSL(133, 20%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(133,20%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(133, 20%, 72%) | color: hsl(133, 20%, 72%) | |
| HEX | #A9C6B0 | color: #A9C6B0 | |
| RGB | rgb(169, 198, 176) | color: rgb(169, 198, 176) | |
| CMYK | cmyk(15%, 0%, 11%, 22%) | — | |
| HSV | hsv(134, 15%, 78%) | — | |
| HWB | hwb(134 66% 22%) | color: hwb(134 66% 22%) | |
| OKLCH | oklch(0.7988 0.0439 152.59) | color: oklch(0.7988 0.0439 152.59) | |
| Lab | lab(77.26 -14.03 7.77) | color: lab(77.26 -14.03 7.77) | |
| LCH | lch(77.26 16.04 151.02) | color: lch(77.26 16.04 151.02) |
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)
#B6B6B5 — rgb(182, 182, 181)
Deuteranopia (Green-blind)
#B4B2B7 — rgb(180, 178, 183)
Tritanopia (Blue-blind)
#AABABA — rgb(170, 186, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(133, 20%, 72%);
text
color: hsl(133, 20%, 72%);
border
border: 2px solid hsl(133, 20%, 72%);
gradient light
background: linear-gradient(to right, hsl(133, 20%, 92%), hsl(133, 20%, 72%));
gradient dark
background: linear-gradient(to right, hsl(133, 20%, 72%), hsl(133, 20%, 52%))
hex
background-color: #A9C6B0;
tailwind
bg-[hsl(133,20%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(133, 20%, 72%, 0.4);
css variable
--color-primary: hsl(133, 20%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(133, 20%, 72%)?
HEX: #A9C6B0 | RGB: rgb(169, 198, 176) | CMYK: 15%, 0%, 11%, 22% | HSV: 134°, 15%, 78%. Copy any format from the conversion table above.
What colors go well with #A9C6B0?
The complementary color is HSL(313, 20%, 72%). For a triadic harmony, use hues 133°, 253°, and 13°. For analogous combinations, try hues 103° and 163°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(133, 20%, 72%) in CSS?
As HSL: color: hsl(133, 20%, 72%); — As HEX: color: #A9C6B0; — As RGB: color: rgb(169, 198, 176); — Tailwind CSS: bg-[hsl(133,20%,72%)] — CSS variable: --color-primary: hsl(133, 20%, 72%);