HEX: #AAEEAA
RGB: (170,238,170)
#AAEEAA contains mainly green color. Web safe color of #AAEEAA is #99FF99 (or #9F9).
#AAEEAA color RGB value is (170,238,170).
RGB: (170,238,170)
(67%, 93%, 67%)
R 170 of 255 = 67%
G 238 of 255 = 93%
B 170 of 255 = 67%
R + G + B ~ 76%. #AAEEAA is quite light color.
R + G + B = 170 + 238 + 170 = 578 (100%)
R 170 of 578 ~ 29.41%
G 238 of 578 ~ 41.18%
B 170 of 578 ~ 29.41'%
#AAEEAA color CMYK value is (29,0,29,7).
CMYK: (29,0,29,7) C29M0Y29K7 (29%,0%,29%,7%) (0.29/0.00/0.29/0.07)
Color #AAEEAA in popluar color models
AA | EE | AA | |
---|---|---|---|
RGB | 170 | 238 | 170 |
HSL | 120° | 66.67% | 80.00% |
HSB/HSV | 120° | 28.57% | 93.33% |
CMYK | 28.57% | 0.00% | 28.57% |
6.67% |
Color #AAEEAA in popluar number systems.
HEX | AA | EE | AA |
Decimal | 170 | 238 | 170 |
Binary | 10101010 | 11101110 | 10101010 |
Octal | 252 | 356 | 252 |
Shades of #AAEEAA
Tints of #AAEEAA
Examples of css and html codes for elements with #AAEEAA color. Also use rgb(170,238,170) instead hex code.
.myTextColor { color: #AAEEAA; }
<p style="color:#AAEEAA">This sample text font color is #AAEEAA.</p>
This text font color is #AAEEAA.
.myBgColor { background-color: #AAEEAA; }
<div style="background-color:#AAEEAA">Inner text</div>
This div background color is #AAEEAA.
.myBorderColor { border: 1px solid #AAEEAA; }
<div style="border:3px solid #AAEEAA">Div</div>
This div border color is #AAEEAA.
.myOpacity80 { color: #AAEEAA; opacity: 0.8; }
<p style="color:#AAEEAA;opacity:0.8;">80%</p>
Text with #AAEEAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AAEEAA;}
<p style="text-shadow: 3px 3px 1px #AAEEAA">Text here.</p>
This text has shadow with #AAEEAA color.
.textShadow {text-shadow: 3px 3px 1px #AAEEAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AAEEAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #AAEEAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAEEAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AAEEAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #AAEEAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAEEAA;
-webkit-box-shadow: 1px 1px 3px 2px #AAEEAA;
box-shadow: 1px 1px 3px 2px #AAEEAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAEEAA; -webkit-box-shadow: 1px 1px 3px 2px #AAEEAA; box-shadow:1px 1px 3px 2px #AAEEAA;">
Div content here
</div>
This text has color #AAEEAA on black background.
This text has color #AAEEAA on white background.
This text has black color on #AAEEAA background.
This text has white color on #AAEEAA background.
Complementary color for #hex is #551155.