HSL(111, 98%, 28%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(111,98%,28%)]

Color Conversions

Format Value CSS Usage
HSL hsl(111, 98%, 28%) color: hsl(111, 98%, 28%)
HEX #168D01 color: #168D01
RGB rgb(22, 141, 1) color: rgb(22, 141, 1)
CMYK cmyk(84%, 0%, 99%, 45%)
HSV hsv(111, 99%, 55%)
HWB hwb(111 1% 45%) color: hwb(111 1% 45%)
OKLCH oklch(0.5597 0.1864 141.64) color: oklch(0.5597 0.1864 141.64)
Lab lab(50.95 -53.62 53.58) color: lab(50.95 -53.62 53.58)
LCH lch(50.95 75.8 135.02) color: lch(50.95 75.8 135.02)

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 4.33:1
vs Black 4.84: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)

#4A4B23 — rgb(74, 75, 35)

Deuteranopia (Green-blind)

#433A2B — rgb(67, 58, 43)

Tritanopia (Blue-blind)

#1C3E44 — rgb(28, 62, 68)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(111, 98%, 28%);

text

color: hsl(111, 98%, 28%);

border

border: 2px solid hsl(111, 98%, 28%);

gradient light

background: linear-gradient(to right, hsl(111, 98%, 48%), hsl(111, 98%, 28%));

gradient dark

background: linear-gradient(to right, hsl(111, 98%, 28%), hsl(111, 98%, 8%))

hex

background-color: #168D01;

tailwind

bg-[hsl(111,98%,28%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(111, 98%, 28%, 0.4);

css variable

--color-primary: hsl(111, 98%, 28%);

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(111, 98%, 28%)?

HEX: #168D01 | RGB: rgb(22, 141, 1) | CMYK: 84%, 0%, 99%, 45% | HSV: 111°, 99%, 55%. Copy any format from the conversion table above.

What colors go well with #168D01?

The complementary color is HSL(291, 98%, 28%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(111, 98%, 28%) in CSS?

As HSL: color: hsl(111, 98%, 28%); — As HEX: color: #168D01; — As RGB: color: rgb(22, 141, 1); — Tailwind CSS: bg-[hsl(111,98%,28%)] — CSS variable: --color-primary: hsl(111, 98%, 28%);