HSL(146, 92%, 48%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(146,92%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(146, 92%, 48%) color: hsl(146, 92%, 48%)
HEX #0AEB6B color: #0AEB6B
RGB rgb(10, 235, 107) color: rgb(10, 235, 107)
CMYK cmyk(96%, 0%, 54%, 8%)
HSV hsv(146, 96%, 92%)
HWB hwb(146 4% 8%) color: hwb(146 4% 8%)
OKLCH oklch(0.8216 0.2284 149.37) color: oklch(0.8216 0.2284 149.37)
Lab lab(82.13 -73.39 48.58) color: lab(82.13 -73.39 48.58)
LCH lch(82.13 88.01 146.5) color: lch(82.13 88.01 146.5)

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.6:1
vs Black 13.11: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)

#6B6D8A — rgb(107, 109, 138)

Deuteranopia (Green-blind)

#5E4E91 — rgb(94, 78, 145)

Tritanopia (Blue-blind)

#15A2A8 — rgb(21, 162, 168)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(146, 92%, 48%);

text

color: hsl(146, 92%, 48%);

border

border: 2px solid hsl(146, 92%, 48%);

gradient light

background: linear-gradient(to right, hsl(146, 92%, 68%), hsl(146, 92%, 48%));

gradient dark

background: linear-gradient(to right, hsl(146, 92%, 48%), hsl(146, 92%, 28%))

hex

background-color: #0AEB6B;

tailwind

bg-[hsl(146,92%,48%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(146, 92%, 48%, 0.4);

css variable

--color-primary: hsl(146, 92%, 48%);

Related Colors

Use Cases for Vivid Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(146, 92%, 48%)?

HEX: #0AEB6B | RGB: rgb(10, 235, 107) | CMYK: 96%, 0%, 54%, 8% | HSV: 146°, 96%, 92%. Copy any format from the conversion table above.

What colors go well with #0AEB6B?

The complementary color is HSL(326, 92%, 48%). For a triadic harmony, use hues 146°, 266°, and 26°. For analogous combinations, try hues 116° and 176°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(146, 92%, 48%) in CSS?

As HSL: color: hsl(146, 92%, 48%); — As HEX: color: #0AEB6B; — As RGB: color: rgb(10, 235, 107); — Tailwind CSS: bg-[hsl(146,92%,48%)] — CSS variable: --color-primary: hsl(146, 92%, 48%);