HEX: #ADC472
RGB: (173,196,114)
#ADC472 contains mainly red and green colors. Web safe color of #ADC472 is #99CC66 (or #9C6).
#ADC472 color RGB value is (173,196,114).
RGB: (173,196,114)
(68%, 77%, 45%)
R 173 of 255 = 68%
G 196 of 255 = 77%
B 114 of 255 = 45%
R + G + B ~ 63%. #ADC472 is quite light color.
R + G + B = 173 + 196 + 114 = 483 (100%)
R 173 of 483 ~ 35.82%
G 196 of 483 ~ 40.58%
B 114 of 483 ~ 23.6'%
#ADC472 color CMYK value is (12,0,42,23).
CMYK: (12,0,42,23) C12M0Y42K23 (12%,0%,42%,23%) (0.12/0.00/0.42/0.23)
Color #ADC472 in popluar color models
AD | C4 | 72 | |
---|---|---|---|
RGB | 173 | 196 | 114 |
HSL | 77° | 41.00% | 60.78% |
HSB/HSV | 77° | 41.84% | 76.86% |
CMYK | 11.73% | 0.00% | 41.84% |
23.14% |
Color #ADC472 in popluar number systems.
HEX | AD | C4 | 72 |
Decimal | 173 | 196 | 114 |
Binary | 10101101 | 11000100 | 1110010 |
Octal | 255 | 304 | 162 |
Shades of #ADC472
Tints of #ADC472
Examples of css and html codes for elements with #ADC472 color. Also use rgb(173,196,114) instead hex code.
.myTextColor { color: #ADC472; }
<p style="color:#ADC472">This sample text font color is #ADC472.</p>
This text font color is #ADC472.
.myBgColor { background-color: #ADC472; }
<div style="background-color:#ADC472">Inner text</div>
This div background color is #ADC472.
.myBorderColor { border: 1px solid #ADC472; }
<div style="border:3px solid #ADC472">Div</div>
This div border color is #ADC472.
.myOpacity80 { color: #ADC472; opacity: 0.8; }
<p style="color:#ADC472;opacity:0.8;">80%</p>
Text with #ADC472 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADC472;}
<p style="text-shadow: 3px 3px 1px #ADC472">Text here.</p>
This text has shadow with #ADC472 color.
.textShadow {text-shadow: 3px 3px 1px #ADC472', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADC472, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADC472 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADC472, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADC472, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADC472 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADC472;
-webkit-box-shadow: 1px 1px 3px 2px #ADC472;
box-shadow: 1px 1px 3px 2px #ADC472;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADC472; -webkit-box-shadow: 1px 1px 3px 2px #ADC472; box-shadow:1px 1px 3px 2px #ADC472;">
Div content here
</div>
This text has color #ADC472 on black background.
This text has color #ADC472 on white background.
This text has black color on #ADC472 background.
This text has white color on #ADC472 background.
Complementary color for #hex is #523B8D.