HSL(108, 80%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,80%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 80%, 77%) | color: hsl(108, 80%, 77%) | |
| HEX | #A8F395 | color: #A8F395 | |
| RGB | rgb(168, 243, 149) | color: rgb(168, 243, 149) | |
| CMYK | cmyk(31%, 0%, 39%, 5%) | — | |
| HSV | hsv(108, 39%, 95%) | — | |
| HWB | hwb(108 58% 5%) | color: hwb(108 58% 5%) | |
| OKLCH | oklch(0.8929 0.1449 139.44) | color: oklch(0.8929 0.1449 139.44) | |
| Lab | lab(89.2 -40.31 38.14) | color: lab(89.2 -40.31 38.14) | |
| LCH | lch(89.2 55.49 136.58) | color: lch(89.2 55.49 136.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)
#C8C9AC — rgb(200, 201, 172)
Deuteranopia (Green-blind)
#C4BFB1 — rgb(196, 191, 177)
Tritanopia (Blue-blind)
#ACBEC2 — rgb(172, 190, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 80%, 77%);
text
color: hsl(108, 80%, 77%);
border
border: 2px solid hsl(108, 80%, 77%);
gradient light
background: linear-gradient(to right, hsl(108, 80%, 97%), hsl(108, 80%, 77%));
gradient dark
background: linear-gradient(to right, hsl(108, 80%, 77%), hsl(108, 80%, 57%))
hex
background-color: #A8F395;
tailwind
bg-[hsl(108,80%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 80%, 77%, 0.4);
css variable
--color-primary: hsl(108, 80%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 80%, 77%)?
HEX: #A8F395 | RGB: rgb(168, 243, 149) | CMYK: 31%, 0%, 39%, 5% | HSV: 108°, 39%, 95%. Copy any format from the conversion table above.
What colors go well with #A8F395?
The complementary color is HSL(288, 80%, 77%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 80%, 77%) in CSS?
As HSL: color: hsl(108, 80%, 77%); — As HEX: color: #A8F395; — As RGB: color: rgb(168, 243, 149); — Tailwind CSS: bg-[hsl(108,80%,77%)] — CSS variable: --color-primary: hsl(108, 80%, 77%);