HSL(104, 80%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(104,80%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(104, 80%, 77%) | color: hsl(104, 80%, 77%) | |
| HEX | #AEF395 | color: #AEF395 | |
| RGB | rgb(174, 243, 149) | color: rgb(174, 243, 149) | |
| CMYK | cmyk(28%, 0%, 39%, 5%) | — | |
| HSV | hsv(104, 39%, 95%) | — | |
| HWB | hwb(104 58% 5%) | color: hwb(104 58% 5%) | |
| OKLCH | oklch(0.8963 0.1417 137.71) | color: oklch(0.8963 0.1417 137.71) | |
| Lab | lab(89.52 -38.34 38.61) | color: lab(89.52 -38.34 38.61) | |
| LCH | lch(89.52 54.41 134.8) | color: lch(89.52 54.41 134.8) |
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)
#CCCCAC — rgb(204, 204, 172)
Deuteranopia (Green-blind)
#C8C3B1 — rgb(200, 195, 177)
Tritanopia (Blue-blind)
#B1BEC2 — rgb(177, 190, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(104, 80%, 77%);
text
color: hsl(104, 80%, 77%);
border
border: 2px solid hsl(104, 80%, 77%);
gradient light
background: linear-gradient(to right, hsl(104, 80%, 97%), hsl(104, 80%, 77%));
gradient dark
background: linear-gradient(to right, hsl(104, 80%, 77%), hsl(104, 80%, 57%))
hex
background-color: #AEF395;
tailwind
bg-[hsl(104,80%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(104, 80%, 77%, 0.4);
css variable
--color-primary: hsl(104, 80%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(104, 80%, 77%)?
HEX: #AEF395 | RGB: rgb(174, 243, 149) | CMYK: 28%, 0%, 39%, 5% | HSV: 104°, 39%, 95%. Copy any format from the conversion table above.
What colors go well with #AEF395?
The complementary color is HSL(284, 80%, 77%). 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, 80%, 77%) in CSS?
As HSL: color: hsl(104, 80%, 77%); — As HEX: color: #AEF395; — As RGB: color: rgb(174, 243, 149); — Tailwind CSS: bg-[hsl(104,80%,77%)] — CSS variable: --color-primary: hsl(104, 80%, 77%);