COLOR #ADE48E

HEX: #ADE48E RGB: (173,228,142)

Color info

#ADE48E contains mainly red and green colors. Web safe color of #ADE48E is #99CC99 (or #9C9).

RGB color model

#ADE48E color RGB value is (173,228,142).

RGB: (173,228,142) (68%, 89%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 228 of 255 = 89%
B 142 of 255 = 56%

173
228
142

R + G + B ~ 71%. #ADE48E is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 228 + 142 = 543 (100%)
R 173 of 543 ~ 31.86%
G 228 of 543 ~ 41.99%
B 142 of 543 ~ 26.15'%

%31.86
%41.99
%26.15

CMYK color model

#ADE48E color CMYK value is (24,0,38,11).

  • cyan value is 24.12%
  • magenta value is 0.00%
  • yellow value is 37.72%
  • key color value is 10.59%

CMYK: (24,0,38,11)
C24M0Y38K11 (24%, 0%, 38%, 11%)
(0.24 / 0.00 / 0.38 / 0.11)

CMYK percentages

%24.12
%0
%37.72
%10.59

Codes

Color #ADE48E in popluar color models

AD E4 8E
RGB 173 228 142
HSL 98° 61.43% 72.55%
HSB/HSV 98° 37.72% 89.41%
CMYK 24.12% 0.00% 37.72%
10.59%

Color #ADE48E in popluar number systems.

HEX AD E4 8E
Decimal 173 228 142
Binary 10101101 11100100 10001110
Octal 255 344 216

Shades and tints

Shades of #ADE48E

#ADE48E
(173,228,142)
#9ED082
(158,208,130)
#8FBC76
(143,188,118)
#80A86A
(128,168,106)
#71945E
(113,148,94)
#628052
(98,128,82)
#536C46
(83,108,70)
#44583A
(68,88,58)
#35442E
(53,68,46)
#263022
(38,48,34)
#171C16
(23,28,22)
#000000
(0,0,0)

Tints of #ADE48E

#ADE48E
(173,228,142)
#B4E698
(180,230,152)
#BBE8A2
(187,232,162)
#C2EAAC
(194,234,172)
#C9ECB6
(201,236,182)
#D0EEC0
(208,238,192)
#D7F0CA
(215,240,202)
#DEF2D4
(222,242,212)
#E5F4DE
(229,244,222)
#ECF6E8
(236,246,232)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE48E color. Also use rgb(173,228,142) instead hex code.

Text Font Color

.myTextColor { color: #ADE48E; }

<p style="color:#ADE48E">This sample text font color is #ADE48E.</p>

This text font color is #ADE48E.

Background Color

.myBgColor { background-color: #ADE48E; }

<div style="background-color:#ADE48E">Inner text</div>

This div background color is #ADE48E.

Border color

.myBorderColor { border: 1px solid #ADE48E; }

<div style="border:3px solid #ADE48E">Div</div>

This div border color is #ADE48E.

Opacity

.myOpacity80 { color: #ADE48E; opacity: 0.8; }

<p style="color:#ADE48E;opacity:0.8;">80%</p>

Text with #ADE48E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ADE48E;}

<p style="text-shadow: 3px 3px 1px #ADE48E">Text here.</p>

This text has shadow with #ADE48E color.


.textShadow {text-shadow: 3px 3px 1px #ADE48E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ADE48E, 5px 5px 20px red">Text here.</p>

This text has shadow with #ADE48E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADE48E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ADE48E, Direction=45, Strength=4)">Text</p>

This text has shadow with #ADE48E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADE48E;
-webkit-box-shadow: 1px 1px 3px 2px #ADE48E;
box-shadow: 1px 1px 3px 2px #ADE48E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADE48E; -webkit-box-shadow: 1px 1px 3px 2px #ADE48E; box-shadow:1px 1px 3px 2px #ADE48E;">
Div content here
</div>

This div box has shadow with color #ADE48E.

Preview

Color preview on black background

This text has color #ADE48E on black background.


Color preview on white background

This text has color #ADE48E on white background.


Black color preview on #ADE48E background

This text has black color on #ADE48E background.


White color preview on #ADE48E background

This text has white color on #ADE48E background.


Related colors

Complementary color

Complementary color for #hex is #521B71.


I love getcolorcode.com

Triadic colors

1 #8EADE4 and #E48EAD with #ADE48E are triadic colors.

2 #8EE4AD and #E4AD8E with #ADE48E are triadic colors.