HSL(107, 74%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,74%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 74%, 74%) color: hsl(107, 74%, 74%)
HEX #A1EE8C color: #A1EE8C
RGB rgb(161, 238, 140) color: rgb(161, 238, 140)
CMYK cmyk(32%, 0%, 41%, 7%)
HSV hsv(107, 41%, 93%)
HWB hwb(107 55% 7%) color: hwb(107 55% 7%)
OKLCH oklch(0.8761 0.1504 139.14) color: oklch(0.8761 0.1504 139.14)
Lab lab(87.3 -41.61 40.06) color: lab(87.3 -41.61 40.06)
LCH lch(87.3 57.76 136.09) color: lch(87.3 57.76 136.09)

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 1.39:1
vs Black 15.12: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)

#C2C3A4 — rgb(194, 195, 164)

Deuteranopia (Green-blind)

#BEB8A9 — rgb(190, 184, 169)

Tritanopia (Blue-blind)

#A5B6BB — rgb(165, 182, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 74%, 74%);

text

color: hsl(107, 74%, 74%);

border

border: 2px solid hsl(107, 74%, 74%);

gradient light

background: linear-gradient(to right, hsl(107, 74%, 94%), hsl(107, 74%, 74%));

gradient dark

background: linear-gradient(to right, hsl(107, 74%, 74%), hsl(107, 74%, 54%))

hex

background-color: #A1EE8C;

tailwind

bg-[hsl(107,74%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(107, 74%, 74%, 0.4);

css variable

--color-primary: hsl(107, 74%, 74%);

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(107, 74%, 74%)?

HEX: #A1EE8C | RGB: rgb(161, 238, 140) | CMYK: 32%, 0%, 41%, 7% | HSV: 107°, 41%, 93%. Copy any format from the conversion table above.

What colors go well with #A1EE8C?

The complementary color is HSL(287, 74%, 74%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 74%, 74%) in CSS?

As HSL: color: hsl(107, 74%, 74%); — As HEX: color: #A1EE8C; — As RGB: color: rgb(161, 238, 140); — Tailwind CSS: bg-[hsl(107,74%,74%)] — CSS variable: --color-primary: hsl(107, 74%, 74%);