HSL(90, 97%, 29%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(90,97%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(90, 97%, 29%) color: hsl(90, 97%, 29%)
HEX #4A9202 color: #4A9202
RGB rgb(74, 146, 2) color: rgb(74, 146, 2)
CMYK cmyk(49%, 0%, 99%, 43%)
HSV hsv(90, 99%, 57%)
HWB hwb(90 1% 43%) color: hwb(90 1% 43%)
OKLCH oklch(0.5894 0.1722 135.25) color: oklch(0.5894 0.1722 135.25)
Lab lab(54.05 -43.56 56.48) color: lab(54.05 -43.56 56.48)
LCH lch(54.05 71.33 127.64) color: lch(54.05 71.33 127.64)

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 3.89:1
vs Black 5.4:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#696A25 — rgb(105, 106, 37)

Deuteranopia (Green-blind)

#65602D — rgb(101, 96, 45)

Tritanopia (Blue-blind)

#4E4046 — rgb(78, 64, 70)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(90, 97%, 29%);

text

color: hsl(90, 97%, 29%);

border

border: 2px solid hsl(90, 97%, 29%);

gradient light

background: linear-gradient(to right, hsl(90, 97%, 49%), hsl(90, 97%, 29%));

gradient dark

background: linear-gradient(to right, hsl(90, 97%, 29%), hsl(90, 97%, 9%))

hex

background-color: #4A9202;

tailwind

bg-[hsl(90,97%,29%)]

box shadow

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

css variable

--color-primary: hsl(90, 97%, 29%);

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, 97%, 29%)?

HEX: #4A9202 | RGB: rgb(74, 146, 2) | CMYK: 49%, 0%, 99%, 43% | HSV: 90°, 99%, 57%. Copy any format from the conversion table above.

What colors go well with #4A9202?

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

As HSL: color: hsl(90, 97%, 29%); — As HEX: color: #4A9202; — As RGB: color: rgb(74, 146, 2); — Tailwind CSS: bg-[hsl(90,97%,29%)] — CSS variable: --color-primary: hsl(90, 97%, 29%);