HSL(147, 91%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,91%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 91%, 62%) | color: hsl(147, 91%, 62%) | |
| HEX | #46F695 | color: #46F695 | |
| RGB | rgb(70, 246, 149) | color: rgb(70, 246, 149) | |
| CMYK | cmyk(72%, 0%, 39%, 4%) | — | |
| HSV | hsv(147, 72%, 96%) | — | |
| HWB | hwb(147 27% 4%) | color: hwb(147 27% 4%) | |
| OKLCH | oklch(0.863 0.1952 154.14) | color: oklch(0.863 0.1952 154.14) | |
| Lab | lab(86.69 -65.14 34.22) | color: lab(86.69 -65.14 34.22) | |
| LCH | lch(86.69 73.58 152.29) | color: lch(86.69 73.58 152.29) |
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)
#9294AC — rgb(146, 148, 172)
Deuteranopia (Green-blind)
#887BB2 — rgb(136, 123, 178)
Tritanopia (Blue-blind)
#4FBFC3 — rgb(79, 191, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 91%, 62%);
text
color: hsl(147, 91%, 62%);
border
border: 2px solid hsl(147, 91%, 62%);
gradient light
background: linear-gradient(to right, hsl(147, 91%, 82%), hsl(147, 91%, 62%));
gradient dark
background: linear-gradient(to right, hsl(147, 91%, 62%), hsl(147, 91%, 42%))
hex
background-color: #46F695;
tailwind
bg-[hsl(147,91%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 91%, 62%, 0.4);
css variable
--color-primary: hsl(147, 91%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 91%, 62%)?
HEX: #46F695 | RGB: rgb(70, 246, 149) | CMYK: 72%, 0%, 39%, 4% | HSV: 147°, 72%, 96%. Copy any format from the conversion table above.
What colors go well with #46F695?
The complementary color is HSL(327, 91%, 62%). 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, 91%, 62%) in CSS?
As HSL: color: hsl(147, 91%, 62%); — As HEX: color: #46F695; — As RGB: color: rgb(70, 246, 149); — Tailwind CSS: bg-[hsl(147,91%,62%)] — CSS variable: --color-primary: hsl(147, 91%, 62%);