COLOR #ADD99D

HEX: #ADD99D RGB: (173,217,157)

Color info

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

RGB color model

#ADD99D color RGB value is (173,217,157).

RGB: (173,217,157) (68%, 85%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 217 of 255 = 85%
B 157 of 255 = 62%

173
217
157

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

Portions of RGB colors in percentages

R + G + B = 173 + 217 + 157 = 547 (100%)
R 173 of 547 ~ 31.63%
G 217 of 547 ~ 39.67%
B 157 of 547 ~ 28.7'%

%31.63
%39.67
%28.7

CMYK color model

#ADD99D color CMYK value is (20,0,28,15).

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

CMYK: (20,0,28,15)
C20M0Y28K15 (20%, 0%, 28%, 15%)
(0.20 / 0.00 / 0.28 / 0.15)

CMYK percentages

%20.28
%0
%27.65
%14.9

Codes

Color #ADD99D in popluar color models

AD D9 9D
RGB 173 217 157
HSL 104° 44.12% 73.33%
HSB/HSV 104° 27.65% 85.10%
CMYK 20.28% 0.00% 27.65%
14.90%

Color #ADD99D in popluar number systems.

HEX AD D9 9D
Decimal 173 217 157
Binary 10101101 11011001 10011101
Octal 255 331 235

Shades and tints

Shades of #ADD99D

#ADD99D
(173,217,157)
#9EC68F
(158,198,143)
#8FB381
(143,179,129)
#80A073
(128,160,115)
#718D65
(113,141,101)
#627A57
(98,122,87)
#536749
(83,103,73)
#44543B
(68,84,59)
#35412D
(53,65,45)
#262E1F
(38,46,31)
#171B11
(23,27,17)
#000000
(0,0,0)

Tints of #ADD99D

#ADD99D
(173,217,157)
#B4DCA5
(180,220,165)
#BBDFAD
(187,223,173)
#C2E2B5
(194,226,181)
#C9E5BD
(201,229,189)
#D0E8C5
(208,232,197)
#D7EBCD
(215,235,205)
#DEEED5
(222,238,213)
#E5F1DD
(229,241,221)
#ECF4E5
(236,244,229)
#F3F7ED
(243,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD99D; }

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

This text font color is #ADD99D.

Background Color

.myBgColor { background-color: #ADD99D; }

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

This div background color is #ADD99D.

Border color

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

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

This div border color is #ADD99D.

Opacity

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

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

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

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

This text has shadow with #ADD99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD99D.

Preview

Color preview on black background

This text has color #ADD99D on black background.


Color preview on white background

This text has color #ADD99D on white background.


Black color preview on #ADD99D background

This text has black color on #ADD99D background.


White color preview on #ADD99D background

This text has white color on #ADD99D background.


Related colors

Complementary color

Complementary color for #hex is #522662.


I love getcolorcode.com

Triadic colors

1 #9DADD9 and #D99DAD with #ADD99D are triadic colors.

2 #9DD9AD and #D9AD9D with #ADD99D are triadic colors.