HEX: #ADD19D
RGB: (173,209,157)
#ADD19D contains red, green and blue colors in about the same proportion. Web safe color of #ADD19D is #99CC99 (or #9C9).
#ADD19D color RGB value is (173,209,157).
RGB: (173,209,157)
(68%, 82%, 62%)
R 173 of 255 = 68%
G 209 of 255 = 82%
B 157 of 255 = 62%
R + G + B ~ 71%. #ADD19D is quite light color.
R + G + B = 173 + 209 + 157 = 539 (100%)
R 173 of 539 ~ 32.1%
G 209 of 539 ~ 38.78%
B 157 of 539 ~ 29.13'%
#ADD19D color CMYK value is (17,0,25,18).
CMYK: (17,0,25,18) C17M0Y25K18 (17%,0%,25%,18%) (0.17/0.00/0.25/0.18)
Color #ADD19D in popluar color models
AD | D1 | 9D | |
---|---|---|---|
RGB | 173 | 209 | 157 |
HSL | 102° | 36.11% | 71.76% |
HSB/HSV | 102° | 24.88% | 81.96% |
CMYK | 17.22% | 0.00% | 24.88% |
18.04% |
Color #ADD19D in popluar number systems.
HEX | AD | D1 | 9D |
Decimal | 173 | 209 | 157 |
Binary | 10101101 | 11010001 | 10011101 |
Octal | 255 | 321 | 235 |
Shades of #ADD19D
Tints of #ADD19D
Examples of css and html codes for elements with #ADD19D color. Also use rgb(173,209,157) instead hex code.
.myTextColor { color: #ADD19D; }
<p style="color:#ADD19D">This sample text font color is #ADD19D.</p>
This text font color is #ADD19D.
.myBgColor { background-color: #ADD19D; }
<div style="background-color:#ADD19D">Inner text</div>
This div background color is #ADD19D.
.myBorderColor { border: 1px solid #ADD19D; }
<div style="border:3px solid #ADD19D">Div</div>
This div border color is #ADD19D.
.myOpacity80 { color: #ADD19D; opacity: 0.8; }
<p style="color:#ADD19D;opacity:0.8;">80%</p>
Text with #ADD19D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD19D;}
<p style="text-shadow: 3px 3px 1px #ADD19D">Text here.</p>
This text has shadow with #ADD19D color.
.textShadow {text-shadow: 3px 3px 1px #ADD19D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD19D, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD19D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD19D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD19D, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD19D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD19D;
-webkit-box-shadow: 1px 1px 3px 2px #ADD19D;
box-shadow: 1px 1px 3px 2px #ADD19D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD19D; -webkit-box-shadow: 1px 1px 3px 2px #ADD19D; box-shadow:1px 1px 3px 2px #ADD19D;">
Div content here
</div>
This text has color #ADD19D on black background.
This text has color #ADD19D on white background.
This text has black color on #ADD19D background.
This text has white color on #ADD19D background.
Complementary color for #hex is #522E62.