HEX: #AADC4C
RGB: (170,220,76)
#AADC4C contains mainly red and green colors. Web safe color of #AADC4C is #99CC33 (or #9C3).
#AADC4C color RGB value is (170,220,76).
RGB: (170,220,76)
(67%, 86%, 30%)
R 170 of 255 = 67%
G 220 of 255 = 86%
B 76 of 255 = 30%
R + G + B ~ 61%. #AADC4C is quite light color.
R + G + B = 170 + 220 + 76 = 466 (100%)
R 170 of 466 ~ 36.48%
G 220 of 466 ~ 47.21%
B 76 of 466 ~ 16.31'%
#AADC4C color CMYK value is (23,0,65,14).
CMYK: (23,0,65,14)
C23M0Y65K14 (23%, 0%, 65%, 14%)
(0.23 / 0.00 / 0.65 / 0.14)
Color #AADC4C in popluar color models
AA | DC | 4C | |
---|---|---|---|
RGB | 170 | 220 | 76 |
HSL | 81° | 67.29% | 58.04% |
HSB/HSV | 81° | 65.45% | 86.27% |
CMYK | 22.73% | 0.00% | 65.45% |
13.73% |
Color #AADC4C in popluar number systems.
HEX | AA | DC | 4C |
Decimal | 170 | 220 | 76 |
Binary | 10101010 | 11011100 | 1001100 |
Octal | 252 | 334 | 114 |
Shades of #AADC4C
Tints of #AADC4C
Examples of css and html codes for elements with #AADC4C color. Also use rgb(170,220,76) instead hex code.
.myTextColor { color: #AADC4C; }
<p style="color:#AADC4C">This sample text font color is #AADC4C.</p>
This text font color is #AADC4C.
.myBgColor { background-color: #AADC4C; }
<div style="background-color:#AADC4C">Inner text</div>
This div background color is #AADC4C.
.myBorderColor { border: 1px solid #AADC4C; }
<div style="border:3px solid #AADC4C">Div</div>
This div border color is #AADC4C.
.myOpacity80 { color: #AADC4C; opacity: 0.8; }
<p style="color:#AADC4C;opacity:0.8;">80%</p>
Text with #AADC4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AADC4C;}
<p style="text-shadow: 3px 3px 1px #AADC4C">Text here.</p>
This text has shadow with #AADC4C color.
.textShadow {text-shadow: 3px 3px 1px #AADC4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AADC4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AADC4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AADC4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AADC4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AADC4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AADC4C;
-webkit-box-shadow: 1px 1px 3px 2px #AADC4C;
box-shadow: 1px 1px 3px 2px #AADC4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AADC4C; -webkit-box-shadow: 1px 1px 3px 2px #AADC4C; box-shadow:1px 1px 3px 2px #AADC4C;">
Div content here
</div>
This text has color #AADC4C on black background.
This text has color #AADC4C on white background.
This text has black color on #AADC4C background.
This text has white color on #AADC4C background.
Complementary color for #hex is #5523B3.