COLOR #ADEE9A

HEX: #ADEE9A RGB: (173,238,154)

Color info

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

RGB color model

#ADEE9A color RGB value is (173,238,154).

RGB: (173,238,154) (68%, 93%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 238 of 255 = 93%
B 154 of 255 = 60%

173
238
154

R + G + B ~ 74%. #ADEE9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 238 + 154 = 565 (100%)
R 173 of 565 ~ 30.62%
G 238 of 565 ~ 42.12%
B 154 of 565 ~ 27.26'%

%30.62
%42.12
%27.26

CMYK color model

#ADEE9A color CMYK value is (27,0,35,7).

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

CMYK: (27,0,35,7)
C27M0Y35K7 (27%, 0%, 35%, 7%)
(0.27 / 0.00 / 0.35 / 0.07)

CMYK percentages

%27.31
%0
%35.29
%6.67

Codes

Color #ADEE9A in popluar color models

AD EE 9A
RGB 173 238 154
HSL 106° 71.19% 76.86%
HSB/HSV 106° 35.29% 93.33%
CMYK 27.31% 0.00% 35.29%
6.67%

Color #ADEE9A in popluar number systems.

HEX AD EE 9A
Decimal 173 238 154
Binary 10101101 11101110 10011010
Octal 255 356 232

Shades and tints

Shades of #ADEE9A

#ADEE9A
(173,238,154)
#9ED98C
(158,217,140)
#8FC47E
(143,196,126)
#80AF70
(128,175,112)
#719A62
(113,154,98)
#628554
(98,133,84)
#537046
(83,112,70)
#445B38
(68,91,56)
#35462A
(53,70,42)
#26311C
(38,49,28)
#171C0E
(23,28,14)
#000000
(0,0,0)

Tints of #ADEE9A

#ADEE9A
(173,238,154)
#B4EFA3
(180,239,163)
#BBF0AC
(187,240,172)
#C2F1B5
(194,241,181)
#C9F2BE
(201,242,190)
#D0F3C7
(208,243,199)
#D7F4D0
(215,244,208)
#DEF5D9
(222,245,217)
#E5F6E2
(229,246,226)
#ECF7EB
(236,247,235)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADEE9A; }

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

This text font color is #ADEE9A.

Background Color

.myBgColor { background-color: #ADEE9A; }

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

This div background color is #ADEE9A.

Border color

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

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

This div border color is #ADEE9A.

Opacity

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

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

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

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

This text has shadow with #ADEE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADEE9A.

Preview

Color preview on black background

This text has color #ADEE9A on black background.


Color preview on white background

This text has color #ADEE9A on white background.


Black color preview on #ADEE9A background

This text has black color on #ADEE9A background.


White color preview on #ADEE9A background

This text has white color on #ADEE9A background.


Related colors

Complementary color

Complementary color for #hex is #521165.


I love getcolorcode.com

Triadic colors

1 #9AADEE and #EE9AAD with #ADEE9A are triadic colors.

2 #9AEEAD and #EEAD9A with #ADEE9A are triadic colors.