#ABC08C Color Information

Hex color code: #ABC08C

A subtle green shade, #ABC08C appears as (171, 192, 140) in RGB and (84°, 29%, 65%) in HSL. It is popular in mobile app design.

Try:
Color NameDark Sea Green
HEX
#ABC08C
RGB
171, 192, 140
HSL
84°, 29%, 65%
CMYK
11%, 0%, 27%, 25%

Shades

CSS Usage
color: #ABC08C;
background-color: #ABC08C;
border-color: #ABC08C;
box-shadow: 0 0 10px #ABC08C;
border: 2px solid #ABC08C;
Tailwind Usage
bg-[#ABC08C]
text-[#ABC08C]
border-[#ABC08C]
shadow-[0_0_10px_ABC08C]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #ABC08C, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #ABC08C; color: #000000; }

Badge

New Feature
.badge { background-color: #ABC08C; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #ABC08C; background-color: #ABC08C15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #ABC08C20; border-left: 4px solid #ABC08C; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #ABC08C; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #ABC08C in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

171, 192, 140

Red: 171 / Green: 192 / Blue: 140

HSL

84°, 29%, 65%

Hue: 84° / Saturation: 29% / Lightness: 65%

CMYK

11%, 0%, 27%, 25%

Cyan: 11% / Magenta: 0% / Yellow: 27% / Key: 25%

What color is #ABC08C?

#ABC08C is a green hue associated with nature and harmony.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #ABC08C to RGB:

rgb(171, 192, 140)HEX to RGB Converter →

HEX to HSL

Convert #ABC08C to HSL:

hsl(84, 29%, 65%)RGB to HSL Converter →

HEX to CMYK

Convert #ABC08C to CMYK:

cmyk(11%, 0%, 27%, 25%)Color Converter →

Color Meaning and Usage

A soft green tone, #ABC08C has RGB (171, 192, 140) and HSL (84°, 29%, 65%). Known for evoking nature and harmony, this green hue is popular in mobile app design. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #ABC08C is #A18CC0, creating high-contrast pairings. For softer combinations, try analogous colors like #C0BA8C.

Use #ABC08C in CSS: color: #ABC08C or background-color: #ABC08C. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #ABC08C

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 10.65:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #ABC08C?

#ABC08C is a soft green color - a green hue that evokes nature and harmony.

What is the RGB value of #ABC08C?

#ABC08C in RGB is (171, 192, 140) - 171 red, 192 green, and 140 blue.

How to use #ABC08C in CSS?

Use #ABC08C directly in your CSS properties like color or background-color.

What colors go well with #ABC08C?

#A18CC0 (complementary), #C0BA8C (analogous), and #87A45B (lighter shade) work well with #ABC08C.