HEX: #ADD380
RGB: (173,211,128)
#ADD380 contains mainly red and green colors. Web safe color of #ADD380 is #99CC66 (or #9C6).
#ADD380 color RGB value is (173,211,128).
RGB: (173,211,128)
(68%, 83%, 50%)
R 173 of 255 = 68%
G 211 of 255 = 83%
B 128 of 255 = 50%
R + G + B ~ 67%. #ADD380 is quite light color.
R + G + B = 173 + 211 + 128 = 512 (100%)
R 173 of 512 ~ 33.79%
G 211 of 512 ~ 41.21%
B 128 of 512 ~ 25'%
#ADD380 color CMYK value is (18,0,39,17).
CMYK: (18,0,39,17)
C18M0Y39K17 (18%, 0%, 39%, 17%)
(0.18 / 0.00 / 0.39 / 0.17)
Color #ADD380 in popluar color models
AD | D3 | 80 | |
---|---|---|---|
RGB | 173 | 211 | 128 |
HSL | 87° | 48.54% | 66.47% |
HSB/HSV | 87° | 39.34% | 82.75% |
CMYK | 18.01% | 0.00% | 39.34% |
17.25% |
Color #ADD380 in popluar number systems.
HEX | AD | D3 | 80 |
Decimal | 173 | 211 | 128 |
Binary | 10101101 | 11010011 | 10000000 |
Octal | 255 | 323 | 200 |
Shades of #ADD380
Tints of #ADD380
Examples of css and html codes for elements with #ADD380 color. Also use rgb(173,211,128) instead hex code.
.myTextColor { color: #ADD380; }
<p style="color:#ADD380">This sample text font color is #ADD380.</p>
This text font color is #ADD380.
.myBgColor { background-color: #ADD380; }
<div style="background-color:#ADD380">Inner text</div>
This div background color is #ADD380.
.myBorderColor { border: 1px solid #ADD380; }
<div style="border:3px solid #ADD380">Div</div>
This div border color is #ADD380.
.myOpacity80 { color: #ADD380; opacity: 0.8; }
<p style="color:#ADD380;opacity:0.8;">80%</p>
Text with #ADD380 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADD380;}
<p style="text-shadow: 3px 3px 1px #ADD380">Text here.</p>
This text has shadow with #ADD380 color.
.textShadow {text-shadow: 3px 3px 1px #ADD380', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADD380, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADD380 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADD380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADD380, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADD380 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADD380;
-webkit-box-shadow: 1px 1px 3px 2px #ADD380;
box-shadow: 1px 1px 3px 2px #ADD380;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADD380; -webkit-box-shadow: 1px 1px 3px 2px #ADD380; box-shadow:1px 1px 3px 2px #ADD380;">
Div content here
</div>
This text has color #ADD380 on black background.
This text has color #ADD380 on white background.
This text has black color on #ADD380 background.
This text has white color on #ADD380 background.
Complementary color for #hex is #522C7F.