HSL(108, 100%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,100%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 100%, 77%) | color: hsl(108, 100%, 77%) | |
| HEX | #A1FF8A | color: #A1FF8A | |
| RGB | rgb(161, 255, 138) | color: rgb(161, 255, 138) | |
| CMYK | cmyk(37%, 0%, 46%, 0%) | — | |
| HSV | hsv(108, 46%, 100%) | — | |
| HWB | hwb(108 54% 0%) | color: hwb(108 54% 0%) | |
| OKLCH | oklch(0.915 0.1766 139.64) | color: oklch(0.915 0.1766 139.64) | |
| Lab | lab(92.1 -49.18 47.12) | color: lab(92.1 -49.18 47.12) | |
| LCH | lch(92.1 68.11 136.23) | color: lch(92.1 68.11 136.23) |
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)
#CACBA6 — rgb(202, 203, 166)
Deuteranopia (Green-blind)
#C4BDAD — rgb(196, 189, 173)
Tritanopia (Blue-blind)
#A6BDC2 — rgb(166, 189, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 100%, 77%);
text
color: hsl(108, 100%, 77%);
border
border: 2px solid hsl(108, 100%, 77%);
gradient light
background: linear-gradient(to right, hsl(108, 100%, 97%), hsl(108, 100%, 77%));
gradient dark
background: linear-gradient(to right, hsl(108, 100%, 77%), hsl(108, 100%, 57%))
hex
background-color: #A1FF8A;
tailwind
bg-[hsl(108,100%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 100%, 77%, 0.4);
css variable
--color-primary: hsl(108, 100%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 100%, 77%)?
HEX: #A1FF8A | RGB: rgb(161, 255, 138) | CMYK: 37%, 0%, 46%, 0% | HSV: 108°, 46%, 100%. Copy any format from the conversion table above.
What colors go well with #A1FF8A?
The complementary color is HSL(288, 100%, 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, 100%, 77%) in CSS?
As HSL: color: hsl(108, 100%, 77%); — As HEX: color: #A1FF8A; — As RGB: color: rgb(161, 255, 138); — Tailwind CSS: bg-[hsl(108,100%,77%)] — CSS variable: --color-primary: hsl(108, 100%, 77%);