HSL(102, 91%, 75%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(102,91%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(102, 91%, 75%) | color: hsl(102, 91%, 75%) | |
| HEX | #A8F985 | color: #A8F985 | |
| RGB | rgb(168, 249, 133) | color: rgb(168, 249, 133) | |
| CMYK | cmyk(33%, 0%, 47%, 2%) | — | |
| HSV | hsv(102, 47%, 98%) | — | |
| HWB | hwb(102 52% 2%) | color: hwb(102 52% 2%) | |
| OKLCH | oklch(0.9041 0.1693 136.93) | color: oklch(0.9041 0.1693 136.93) | |
| Lab | lab(90.67 -45.03 47.79) | color: lab(90.67 -45.03 47.79) | |
| LCH | lch(90.67 65.66 133.3) | color: lch(90.67 65.66 133.3) |
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)
#CBCCA1 — rgb(203, 204, 161)
Deuteranopia (Green-blind)
#C6C0A8 — rgb(198, 192, 168)
Tritanopia (Blue-blind)
#ACB7BC — rgb(172, 183, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(102, 91%, 75%);
text
color: hsl(102, 91%, 75%);
border
border: 2px solid hsl(102, 91%, 75%);
gradient light
background: linear-gradient(to right, hsl(102, 91%, 95%), hsl(102, 91%, 75%));
gradient dark
background: linear-gradient(to right, hsl(102, 91%, 75%), hsl(102, 91%, 55%))
hex
background-color: #A8F985;
tailwind
bg-[hsl(102,91%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(102, 91%, 75%, 0.4);
css variable
--color-primary: hsl(102, 91%, 75%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(102, 91%, 75%)?
HEX: #A8F985 | RGB: rgb(168, 249, 133) | CMYK: 33%, 0%, 47%, 2% | HSV: 102°, 47%, 98%. Copy any format from the conversion table above.
What colors go well with #A8F985?
The complementary color is HSL(282, 91%, 75%). For a triadic harmony, use hues 102°, 222°, and 342°. For analogous combinations, try hues 72° and 132°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(102, 91%, 75%) in CSS?
As HSL: color: hsl(102, 91%, 75%); — As HEX: color: #A8F985; — As RGB: color: rgb(168, 249, 133); — Tailwind CSS: bg-[hsl(102,91%,75%)] — CSS variable: --color-primary: hsl(102, 91%, 75%);