HEX: #AACE6D
RGB: (170,206,109)
#AACE6D contains mainly red and green colors. Web safe color of #AACE6D is #99CC66 (or #9C6).
#AACE6D color RGB value is (170,206,109).
RGB: (170,206,109)
(67%, 81%, 43%)
R 170 of 255 = 67%
G 206 of 255 = 81%
B 109 of 255 = 43%
R + G + B ~ 64%. #AACE6D is quite light color.
R + G + B = 170 + 206 + 109 = 485 (100%)
R 170 of 485 ~ 35.05%
G 206 of 485 ~ 42.47%
B 109 of 485 ~ 22.47'%
#AACE6D color CMYK value is (17,0,47,19).
CMYK: (17,0,47,19)
C17M0Y47K19 (17%, 0%, 47%, 19%)
(0.17 / 0.00 / 0.47 / 0.19)
Color #AACE6D in popluar color models
AA | CE | 6D | |
---|---|---|---|
RGB | 170 | 206 | 109 |
HSL | 82° | 49.74% | 61.76% |
HSB/HSV | 82° | 47.09% | 80.78% |
CMYK | 17.48% | 0.00% | 47.09% |
19.22% |
Color #AACE6D in popluar number systems.
HEX | AA | CE | 6D |
Decimal | 170 | 206 | 109 |
Binary | 10101010 | 11001110 | 1101101 |
Octal | 252 | 316 | 155 |
Shades of #AACE6D
Tints of #AACE6D
Examples of css and html codes for elements with #AACE6D color. Also use rgb(170,206,109) instead hex code.
.myTextColor { color: #AACE6D; }
<p style="color:#AACE6D">This sample text font color is #AACE6D.</p>
This text font color is #AACE6D.
.myBgColor { background-color: #AACE6D; }
<div style="background-color:#AACE6D">Inner text</div>
This div background color is #AACE6D.
.myBorderColor { border: 1px solid #AACE6D; }
<div style="border:3px solid #AACE6D">Div</div>
This div border color is #AACE6D.
.myOpacity80 { color: #AACE6D; opacity: 0.8; }
<p style="color:#AACE6D;opacity:0.8;">80%</p>
Text with #AACE6D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AACE6D;}
<p style="text-shadow: 3px 3px 1px #AACE6D">Text here.</p>
This text has shadow with #AACE6D color.
.textShadow {text-shadow: 3px 3px 1px #AACE6D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AACE6D, 5px 5px 20px red">Text here.</p>
This text has shadow with #AACE6D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AACE6D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AACE6D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AACE6D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AACE6D;
-webkit-box-shadow: 1px 1px 3px 2px #AACE6D;
box-shadow: 1px 1px 3px 2px #AACE6D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AACE6D; -webkit-box-shadow: 1px 1px 3px 2px #AACE6D; box-shadow:1px 1px 3px 2px #AACE6D;">
Div content here
</div>
This text has color #AACE6D on black background.
This text has color #AACE6D on white background.
This text has black color on #AACE6D background.
This text has white color on #AACE6D background.
Complementary color for #hex is #553192.