HSL(143, 100%, 28%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,100%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 100%, 28%) | color: hsl(143, 100%, 28%) | |
| HEX | #008F37 | color: #008F37 | |
| RGB | rgb(0, 143, 55) | color: rgb(0, 143, 55) | |
| CMYK | cmyk(100%, 0%, 62%, 44%) | — | |
| HSV | hsv(143, 100%, 56%) | — | |
| HWB | hwb(143 0% 44%) | color: hwb(143 0% 44%) | |
| OKLCH | oklch(0.5668 0.1645 147.89) | color: oklch(0.5668 0.1645 147.89) | |
| Lab | lab(51.75 -52.01 37.05) | color: lab(51.75 -52.01 37.05) | |
| LCH | lch(51.75 63.86 144.54) | color: lch(51.75 63.86 144.54) |
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)
#3E3F4C — rgb(62, 63, 76)
Deuteranopia (Green-blind)
#362B51 — rgb(54, 43, 81)
Tritanopia (Blue-blind)
#075D61 — rgb(7, 93, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 100%, 28%);
text
color: hsl(143, 100%, 28%);
border
border: 2px solid hsl(143, 100%, 28%);
gradient light
background: linear-gradient(to right, hsl(143, 100%, 48%), hsl(143, 100%, 28%));
gradient dark
background: linear-gradient(to right, hsl(143, 100%, 28%), hsl(143, 100%, 8%))
hex
background-color: #008F37;
tailwind
bg-[hsl(143,100%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 100%, 28%, 0.4);
css variable
--color-primary: hsl(143, 100%, 28%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 100%, 28%)?
HEX: #008F37 | RGB: rgb(0, 143, 55) | CMYK: 100%, 0%, 62%, 44% | HSV: 143°, 100%, 56%. Copy any format from the conversion table above.
What colors go well with #008F37?
The complementary color is HSL(323, 100%, 28%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 100%, 28%) in CSS?
As HSL: color: hsl(143, 100%, 28%); — As HEX: color: #008F37; — As RGB: color: rgb(0, 143, 55); — Tailwind CSS: bg-[hsl(143,100%,28%)] — CSS variable: --color-primary: hsl(143, 100%, 28%);