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