HSL(97, 84%, 36%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(97,84%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 84%, 36%) color: hsl(97, 84%, 36%)
HEX #4AA90F color: #4AA90F
RGB rgb(74, 169, 15) color: rgb(74, 169, 15)
CMYK cmyk(56%, 0%, 91%, 34%)
HSV hsv(97, 91%, 66%)
HWB hwb(97 6% 34%) color: hwb(97 6% 34%)
OKLCH oklch(0.6513 0.1952 137.64) color: oklch(0.6513 0.1952 137.64)
Lab lab(61.54 -51.96 60.59) color: lab(61.54 -51.96 60.59)
LCH lch(61.54 79.82 130.62) color: lch(61.54 79.82 130.62)

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.01:1
vs Black 6.97: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)

#737434 — rgb(115, 116, 52)

Deuteranopia (Green-blind)

#6E673D — rgb(110, 103, 61)

Tritanopia (Blue-blind)

#4F5258 — rgb(79, 82, 88)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 84%, 36%);

text

color: hsl(97, 84%, 36%);

border

border: 2px solid hsl(97, 84%, 36%);

gradient light

background: linear-gradient(to right, hsl(97, 84%, 56%), hsl(97, 84%, 36%));

gradient dark

background: linear-gradient(to right, hsl(97, 84%, 36%), hsl(97, 84%, 16%))

hex

background-color: #4AA90F;

tailwind

bg-[hsl(97,84%,36%)]

box shadow

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

css variable

--color-primary: hsl(97, 84%, 36%);

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(97, 84%, 36%)?

HEX: #4AA90F | RGB: rgb(74, 169, 15) | CMYK: 56%, 0%, 91%, 34% | HSV: 97°, 91%, 66%. Copy any format from the conversion table above.

What colors go well with #4AA90F?

The complementary color is HSL(277, 84%, 36%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 84%, 36%) in CSS?

As HSL: color: hsl(97, 84%, 36%); — As HEX: color: #4AA90F; — As RGB: color: rgb(74, 169, 15); — Tailwind CSS: bg-[hsl(97,84%,36%)] — CSS variable: --color-primary: hsl(97, 84%, 36%);