HSL(90, 50%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(90,50%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(90, 50%, 44%) | color: hsl(90, 50%, 44%) | |
| HEX | #70A838 | color: #70A838 | |
| RGB | rgb(112, 168, 56) | color: rgb(112, 168, 56) | |
| CMYK | cmyk(33%, 0%, 67%, 34%) | — | |
| HSV | hsv(90, 67%, 66%) | — | |
| HWB | hwb(90 22% 34%) | color: hwb(90 22% 34%) | |
| OKLCH | oklch(0.6696 0.1545 132.09) | color: oklch(0.6696 0.1545 132.09) | |
| Lab | lab(63.12 -36.88 50.15) | color: lab(63.12 -36.88 50.15) | |
| LCH | lch(63.12 62.25 126.33) | color: lch(63.12 62.25 126.33) |
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)
#888953 — rgb(136, 137, 83)
Deuteranopia (Green-blind)
#85815A — rgb(133, 129, 90)
Tritanopia (Blue-blind)
#73686D — rgb(115, 104, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(90, 50%, 44%);
text
color: hsl(90, 50%, 44%);
border
border: 2px solid hsl(90, 50%, 44%);
gradient light
background: linear-gradient(to right, hsl(90, 50%, 64%), hsl(90, 50%, 44%));
gradient dark
background: linear-gradient(to right, hsl(90, 50%, 44%), hsl(90, 50%, 24%))
hex
background-color: #70A838;
tailwind
bg-[hsl(90,50%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(90, 50%, 44%, 0.4);
css variable
--color-primary: hsl(90, 50%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(90, 50%, 44%)?
HEX: #70A838 | RGB: rgb(112, 168, 56) | CMYK: 33%, 0%, 67%, 34% | HSV: 90°, 67%, 66%. Copy any format from the conversion table above.
What colors go well with #70A838?
The complementary color is HSL(270, 50%, 44%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(90, 50%, 44%) in CSS?
As HSL: color: hsl(90, 50%, 44%); — As HEX: color: #70A838; — As RGB: color: rgb(112, 168, 56); — Tailwind CSS: bg-[hsl(90,50%,44%)] — CSS variable: --color-primary: hsl(90, 50%, 44%);