HSL(145, 92%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,92%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 92%, 39%) | color: hsl(145, 92%, 39%) | |
| HEX | #08BF54 | color: #08BF54 | |
| RGB | rgb(8, 191, 84) | color: rgb(8, 191, 84) | |
| CMYK | cmyk(96%, 0%, 56%, 25%) | — | |
| HSV | hsv(145, 96%, 75%) | — | |
| HWB | hwb(145 3% 25%) | color: hwb(145 3% 25%) | |
| OKLCH | oklch(0.7031 0.1967 149.05) | color: oklch(0.7031 0.1967 149.05) | |
| Lab | lab(67.98 -62.98 42.34) | color: lab(67.98 -62.98 42.34) | |
| LCH | lch(67.98 75.89 146.09) | color: lch(67.98 75.89 146.09) |
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)
#57596E — rgb(87, 89, 110)
Deuteranopia (Green-blind)
#4D3F74 — rgb(77, 63, 116)
Tritanopia (Blue-blind)
#118287 — rgb(17, 130, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 92%, 39%);
text
color: hsl(145, 92%, 39%);
border
border: 2px solid hsl(145, 92%, 39%);
gradient light
background: linear-gradient(to right, hsl(145, 92%, 59%), hsl(145, 92%, 39%));
gradient dark
background: linear-gradient(to right, hsl(145, 92%, 39%), hsl(145, 92%, 19%))
hex
background-color: #08BF54;
tailwind
bg-[hsl(145,92%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 92%, 39%, 0.4);
css variable
--color-primary: hsl(145, 92%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(145, 92%, 39%)?
HEX: #08BF54 | RGB: rgb(8, 191, 84) | CMYK: 96%, 0%, 56%, 25% | HSV: 145°, 96%, 75%. Copy any format from the conversion table above.
What colors go well with #08BF54?
The complementary color is HSL(325, 92%, 39%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 92%, 39%) in CSS?
As HSL: color: hsl(145, 92%, 39%); — As HEX: color: #08BF54; — As RGB: color: rgb(8, 191, 84); — Tailwind CSS: bg-[hsl(145,92%,39%)] — CSS variable: --color-primary: hsl(145, 92%, 39%);