HSL(95, 100%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(95,100%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(95, 100%, 72%) | color: hsl(95, 100%, 72%) | |
| HEX | #ACFF70 | color: #ACFF70 | |
| RGB | rgb(172, 255, 112) | color: rgb(172, 255, 112) | |
| CMYK | cmyk(33%, 0%, 56%, 0%) | — | |
| HSV | hsv(95, 56%, 100%) | — | |
| HWB | hwb(95 44% 0%) | color: hwb(95 44% 0%) | |
| OKLCH | oklch(0.9174 0.1941 133.98) | color: oklch(0.9174 0.1941 133.98) | |
| Lab | lab(92.34 -48.55 59.43) | color: lab(92.34 -48.55 59.43) | |
| LCH | lch(92.34 76.74 129.25) | color: lch(92.34 76.74 129.25) |
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)
#D0D193 — rgb(208, 209, 147)
Deuteranopia (Green-blind)
#CBC59B — rgb(203, 197, 155)
Tritanopia (Blue-blind)
#B0AEB4 — rgb(176, 174, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(95, 100%, 72%);
text
color: hsl(95, 100%, 72%);
border
border: 2px solid hsl(95, 100%, 72%);
gradient light
background: linear-gradient(to right, hsl(95, 100%, 92%), hsl(95, 100%, 72%));
gradient dark
background: linear-gradient(to right, hsl(95, 100%, 72%), hsl(95, 100%, 52%))
hex
background-color: #ACFF70;
tailwind
bg-[hsl(95,100%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(95, 100%, 72%, 0.4);
css variable
--color-primary: hsl(95, 100%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(95, 100%, 72%)?
HEX: #ACFF70 | RGB: rgb(172, 255, 112) | CMYK: 33%, 0%, 56%, 0% | HSV: 95°, 56%, 100%. Copy any format from the conversion table above.
What colors go well with #ACFF70?
The complementary color is HSL(275, 100%, 72%). For a triadic harmony, use hues 95°, 215°, and 335°. For analogous combinations, try hues 65° and 125°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(95, 100%, 72%) in CSS?
As HSL: color: hsl(95, 100%, 72%); — As HEX: color: #ACFF70; — As RGB: color: rgb(172, 255, 112); — Tailwind CSS: bg-[hsl(95,100%,72%)] — CSS variable: --color-primary: hsl(95, 100%, 72%);