HSL(100, 70%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(100,70%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(100, 70%, 69%) color: hsl(100, 70%, 69%)
HEX #9EE779 color: #9EE779
RGB rgb(158, 231, 121) color: rgb(158, 231, 121)
CMYK cmyk(32%, 0%, 48%, 9%)
HSV hsv(100, 48%, 91%)
HWB hwb(100 47% 9%) color: hwb(100 47% 9%)
OKLCH oklch(0.8553 0.1605 135.98) color: oklch(0.8553 0.1605 135.98)
Lab lab(84.89 -41.97 46.24) color: lab(84.89 -41.97 46.24)
LCH lch(84.89 62.45 132.23) color: lch(84.89 62.45 132.23)

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.48:1
vs Black 14.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)

#BEBE94 — rgb(190, 190, 148)

Deuteranopia (Green-blind)

#B9B49A — rgb(185, 180, 154)

Tritanopia (Blue-blind)

#A2A9AD — rgb(162, 169, 173)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(100, 70%, 69%);

text

color: hsl(100, 70%, 69%);

border

border: 2px solid hsl(100, 70%, 69%);

gradient light

background: linear-gradient(to right, hsl(100, 70%, 89%), hsl(100, 70%, 69%));

gradient dark

background: linear-gradient(to right, hsl(100, 70%, 69%), hsl(100, 70%, 49%))

hex

background-color: #9EE779;

tailwind

bg-[hsl(100,70%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(100, 70%, 69%, 0.4);

css variable

--color-primary: hsl(100, 70%, 69%);

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(100, 70%, 69%)?

HEX: #9EE779 | RGB: rgb(158, 231, 121) | CMYK: 32%, 0%, 48%, 9% | HSV: 100°, 48%, 91%. Copy any format from the conversion table above.

What colors go well with #9EE779?

The complementary color is HSL(280, 70%, 69%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(100, 70%, 69%) in CSS?

As HSL: color: hsl(100, 70%, 69%); — As HEX: color: #9EE779; — As RGB: color: rgb(158, 231, 121); — Tailwind CSS: bg-[hsl(100,70%,69%)] — CSS variable: --color-primary: hsl(100, 70%, 69%);