HEX: #AEDD66
RGB: (174,221,102)
#AEDD66 contains mainly red and green colors. Web safe color of #AEDD66 is #99CC66 (or #9C6).
#AEDD66 color RGB value is (174,221,102).
RGB: (174,221,102)
(68%, 87%, 40%)
R 174 of 255 = 68%
G 221 of 255 = 87%
B 102 of 255 = 40%
R + G + B ~ 65%. #AEDD66 is quite light color.
R + G + B = 174 + 221 + 102 = 497 (100%)
R 174 of 497 ~ 35.01%
G 221 of 497 ~ 44.47%
B 102 of 497 ~ 20.52'%
#AEDD66 color CMYK value is (21,0,54,13).
CMYK: (21,0,54,13)
C21M0Y54K13 (21%, 0%, 54%, 13%)
(0.21 / 0.00 / 0.54 / 0.13)
Color #AEDD66 in popluar color models
AE | DD | 66 | |
---|---|---|---|
RGB | 174 | 221 | 102 |
HSL | 84° | 63.64% | 63.33% |
HSB/HSV | 84° | 53.85% | 86.67% |
CMYK | 21.27% | 0.00% | 53.85% |
13.33% |
Color #AEDD66 in popluar number systems.
HEX | AE | DD | 66 |
Decimal | 174 | 221 | 102 |
Binary | 10101110 | 11011101 | 1100110 |
Octal | 256 | 335 | 146 |
Shades of #AEDD66
Tints of #AEDD66
Examples of css and html codes for elements with #AEDD66 color. Also use rgb(174,221,102) instead hex code.
.myTextColor { color: #AEDD66; }
<p style="color:#AEDD66">This sample text font color is #AEDD66.</p>
This text font color is #AEDD66.
.myBgColor { background-color: #AEDD66; }
<div style="background-color:#AEDD66">Inner text</div>
This div background color is #AEDD66.
.myBorderColor { border: 1px solid #AEDD66; }
<div style="border:3px solid #AEDD66">Div</div>
This div border color is #AEDD66.
.myOpacity80 { color: #AEDD66; opacity: 0.8; }
<p style="color:#AEDD66;opacity:0.8;">80%</p>
Text with #AEDD66 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEDD66;}
<p style="text-shadow: 3px 3px 1px #AEDD66">Text here.</p>
This text has shadow with #AEDD66 color.
.textShadow {text-shadow: 3px 3px 1px #AEDD66', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEDD66, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEDD66 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEDD66, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEDD66, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEDD66 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEDD66;
-webkit-box-shadow: 1px 1px 3px 2px #AEDD66;
box-shadow: 1px 1px 3px 2px #AEDD66;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEDD66; -webkit-box-shadow: 1px 1px 3px 2px #AEDD66; box-shadow:1px 1px 3px 2px #AEDD66;">
Div content here
</div>
This text has color #AEDD66 on black background.
This text has color #AEDD66 on white background.
This text has black color on #AEDD66 background.
This text has white color on #AEDD66 background.
Complementary color for #hex is #512299.