HSL(147, 95%, 52%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,95%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 95%, 52%) | color: hsl(147, 95%, 52%) | |
| HEX | #10F979 | color: #10F979 | |
| RGB | rgb(16, 249, 121) | color: rgb(16, 249, 121) | |
| CMYK | cmyk(94%, 0%, 51%, 2%) | — | |
| HSV | hsv(147, 94%, 98%) | — | |
| HWB | hwb(147 6% 2%) | color: hwb(147 6% 2%) | |
| OKLCH | oklch(0.8595 0.2325 150.39) | color: oklch(0.8595 0.2325 150.39) | |
| Lab | lab(86.62 -75.49 47.56) | color: lab(86.62 -75.49 47.56) | |
| LCH | lch(86.62 89.22 147.79) | color: lch(86.62 89.22 147.79) |
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)
#757798 — rgb(117, 119, 152)
Deuteranopia (Green-blind)
#67569F — rgb(103, 86, 159)
Tritanopia (Blue-blind)
#1CB0B6 — rgb(28, 176, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 95%, 52%);
text
color: hsl(147, 95%, 52%);
border
border: 2px solid hsl(147, 95%, 52%);
gradient light
background: linear-gradient(to right, hsl(147, 95%, 72%), hsl(147, 95%, 52%));
gradient dark
background: linear-gradient(to right, hsl(147, 95%, 52%), hsl(147, 95%, 32%))
hex
background-color: #10F979;
tailwind
bg-[hsl(147,95%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 95%, 52%, 0.4);
css variable
--color-primary: hsl(147, 95%, 52%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(147, 95%, 52%)?
HEX: #10F979 | RGB: rgb(16, 249, 121) | CMYK: 94%, 0%, 51%, 2% | HSV: 147°, 94%, 98%. Copy any format from the conversion table above.
What colors go well with #10F979?
The complementary color is HSL(327, 95%, 52%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 95%, 52%) in CSS?
As HSL: color: hsl(147, 95%, 52%); — As HEX: color: #10F979; — As RGB: color: rgb(16, 249, 121); — Tailwind CSS: bg-[hsl(147,95%,52%)] — CSS variable: --color-primary: hsl(147, 95%, 52%);