HEX: #AEE0AB
RGB: (174,224,171)
#AEE0AB contains red, green and blue colors in about the same proportion. Web safe color of #AEE0AB is #99CC99 (or #9C9).
#AEE0AB color RGB value is (174,224,171).
RGB: (174,224,171)
(68%, 88%, 67%)
R 174 of 255 = 68%
G 224 of 255 = 88%
B 171 of 255 = 67%
R + G + B ~ 74%. #AEE0AB is quite light color.
R + G + B = 174 + 224 + 171 = 569 (100%)
R 174 of 569 ~ 30.58%
G 224 of 569 ~ 39.37%
B 171 of 569 ~ 30.05'%
#AEE0AB color CMYK value is (22,0,24,12).
CMYK: (22,0,24,12)
C22M0Y24K12 (22%, 0%, 24%, 12%)
(0.22 / 0.00 / 0.24 / 0.12)
Color #AEE0AB in popluar color models
AE | E0 | AB | |
---|---|---|---|
RGB | 174 | 224 | 171 |
HSL | 117° | 46.09% | 77.45% |
HSB/HSV | 117° | 23.66% | 87.84% |
CMYK | 22.32% | 0.00% | 23.66% |
12.16% |
Color #AEE0AB in popluar number systems.
HEX | AE | E0 | AB |
Decimal | 174 | 224 | 171 |
Binary | 10101110 | 11100000 | 10101011 |
Octal | 256 | 340 | 253 |
Shades of #AEE0AB
Tints of #AEE0AB
Examples of css and html codes for elements with #AEE0AB color. Also use rgb(174,224,171) instead hex code.
.myTextColor { color: #AEE0AB; }
<p style="color:#AEE0AB">This sample text font color is #AEE0AB.</p>
This text font color is #AEE0AB.
.myBgColor { background-color: #AEE0AB; }
<div style="background-color:#AEE0AB">Inner text</div>
This div background color is #AEE0AB.
.myBorderColor { border: 1px solid #AEE0AB; }
<div style="border:3px solid #AEE0AB">Div</div>
This div border color is #AEE0AB.
.myOpacity80 { color: #AEE0AB; opacity: 0.8; }
<p style="color:#AEE0AB;opacity:0.8;">80%</p>
Text with #AEE0AB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEE0AB;}
<p style="text-shadow: 3px 3px 1px #AEE0AB">Text here.</p>
This text has shadow with #AEE0AB color.
.textShadow {text-shadow: 3px 3px 1px #AEE0AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEE0AB, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEE0AB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEE0AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEE0AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEE0AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEE0AB;
-webkit-box-shadow: 1px 1px 3px 2px #AEE0AB;
box-shadow: 1px 1px 3px 2px #AEE0AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEE0AB; -webkit-box-shadow: 1px 1px 3px 2px #AEE0AB; box-shadow:1px 1px 3px 2px #AEE0AB;">
Div content here
</div>
This text has color #AEE0AB on black background.
This text has color #AEE0AB on white background.
This text has black color on #AEE0AB background.
This text has white color on #AEE0AB background.
Complementary color for #hex is #511F54.