HEX: #ADD99D
RGB: (173,217,157)
#ADD99D contains mainly red and green colors. Web safe color of #ADD99D is #99CC99 (or #9C9).
#ADD99D color RGB value is (173,217,157).
RGB: (173,217,157)
(68%, 85%, 62%)
R 173 of 255 = 68%
G 217 of 255 = 85%
B 157 of 255 = 62%
R + G + B ~ 72%. #ADD99D is quite light color.
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'%
#ADD99D color CMYK value is (20,0,28,15).
CMYK: (20,0,28,15)
C20M0Y28K15 (20%, 0%, 28%, 15%)
(0.20 / 0.00 / 0.28 / 0.15)
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 of #ADD99D
Tints of #ADD99D
Examples of css and html codes for elements with #ADD99D color. Also use rgb(173,217,157) instead hex code.
.myTextColor { color: #ADD99D; }
<p style="color:#ADD99D">This sample text font color is #ADD99D.</p>
This text font color is #ADD99D.
.myBgColor { background-color: #ADD99D; }
<div style="background-color:#ADD99D">Inner text</div>
This div background color is #ADD99D.
.myBorderColor { border: 1px solid #ADD99D; }
<div style="border:3px solid #ADD99D">Div</div>
This div border color is #ADD99D.
.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%.
.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.
/* 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 text has color #ADD99D on black background.
This text has color #ADD99D on white background.
This text has black color on #ADD99D background.
This text has white color on #ADD99D background.
Complementary color for #hex is #522662.