HSL(115, 90%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(115,90%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(115, 90%, 39%) | color: hsl(115, 90%, 39%) | |
| HEX | #19BD0A | color: #19BD0A | |
| RGB | rgb(25, 189, 10) | color: rgb(25, 189, 10) | |
| CMYK | cmyk(87%, 0%, 95%, 26%) | — | |
| HSV | hsv(115, 95%, 74%) | — | |
| HWB | hwb(115 4% 26%) | color: hwb(115 4% 26%) | |
| OKLCH | oklch(0.6937 0.2313 142.15) | color: oklch(0.6937 0.2313 142.15) | |
| Lab | lab(66.99 -67.17 65.44) | color: lab(66.99 -67.17 65.44) | |
| LCH | lch(66.99 93.78 135.75) | color: lch(66.99 93.78 135.75) |
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)
#606135 — rgb(96, 97, 53)
Deuteranopia (Green-blind)
#574A40 — rgb(87, 74, 64)
Tritanopia (Blue-blind)
#21585F — rgb(33, 88, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(115, 90%, 39%);
text
color: hsl(115, 90%, 39%);
border
border: 2px solid hsl(115, 90%, 39%);
gradient light
background: linear-gradient(to right, hsl(115, 90%, 59%), hsl(115, 90%, 39%));
gradient dark
background: linear-gradient(to right, hsl(115, 90%, 39%), hsl(115, 90%, 19%))
hex
background-color: #19BD0A;
tailwind
bg-[hsl(115,90%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(115, 90%, 39%, 0.4);
css variable
--color-primary: hsl(115, 90%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(115, 90%, 39%)?
HEX: #19BD0A | RGB: rgb(25, 189, 10) | CMYK: 87%, 0%, 95%, 26% | HSV: 115°, 95%, 74%. Copy any format from the conversion table above.
What colors go well with #19BD0A?
The complementary color is HSL(295, 90%, 39%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(115, 90%, 39%) in CSS?
As HSL: color: hsl(115, 90%, 39%); — As HEX: color: #19BD0A; — As RGB: color: rgb(25, 189, 10); — Tailwind CSS: bg-[hsl(115,90%,39%)] — CSS variable: --color-primary: hsl(115, 90%, 39%);