HEX: #ADD69E
RGB: (173,214,158)
#ADD69E contains red, green and blue colors in about the same proportion. Web safe color of #ADD69E is #99CC99 (or #9C9).
#ADD69E color RGB value is (173,214,158).
RGB: (173,214,158)
(68%, 84%, 62%)
R 173 of 255 = 68%
G 214 of 255 = 84%
B 158 of 255 = 62%
R + G + B ~ 71%. #ADD69E is quite light color.
R + G + B = 173 + 214 + 158 = 545 (100%)
R 173 of 545 ~ 31.74%
G 214 of 545 ~ 39.27%
B 158 of 545 ~ 28.99'%
#ADD69E color CMYK value is (19,0,26,16).
CMYK: (19,0,26,16) C19M0Y26K16 (19%,0%,26%,16%) (0.19/0.00/0.26/0.16)
Color #ADD69E in popluar color models
AD | D6 | 9E | |
---|---|---|---|
RGB | 173 | 214 | 158 |
HSL | 104° | 40.58% | 72.94% |
HSB/HSV | 104° | 26.17% | 83.92% |
CMYK | 19.16% | 0.00% | 26.17% |
16.08% |
Color #ADD69E in popluar number systems.
HEX | AD | D6 | 9E |
Decimal | 173 | 214 | 158 |
Binary | 10101101 | 11010110 | 10011110 |
Octal | 255 | 326 | 236 |
Shades of #ADD69E
Tints of #ADD69E
Examples of css and html codes for elements with #ADD69E color. Also use rgb(173,214,158) instead hex code.
.myTextColor { color: #ADD69E; }
<p style="color:#ADD69E">This sample text font color is #ADD69E.</p>
This text font color is #ADD69E.
.myBgColor { background-color: #ADD69E; }
<div style="background-color:#ADD69E">Inner text</div>
This div background color is #ADD69E.
.myBorderColor { border: 1px solid #ADD69E; }
<div style="border:3px solid #ADD69E">Div</div>
This div border color is #ADD69E.
.myOpacity80 { color: #ADD69E; opacity: 0.8; }
<p style="color:#ADD69E;opacity:0.8;">80%</p>
Text with #ADD69E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD69E;}
<p style="text-shadow: 3px 3px 1px #ADD69E">Text here.</p>
This text has shadow with #ADD69E color.
.textShadow {text-shadow: 3px 3px 1px #ADD69E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD69E, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD69E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD69E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD69E, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD69E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD69E;
-webkit-box-shadow: 1px 1px 3px 2px #ADD69E;
box-shadow: 1px 1px 3px 2px #ADD69E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD69E; -webkit-box-shadow: 1px 1px 3px 2px #ADD69E; box-shadow:1px 1px 3px 2px #ADD69E;">
Div content here
</div>
This text has color #ADD69E on black background.
This text has color #ADD69E on white background.
This text has black color on #ADD69E background.
This text has white color on #ADD69E background.
Complementary color for #hex is #522961.