#ADE05C Color Information

Hex color code: #ADE05C

A neutral green shade, #ADE05C appears as (173, 224, 92) in RGB and (83°, 68%, 62%) in HSL. It is commonly used in modern UI design.

Try:
Color NameYellow Green
HEX
#ADE05C
RGB
173, 224, 92
HSL
83°, 68%, 62%
CMYK
23%, 0%, 59%, 12%

Shades

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

Generate Gradient

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

Preview in UI

Button

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

Badge

New Feature
.badge { background-color: #ADE05C; 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 #ADE05C; background-color: #ADE05C15; }

Alert / Toast

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

Link / Accent

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

a { color: #ADE05C; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

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

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

173, 224, 92

Red: 173 / Green: 224 / Blue: 92

HSL

83°, 68%, 62%

Hue: 83° / Saturation: 68% / Lightness: 62%

CMYK

23%, 0%, 59%, 12%

Cyan: 23% / Magenta: 0% / Yellow: 59% / Key: 12%

What color is #ADE05C?

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

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #ADE05C to RGB:

rgb(173, 224, 92)HEX to RGB Converter →

HEX to HSL

Convert #ADE05C to HSL:

hsl(83, 68%, 62%)RGB to HSL Converter →

HEX to CMYK

Convert #ADE05C to CMYK:

cmyk(23%, 0%, 59%, 12%)Color Converter →

Color Meaning and Usage

A balanced green tone, #ADE05C has RGB (173, 224, 92) and HSL (83°, 68%, 62%). 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 #ADE05C is #8F5CE0, creating high-contrast pairings. For softer combinations, try analogous colors like #E0D15C.

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

Contrast with #ADE05C

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

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

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #ADE05C?

#ADE05C is a balanced green color - a green hue that evokes nature and harmony.

What is the RGB value of #ADE05C?

#ADE05C in RGB is (173, 224, 92) - 173 red, 224 green, and 92 blue.

How to use #ADE05C in CSS?

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

What colors go well with #ADE05C?

#8F5CE0 (complementary), #E0D15C (analogous), and #8BC926 (lighter shade) work well with #ADE05C.