HSL(108, 96%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,96%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 96%, 77%) | color: hsl(108, 96%, 77%) | |
| HEX | #A3FD8C | color: #A3FD8C | |
| RGB | rgb(163, 253, 140) | color: rgb(163, 253, 140) | |
| CMYK | cmyk(36%, 0%, 45%, 1%) | — | |
| HSV | hsv(108, 45%, 99%) | — | |
| HWB | hwb(108 54% 1%) | color: hwb(108 54% 1%) | |
| OKLCH | oklch(0.9117 0.1709 139.45) | color: oklch(0.9117 0.1709 139.45) | |
| Lab | lab(91.65 -47.46 45.62) | color: lab(91.65 -47.46 45.62) | |
| LCH | lch(91.65 65.83 136.13) | color: lch(91.65 65.83 136.13) |
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)
#CACBA7 — rgb(202, 203, 167)
Deuteranopia (Green-blind)
#C5BEAE — rgb(197, 190, 174)
Tritanopia (Blue-blind)
#A8BDC2 — rgb(168, 189, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 96%, 77%);
text
color: hsl(108, 96%, 77%);
border
border: 2px solid hsl(108, 96%, 77%);
gradient light
background: linear-gradient(to right, hsl(108, 96%, 97%), hsl(108, 96%, 77%));
gradient dark
background: linear-gradient(to right, hsl(108, 96%, 77%), hsl(108, 96%, 57%))
hex
background-color: #A3FD8C;
tailwind
bg-[hsl(108,96%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 96%, 77%, 0.4);
css variable
--color-primary: hsl(108, 96%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 96%, 77%)?
HEX: #A3FD8C | RGB: rgb(163, 253, 140) | CMYK: 36%, 0%, 45%, 1% | HSV: 108°, 45%, 99%. Copy any format from the conversion table above.
What colors go well with #A3FD8C?
The complementary color is HSL(288, 96%, 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, 96%, 77%) in CSS?
As HSL: color: hsl(108, 96%, 77%); — As HEX: color: #A3FD8C; — As RGB: color: rgb(163, 253, 140); — Tailwind CSS: bg-[hsl(108,96%,77%)] — CSS variable: --color-primary: hsl(108, 96%, 77%);