HSL(75, 70%, 50%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(75,70%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(75, 70%, 50%) | color: hsl(75, 70%, 50%) | |
| HEX | #ACD926 | color: #ACD926 | |
| RGB | rgb(172, 217, 38) | color: rgb(172, 217, 38) | |
| CMYK | cmyk(21%, 0%, 82%, 15%) | — | |
| HSV | hsv(75, 82%, 85%) | — | |
| HWB | hwb(75 15% 15%) | color: hwb(75 15% 15%) | |
| OKLCH | oklch(0.824 0.1946 123.85) | color: oklch(0.824 0.1946 123.85) | |
| Lab | lab(81.04 -36.89 74.41) | color: lab(81.04 -36.89 74.41) | |
| LCH | lch(81.04 83.05 116.37) | color: lch(81.04 83.05 116.37) |
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)
#BFC051 — rgb(191, 192, 81)
Deuteranopia (Green-blind)
#BDBA5C — rgb(189, 186, 92)
Tritanopia (Blue-blind)
#AE747B — rgb(174, 116, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(75, 70%, 50%);
text
color: hsl(75, 70%, 50%);
border
border: 2px solid hsl(75, 70%, 50%);
gradient light
background: linear-gradient(to right, hsl(75, 70%, 70%), hsl(75, 70%, 50%));
gradient dark
background: linear-gradient(to right, hsl(75, 70%, 50%), hsl(75, 70%, 30%))
hex
background-color: #ACD926;
tailwind
bg-[hsl(75,70%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(75, 70%, 50%, 0.4);
css variable
--color-primary: hsl(75, 70%, 50%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(75, 70%, 50%)?
HEX: #ACD926 | RGB: rgb(172, 217, 38) | CMYK: 21%, 0%, 82%, 15% | HSV: 75°, 82%, 85%. Copy any format from the conversion table above.
What colors go well with #ACD926?
The complementary color is HSL(255, 70%, 50%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(75, 70%, 50%) in CSS?
As HSL: color: hsl(75, 70%, 50%); — As HEX: color: #ACD926; — As RGB: color: rgb(172, 217, 38); — Tailwind CSS: bg-[hsl(75,70%,50%)] — CSS variable: --color-primary: hsl(75, 70%, 50%);