HSL(90, 60%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(90,60%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(90, 60%, 41%) color: hsl(90, 60%, 41%)
HEX #69A72A color: #69A72A
RGB rgb(105, 167, 42) color: rgb(105, 167, 42)
CMYK cmyk(37%, 0%, 75%, 35%)
HSV hsv(90, 75%, 65%)
HWB hwb(90 16% 35%) color: hwb(90 16% 35%)
OKLCH oklch(0.662 0.1663 132.67) color: oklch(0.662 0.1663 132.67)
Lab lab(62.34 -39.99 54.65) color: lab(62.34 -39.99 54.65)
LCH lch(62.34 67.72 126.19) color: lch(62.34 67.72 126.19)

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.93:1
vs Black 7.16: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)

#848448 — rgb(132, 132, 72)

Deuteranopia (Green-blind)

#807C50 — rgb(128, 124, 80)

Tritanopia (Blue-blind)

#6C6065 — rgb(108, 96, 101)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(90, 60%, 41%);

text

color: hsl(90, 60%, 41%);

border

border: 2px solid hsl(90, 60%, 41%);

gradient light

background: linear-gradient(to right, hsl(90, 60%, 61%), hsl(90, 60%, 41%));

gradient dark

background: linear-gradient(to right, hsl(90, 60%, 41%), hsl(90, 60%, 21%))

hex

background-color: #69A72A;

tailwind

bg-[hsl(90,60%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(90, 60%, 41%, 0.4);

css variable

--color-primary: hsl(90, 60%, 41%);

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, 60%, 41%)?

HEX: #69A72A | RGB: rgb(105, 167, 42) | CMYK: 37%, 0%, 75%, 35% | HSV: 90°, 75%, 65%. Copy any format from the conversion table above.

What colors go well with #69A72A?

The complementary color is HSL(270, 60%, 41%). 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, 60%, 41%) in CSS?

As HSL: color: hsl(90, 60%, 41%); — As HEX: color: #69A72A; — As RGB: color: rgb(105, 167, 42); — Tailwind CSS: bg-[hsl(90,60%,41%)] — CSS variable: --color-primary: hsl(90, 60%, 41%);