HSL(78, 50%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(78,50%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(78, 50%, 52%) | color: hsl(78, 50%, 52%) | |
| HEX | #9DC247 | color: #9DC247 | |
| RGB | rgb(157, 194, 71) | color: rgb(157, 194, 71) | |
| CMYK | cmyk(19%, 0%, 63%, 24%) | — | |
| HSV | hsv(78, 63%, 76%) | — | |
| HWB | hwb(78 28% 24%) | color: hwb(78 28% 24%) | |
| OKLCH | oklch(0.7627 0.1551 124.28) | color: oklch(0.7627 0.1551 124.28) | |
| Lab | lab(73.68 -30.45 55.96) | color: lab(73.68 -30.45 55.96) | |
| LCH | lch(73.68 63.71 118.55) | color: lch(73.68 63.71 118.55) |
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)
#ADAD65 — rgb(173, 173, 101)
Deuteranopia (Green-blind)
#ABA86C — rgb(171, 168, 108)
Tritanopia (Blue-blind)
#9F7C81 — rgb(159, 124, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(78, 50%, 52%);
text
color: hsl(78, 50%, 52%);
border
border: 2px solid hsl(78, 50%, 52%);
gradient light
background: linear-gradient(to right, hsl(78, 50%, 72%), hsl(78, 50%, 52%));
gradient dark
background: linear-gradient(to right, hsl(78, 50%, 52%), hsl(78, 50%, 32%))
hex
background-color: #9DC247;
tailwind
bg-[hsl(78,50%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(78, 50%, 52%, 0.4);
css variable
--color-primary: hsl(78, 50%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(78, 50%, 52%)?
HEX: #9DC247 | RGB: rgb(157, 194, 71) | CMYK: 19%, 0%, 63%, 24% | HSV: 78°, 63%, 76%. Copy any format from the conversion table above.
What colors go well with #9DC247?
The complementary color is HSL(258, 50%, 52%). For a triadic harmony, use hues 78°, 198°, and 318°. For analogous combinations, try hues 48° and 108°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(78, 50%, 52%) in CSS?
As HSL: color: hsl(78, 50%, 52%); — As HEX: color: #9DC247; — As RGB: color: rgb(157, 194, 71); — Tailwind CSS: bg-[hsl(78,50%,52%)] — CSS variable: --color-primary: hsl(78, 50%, 52%);