HEX: #AAE688
RGB: (170,230,136)
#AAE688 contains mainly green color. Web safe color of #AAE688 is #99CC99 (or #9C9).
#AAE688 color RGB value is (170,230,136).
RGB: (170,230,136)
(67%, 90%, 53%)
R 170 of 255 = 67%
G 230 of 255 = 90%
B 136 of 255 = 53%
R + G + B ~ 70%. #AAE688 is quite light color.
R + G + B = 170 + 230 + 136 = 536 (100%)
R 170 of 536 ~ 31.72%
G 230 of 536 ~ 42.91%
B 136 of 536 ~ 25.37'%
#AAE688 color CMYK value is (26,0,41,10).
CMYK: (26,0,41,10)
C26M0Y41K10 (26%, 0%, 41%, 10%)
(0.26 / 0.00 / 0.41 / 0.10)
Color #AAE688 in popluar color models
AA | E6 | 88 | |
---|---|---|---|
RGB | 170 | 230 | 136 |
HSL | 98° | 65.28% | 71.76% |
HSB/HSV | 98° | 40.87% | 90.20% |
CMYK | 26.09% | 0.00% | 40.87% |
9.80% |
Color #AAE688 in popluar number systems.
HEX | AA | E6 | 88 |
Decimal | 170 | 230 | 136 |
Binary | 10101010 | 11100110 | 10001000 |
Octal | 252 | 346 | 210 |
Shades of #AAE688
Tints of #AAE688
Examples of css and html codes for elements with #AAE688 color. Also use rgb(170,230,136) instead hex code.
.myTextColor { color: #AAE688; }
<p style="color:#AAE688">This sample text font color is #AAE688.</p>
This text font color is #AAE688.
.myBgColor { background-color: #AAE688; }
<div style="background-color:#AAE688">Inner text</div>
This div background color is #AAE688.
.myBorderColor { border: 1px solid #AAE688; }
<div style="border:3px solid #AAE688">Div</div>
This div border color is #AAE688.
.myOpacity80 { color: #AAE688; opacity: 0.8; }
<p style="color:#AAE688;opacity:0.8;">80%</p>
Text with #AAE688 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AAE688;}
<p style="text-shadow: 3px 3px 1px #AAE688">Text here.</p>
This text has shadow with #AAE688 color.
.textShadow {text-shadow: 3px 3px 1px #AAE688', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AAE688, 5px 5px 20px red">Text here.</p>
This text has shadow with #AAE688 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AAE688, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AAE688, Direction=45, Strength=4)">Text</p>
This text has shadow with #AAE688 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AAE688;
-webkit-box-shadow: 1px 1px 3px 2px #AAE688;
box-shadow: 1px 1px 3px 2px #AAE688;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AAE688; -webkit-box-shadow: 1px 1px 3px 2px #AAE688; box-shadow:1px 1px 3px 2px #AAE688;">
Div content here
</div>
This text has color #AAE688 on black background.
This text has color #AAE688 on white background.
This text has black color on #AAE688 background.
This text has white color on #AAE688 background.
Complementary color for #hex is #551977.