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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.86:1
vs Black 7.35:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Success states Eco/nature brands Finance apps Health apps Confirm buttons

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%);