HSL(146, 90%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(146,90%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(146, 90%, 37%) | color: hsl(146, 90%, 37%) | |
| HEX | #09B353 | color: #09B353 | |
| RGB | rgb(9, 179, 83) | color: rgb(9, 179, 83) | |
| CMYK | cmyk(95%, 0%, 54%, 30%) | — | |
| HSV | hsv(146, 95%, 70%) | — | |
| HWB | hwb(146 4% 30%) | color: hwb(146 4% 30%) | |
| OKLCH | oklch(0.6708 0.1832 149.94) | color: oklch(0.6708 0.1832 149.94) | |
| Lab | lab(64.1 -59.22 38.13) | color: lab(64.1 -59.22 38.13) | |
| LCH | lch(64.1 70.43 147.22) | color: lch(64.1 70.43 147.22) |
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)
#53546A — rgb(83, 84, 106)
Deuteranopia (Green-blind)
#493C70 — rgb(73, 60, 112)
Tritanopia (Blue-blind)
#127D81 — rgb(18, 125, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(146, 90%, 37%);
text
color: hsl(146, 90%, 37%);
border
border: 2px solid hsl(146, 90%, 37%);
gradient light
background: linear-gradient(to right, hsl(146, 90%, 57%), hsl(146, 90%, 37%));
gradient dark
background: linear-gradient(to right, hsl(146, 90%, 37%), hsl(146, 90%, 17%))
hex
background-color: #09B353;
tailwind
bg-[hsl(146,90%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(146, 90%, 37%, 0.4);
css variable
--color-primary: hsl(146, 90%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(146, 90%, 37%)?
HEX: #09B353 | RGB: rgb(9, 179, 83) | CMYK: 95%, 0%, 54%, 30% | HSV: 146°, 95%, 70%. Copy any format from the conversion table above.
What colors go well with #09B353?
The complementary color is HSL(326, 90%, 37%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(146, 90%, 37%) in CSS?
As HSL: color: hsl(146, 90%, 37%); — As HEX: color: #09B353; — As RGB: color: rgb(9, 179, 83); — Tailwind CSS: bg-[hsl(146,90%,37%)] — CSS variable: --color-primary: hsl(146, 90%, 37%);