HSL(104, 50%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,50%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 50%, 74%) | color: hsl(104, 50%, 74%) | |
| HEX | #ADDE9C | color: #ADDE9C | |
| RGB | rgb(173, 222, 156) | color: rgb(173, 222, 156) | |
| CMYK | cmyk(22%, 0%, 30%, 13%) | — | |
| HSV | hsv(105, 30%, 87%) | — | |
| HWB | hwb(105 61% 13%) | color: hwb(105 61% 13%) | |
| OKLCH | oklch(0.8498 0.1026 137.8) | color: oklch(0.8498 0.1026 137.8) | |
| Lab | lab(83.72 -27.94 27.38) | color: lab(83.72 -27.94 27.38) | |
| LCH | lch(83.72 39.12 135.58) | color: lch(83.72 39.12 135.58) |
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)
#C2C3AC — rgb(194, 195, 172)
Deuteranopia (Green-blind)
#BFBCB0 — rgb(191, 188, 176)
Tritanopia (Blue-blind)
#AFB9BB — rgb(175, 185, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 50%, 74%);
text
color: hsl(104, 50%, 74%);
border
border: 2px solid hsl(104, 50%, 74%);
gradient light
background: linear-gradient(to right, hsl(104, 50%, 94%), hsl(104, 50%, 74%));
gradient dark
background: linear-gradient(to right, hsl(104, 50%, 74%), hsl(104, 50%, 54%))
hex
background-color: #ADDE9C;
tailwind
bg-[hsl(104,50%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 50%, 74%, 0.4);
css variable
--color-primary: hsl(104, 50%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 50%, 74%)?
HEX: #ADDE9C | RGB: rgb(173, 222, 156) | CMYK: 22%, 0%, 30%, 13% | HSV: 105°, 30%, 87%. Copy any format from the conversion table above.
What colors go well with #ADDE9C?
The complementary color is HSL(284, 50%, 74%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(104, 50%, 74%) in CSS?
As HSL: color: hsl(104, 50%, 74%); — As HEX: color: #ADDE9C; — As RGB: color: rgb(173, 222, 156); — Tailwind CSS: bg-[hsl(104,50%,74%)] — CSS variable: --color-primary: hsl(104, 50%, 74%);