HSL(139, 80%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(139,80%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(139, 80%, 30%) | color: hsl(139, 80%, 30%) | |
| HEX | #0F8A36 | color: #0F8A36 | |
| RGB | rgb(15, 138, 54) | color: rgb(15, 138, 54) | |
| CMYK | cmyk(89%, 0%, 61%, 46%) | — | |
| HSV | hsv(139, 89%, 54%) | — | |
| HWB | hwb(139 6% 46%) | color: hwb(139 6% 46%) | |
| OKLCH | oklch(0.5539 0.1574 147.55) | color: oklch(0.5539 0.1574 147.55) | |
| Lab | lab(50.15 -49.47 35.71) | color: lab(50.15 -49.47 35.71) | |
| LCH | lch(50.15 61.01 144.18) | color: lch(50.15 61.01 144.18) |
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)
#44454A — rgb(68, 69, 74)
Deuteranopia (Green-blind)
#3D344F — rgb(61, 52, 79)
Tritanopia (Blue-blind)
#155A5E — rgb(21, 90, 94)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(139, 80%, 30%);
text
color: hsl(139, 80%, 30%);
border
border: 2px solid hsl(139, 80%, 30%);
gradient light
background: linear-gradient(to right, hsl(139, 80%, 50%), hsl(139, 80%, 30%));
gradient dark
background: linear-gradient(to right, hsl(139, 80%, 30%), hsl(139, 80%, 10%))
hex
background-color: #0F8A36;
tailwind
bg-[hsl(139,80%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(139, 80%, 30%, 0.4);
css variable
--color-primary: hsl(139, 80%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(139, 80%, 30%)?
HEX: #0F8A36 | RGB: rgb(15, 138, 54) | CMYK: 89%, 0%, 61%, 46% | HSV: 139°, 89%, 54%. Copy any format from the conversion table above.
What colors go well with #0F8A36?
The complementary color is HSL(319, 80%, 30%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(139, 80%, 30%) in CSS?
As HSL: color: hsl(139, 80%, 30%); — As HEX: color: #0F8A36; — As RGB: color: rgb(15, 138, 54); — Tailwind CSS: bg-[hsl(139,80%,30%)] — CSS variable: --color-primary: hsl(139, 80%, 30%);