HSL(107, 59%, 76%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,59%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 59%, 76%) | color: hsl(107, 59%, 76%) | |
| HEX | #ADE69E | color: #ADE69E | |
| RGB | rgb(173, 230, 158) | color: rgb(173, 230, 158) | |
| CMYK | cmyk(25%, 0%, 31%, 10%) | — | |
| HSV | hsv(108, 31%, 90%) | — | |
| HWB | hwb(108 62% 10%) | color: hwb(108 62% 10%) | |
| OKLCH | oklch(0.8681 0.113 139.22) | color: oklch(0.8681 0.113 139.22) | |
| Lab | lab(85.98 -31.41 29.4) | color: lab(85.98 -31.41 29.4) | |
| LCH | lch(85.98 43.02 136.89) | color: lch(85.98 43.02 136.89) |
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)
#C6C6AF — rgb(198, 198, 175)
Deuteranopia (Green-blind)
#C2BEB4 — rgb(194, 190, 180)
Tritanopia (Blue-blind)
#B0BDC0 — rgb(176, 189, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 59%, 76%);
text
color: hsl(107, 59%, 76%);
border
border: 2px solid hsl(107, 59%, 76%);
gradient light
background: linear-gradient(to right, hsl(107, 59%, 96%), hsl(107, 59%, 76%));
gradient dark
background: linear-gradient(to right, hsl(107, 59%, 76%), hsl(107, 59%, 56%))
hex
background-color: #ADE69E;
tailwind
bg-[hsl(107,59%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 59%, 76%, 0.4);
css variable
--color-primary: hsl(107, 59%, 76%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 59%, 76%)?
HEX: #ADE69E | RGB: rgb(173, 230, 158) | CMYK: 25%, 0%, 31%, 10% | HSV: 108°, 31%, 90%. Copy any format from the conversion table above.
What colors go well with #ADE69E?
The complementary color is HSL(287, 59%, 76%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 59%, 76%) in CSS?
As HSL: color: hsl(107, 59%, 76%); — As HEX: color: #ADE69E; — As RGB: color: rgb(173, 230, 158); — Tailwind CSS: bg-[hsl(107,59%,76%)] — CSS variable: --color-primary: hsl(107, 59%, 76%);