HEX: #ADD9AD
RGB: (173,217,173)
#ADD9AD contains red, green and blue colors in about the same proportion. Web safe color of #ADD9AD is #99CC99 (or #9C9).
#ADD9AD color RGB value is (173,217,173).
RGB: (173,217,173)
(68%, 85%, 68%)
R 173 of 255 = 68%
G 217 of 255 = 85%
B 173 of 255 = 68%
R + G + B ~ 74%. #ADD9AD is quite light color.
R + G + B = 173 + 217 + 173 = 563 (100%)
R 173 of 563 ~ 30.73%
G 217 of 563 ~ 38.54%
B 173 of 563 ~ 30.73'%
#ADD9AD color CMYK value is (20,0,20,15).
CMYK: (20,0,20,15)
C20M0Y20K15 (20%, 0%, 20%, 15%)
(0.20 / 0.00 / 0.20 / 0.15)
Color #ADD9AD in popluar color models
AD | D9 | AD | |
---|---|---|---|
RGB | 173 | 217 | 173 |
HSL | 120° | 36.67% | 76.47% |
HSB/HSV | 120° | 20.28% | 85.10% |
CMYK | 20.28% | 0.00% | 20.28% |
14.90% |
Color #ADD9AD in popluar number systems.
HEX | AD | D9 | AD |
Decimal | 173 | 217 | 173 |
Binary | 10101101 | 11011001 | 10101101 |
Octal | 255 | 331 | 255 |
Shades of #ADD9AD
Tints of #ADD9AD
Examples of css and html codes for elements with #ADD9AD color. Also use rgb(173,217,173) instead hex code.
.myTextColor { color: #ADD9AD; }
<p style="color:#ADD9AD">This sample text font color is #ADD9AD.</p>
This text font color is #ADD9AD.
.myBgColor { background-color: #ADD9AD; }
<div style="background-color:#ADD9AD">Inner text</div>
This div background color is #ADD9AD.
.myBorderColor { border: 1px solid #ADD9AD; }
<div style="border:3px solid #ADD9AD">Div</div>
This div border color is #ADD9AD.
.myOpacity80 { color: #ADD9AD; opacity: 0.8; }
<p style="color:#ADD9AD;opacity:0.8;">80%</p>
Text with #ADD9AD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD9AD;}
<p style="text-shadow: 3px 3px 1px #ADD9AD">Text here.</p>
This text has shadow with #ADD9AD color.
.textShadow {text-shadow: 3px 3px 1px #ADD9AD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD9AD, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD9AD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD9AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD9AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD9AD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD9AD;
-webkit-box-shadow: 1px 1px 3px 2px #ADD9AD;
box-shadow: 1px 1px 3px 2px #ADD9AD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD9AD; -webkit-box-shadow: 1px 1px 3px 2px #ADD9AD; box-shadow:1px 1px 3px 2px #ADD9AD;">
Div content here
</div>
This text has color #ADD9AD on black background.
This text has color #ADD9AD on white background.
This text has black color on #ADD9AD background.
This text has white color on #ADD9AD background.
Complementary color for #hex is #522652.