COLOR #ADEE90

HEX: #ADEE90 RGB: (173,238,144)

Color info

#ADEE90 contains mainly green color. Web safe color of #ADEE90 is #99FF99 (or #9F9).

RGB color model

#ADEE90 color RGB value is (173,238,144).

RGB: (173,238,144) (68%, 93%, 56%)

RGB channels and saturation

R 173 of 255 = 68%
G 238 of 255 = 93%
B 144 of 255 = 56%

173
238
144

R + G + B ~ 72%. #ADEE90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 238 + 144 = 555 (100%)
R 173 of 555 ~ 31.17%
G 238 of 555 ~ 42.88%
B 144 of 555 ~ 25.95'%

%31.17
%42.88
%25.95

CMYK color model

#ADEE90 color CMYK value is (27,0,39,7).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 39.50%
  • key color value is 6.67%

CMYK: (27,0,39,7)
C27M0Y39K7 (27%, 0%, 39%, 7%)
(0.27 / 0.00 / 0.39 / 0.07)

CMYK percentages

%27.31
%0
%39.5
%6.67

Codes

Color #ADEE90 in popluar color models

AD EE 90
RGB 173 238 144
HSL 101° 73.44% 74.90%
HSB/HSV 101° 39.50% 93.33%
CMYK 27.31% 0.00% 39.50%
6.67%

Color #ADEE90 in popluar number systems.

HEX AD EE 90
Decimal 173 238 144
Binary 10101101 11101110 10010000
Octal 255 356 220

Shades and tints

Shades of #ADEE90

#ADEE90
(173,238,144)
#9ED983
(158,217,131)
#8FC476
(143,196,118)
#80AF69
(128,175,105)
#719A5C
(113,154,92)
#62854F
(98,133,79)
#537042
(83,112,66)
#445B35
(68,91,53)
#354628
(53,70,40)
#26311B
(38,49,27)
#171C0E
(23,28,14)
#000000
(0,0,0)

Tints of #ADEE90

#ADEE90
(173,238,144)
#B4EF9A
(180,239,154)
#BBF0A4
(187,240,164)
#C2F1AE
(194,241,174)
#C9F2B8
(201,242,184)
#D0F3C2
(208,243,194)
#D7F4CC
(215,244,204)
#DEF5D6
(222,245,214)
#E5F6E0
(229,246,224)
#ECF7EA
(236,247,234)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEE90 color. Also use rgb(173,238,144) instead hex code.

Text Font Color

.myTextColor { color: #ADEE90; }

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

This text font color is #ADEE90.

Background Color

.myBgColor { background-color: #ADEE90; }

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

This div background color is #ADEE90.

Border color

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

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

This div border color is #ADEE90.

Opacity

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

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

Text with #ADEE90 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 #ADEE90;}

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

This text has shadow with #ADEE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEE90.

Preview

Color preview on black background

This text has color #ADEE90 on black background.


Color preview on white background

This text has color #ADEE90 on white background.


Black color preview on #ADEE90 background

This text has black color on #ADEE90 background.


White color preview on #ADEE90 background

This text has white color on #ADEE90 background.


Related colors

Complementary color

Complementary color for #ADEE90 is #52116F.


I love getcolorcode.com

Triadic colors

1 #90ADEE and #EE90AD with #ADEE90 are triadic colors.

2 #90EEAD and #EEAD90 with #ADEE90 are triadic colors.