HEX: #ADD152
RGB: (173,209,82)
#ADD152 contains mainly red and green colors. Web safe color of #ADD152 is #99CC66 (or #9C6).
#ADD152 color RGB value is (173,209,82).
RGB: (173,209,82)
(68%, 82%, 32%)
R 173 of 255 = 68%
G 209 of 255 = 82%
B 82 of 255 = 32%
R + G + B ~ 61%. #ADD152 is quite light color.
R + G + B = 173 + 209 + 82 = 464 (100%)
R 173 of 464 ~ 37.28%
G 209 of 464 ~ 45.04%
B 82 of 464 ~ 17.67'%
#ADD152 color CMYK value is (17,0,61,18).
CMYK: (17,0,61,18) C17M0Y61K18 (17%,0%,61%,18%) (0.17/0.00/0.61/0.18)
Color #ADD152 in popluar color models
AD | D1 | 52 | |
---|---|---|---|
RGB | 173 | 209 | 82 |
HSL | 77° | 57.99% | 57.06% |
HSB/HSV | 77° | 60.77% | 81.96% |
CMYK | 17.22% | 0.00% | 60.77% |
18.04% |
Color #ADD152 in popluar number systems.
HEX | AD | D1 | 52 |
Decimal | 173 | 209 | 82 |
Binary | 10101101 | 11010001 | 1010010 |
Octal | 255 | 321 | 122 |
Shades of #ADD152
Tints of #ADD152
Examples of css and html codes for elements with #ADD152 color. Also use rgb(173,209,82) instead hex code.
.myTextColor { color: #ADD152; }
<p style="color:#ADD152">This sample text font color is #ADD152.</p>
This text font color is #ADD152.
.myBgColor { background-color: #ADD152; }
<div style="background-color:#ADD152">Inner text</div>
This div background color is #ADD152.
.myBorderColor { border: 1px solid #ADD152; }
<div style="border:3px solid #ADD152">Div</div>
This div border color is #ADD152.
.myOpacity80 { color: #ADD152; opacity: 0.8; }
<p style="color:#ADD152;opacity:0.8;">80%</p>
Text with #ADD152 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD152;}
<p style="text-shadow: 3px 3px 1px #ADD152">Text here.</p>
This text has shadow with #ADD152 color.
.textShadow {text-shadow: 3px 3px 1px #ADD152', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD152, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD152 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD152, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD152, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD152 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD152;
-webkit-box-shadow: 1px 1px 3px 2px #ADD152;
box-shadow: 1px 1px 3px 2px #ADD152;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD152; -webkit-box-shadow: 1px 1px 3px 2px #ADD152; box-shadow:1px 1px 3px 2px #ADD152;">
Div content here
</div>
This text has color #ADD152 on black background.
This text has color #ADD152 on white background.
This text has black color on #ADD152 background.
This text has white color on #ADD152 background.
Complementary color for #hex is #522EAD.