HEX: #AACD77
RGB: (170,205,119)
#AACD77 contains mainly red and green colors. Web safe color of #AACD77 is #99CC66 (or #9C6).
#AACD77 color RGB value is (170,205,119).
RGB: (170,205,119)
(67%, 80%, 47%)
R 170 of 255 = 67%
G 205 of 255 = 80%
B 119 of 255 = 47%
R + G + B ~ 65%. #AACD77 is quite light color.
R + G + B = 170 + 205 + 119 = 494 (100%)
R 170 of 494 ~ 34.41%
G 205 of 494 ~ 41.5%
B 119 of 494 ~ 24.09'%
#AACD77 color CMYK value is (17,0,42,20).
CMYK: (17,0,42,20) C17M0Y42K20 (17%,0%,42%,20%) (0.17/0.00/0.42/0.20)
Color #AACD77 in popluar color models
AA | CD | 77 | |
---|---|---|---|
RGB | 170 | 205 | 119 |
HSL | 84° | 46.24% | 63.53% |
HSB/HSV | 84° | 41.95% | 80.39% |
CMYK | 17.07% | 0.00% | 41.95% |
19.61% |
Color #AACD77 in popluar number systems.
HEX | AA | CD | 77 |
Decimal | 170 | 205 | 119 |
Binary | 10101010 | 11001101 | 1110111 |
Octal | 252 | 315 | 167 |
Shades of #AACD77
Tints of #AACD77
Examples of css and html codes for elements with #AACD77 color. Also use rgb(170,205,119) instead hex code.
.myTextColor { color: #AACD77; }
<p style="color:#AACD77">This sample text font color is #AACD77.</p>
This text font color is #AACD77.
.myBgColor { background-color: #AACD77; }
<div style="background-color:#AACD77">Inner text</div>
This div background color is #AACD77.
.myBorderColor { border: 1px solid #AACD77; }
<div style="border:3px solid #AACD77">Div</div>
This div border color is #AACD77.
.myOpacity80 { color: #AACD77; opacity: 0.8; }
<p style="color:#AACD77;opacity:0.8;">80%</p>
Text with #AACD77 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AACD77;}
<p style="text-shadow: 3px 3px 1px #AACD77">Text here.</p>
This text has shadow with #AACD77 color.
.textShadow {text-shadow: 3px 3px 1px #AACD77', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AACD77, 5px 5px 20px red">Text here.</p>
This text has shadow with #AACD77 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AACD77, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AACD77, Direction=45, Strength=4)">Text</p>
This text has shadow with #AACD77 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AACD77;
-webkit-box-shadow: 1px 1px 3px 2px #AACD77;
box-shadow: 1px 1px 3px 2px #AACD77;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AACD77; -webkit-box-shadow: 1px 1px 3px 2px #AACD77; box-shadow:1px 1px 3px 2px #AACD77;">
Div content here
</div>
This text has color #AACD77 on black background.
This text has color #AACD77 on white background.
This text has black color on #AACD77 background.
This text has white color on #AACD77 background.
Complementary color for #hex is #553288.