COLOR #ADD99A

HEX: #ADD99A RGB: (173,217,154)

Color info

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

RGB color model

#ADD99A color RGB value is (173,217,154).

RGB: (173,217,154) (68%, 85%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 154 of 255 = 60%

173
217
154

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

Portions of RGB colors in percentages

R + G + B = 173 + 217 + 154 = 544 (100%)
R 173 of 544 ~ 31.8%
G 217 of 544 ~ 39.89%
B 154 of 544 ~ 28.31'%

%31.8
%39.89
%28.31

CMYK color model

#ADD99A color CMYK value is (20,0,29,15).

  • cyan value is 20.28%
  • magenta value is 0.00%
  • yellow value is 29.03%
  • key color value is 14.90%

CMYK: (20,0,29,15)
C20M0Y29K15 (20%, 0%, 29%, 15%)
(0.20 / 0.00 / 0.29 / 0.15)

CMYK percentages

%20.28
%0
%29.03
%14.9

Codes

Color #ADD99A in popluar color models

AD D9 9A
RGB 173 217 154
HSL 102° 45.32% 72.75%
HSB/HSV 102° 29.03% 85.10%
CMYK 20.28% 0.00% 29.03%
14.90%

Color #ADD99A in popluar number systems.

HEX AD D9 9A
Decimal 173 217 154
Binary 10101101 11011001 10011010
Octal 255 331 232

Shades and tints

Shades of #ADD99A

#ADD99A
(173,217,154)
#9EC68C
(158,198,140)
#8FB37E
(143,179,126)
#80A070
(128,160,112)
#718D62
(113,141,98)
#627A54
(98,122,84)
#536746
(83,103,70)
#445438
(68,84,56)
#35412A
(53,65,42)
#262E1C
(38,46,28)
#171B0E
(23,27,14)
#000000
(0,0,0)

Tints of #ADD99A

#ADD99A
(173,217,154)
#B4DCA3
(180,220,163)
#BBDFAC
(187,223,172)
#C2E2B5
(194,226,181)
#C9E5BE
(201,229,190)
#D0E8C7
(208,232,199)
#D7EBD0
(215,235,208)
#DEEED9
(222,238,217)
#E5F1E2
(229,241,226)
#ECF4EB
(236,244,235)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD99A; }

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

This text font color is #ADD99A.

Background Color

.myBgColor { background-color: #ADD99A; }

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

This div background color is #ADD99A.

Border color

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

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

This div border color is #ADD99A.

Opacity

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

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

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

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

This text has shadow with #ADD99A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD99A.

Preview

Color preview on black background

This text has color #ADD99A on black background.


Color preview on white background

This text has color #ADD99A on white background.


Black color preview on #ADD99A background

This text has black color on #ADD99A background.


White color preview on #ADD99A background

This text has white color on #ADD99A background.


Related colors

Complementary color

Complementary color for #hex is #522665.


I love getcolorcode.com

Triadic colors

1 #9AADD9 and #D99AAD with #ADD99A are triadic colors.

2 #9AD9AD and #D9AD9A with #ADD99A are triadic colors.