HSL(142, 40%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,40%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 40%, 76%) | color: hsl(142, 40%, 76%) | |
| HEX | #A9DABB | color: #A9DABB | |
| RGB | rgb(169, 218, 187) | color: rgb(169, 218, 187) | |
| CMYK | cmyk(22%, 0%, 14%, 15%) | — | |
| HSV | hsv(142, 22%, 85%) | — | |
| HWB | hwb(142 66% 15%) | color: hwb(142 66% 15%) | |
| OKLCH | oklch(0.8454 0.0667 156.9) | color: oklch(0.8454 0.0667 156.9) | |
| Lab | lab(83 -22.02 10.12) | color: lab(83 -22.02 10.12) | |
| LCH | lch(83 24.23 155.32) | color: lch(83 24.23 155.32) |
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)
#BEBFC3 — rgb(190, 191, 195)
Deuteranopia (Green-blind)
#BBB8C4 — rgb(187, 184, 196)
Tritanopia (Blue-blind)
#ABC8CA — rgb(171, 200, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 40%, 76%);
text
color: hsl(142, 40%, 76%);
border
border: 2px solid hsl(142, 40%, 76%);
gradient light
background: linear-gradient(to right, hsl(142, 40%, 96%), hsl(142, 40%, 76%));
gradient dark
background: linear-gradient(to right, hsl(142, 40%, 76%), hsl(142, 40%, 56%))
hex
background-color: #A9DABB;
tailwind
bg-[hsl(142,40%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 40%, 76%, 0.4);
css variable
--color-primary: hsl(142, 40%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 40%, 76%)?
HEX: #A9DABB | RGB: rgb(169, 218, 187) | CMYK: 22%, 0%, 14%, 15% | HSV: 142°, 22%, 85%. Copy any format from the conversion table above.
What colors go well with #A9DABB?
The complementary color is HSL(322, 40%, 76%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 40%, 76%) in CSS?
As HSL: color: hsl(142, 40%, 76%); — As HEX: color: #A9DABB; — As RGB: color: rgb(169, 218, 187); — Tailwind CSS: bg-[hsl(142,40%,76%)] — CSS variable: --color-primary: hsl(142, 40%, 76%);