HEX: #AEC249
RGB: (174,194,73)
#AEC249 contains mainly red and green colors. Web safe color of #AEC249 is #99CC33 (or #9C3).
#AEC249 color RGB value is (174,194,73).
RGB: (174,194,73)
(68%, 76%, 29%)
R 174 of 255 = 68%
G 194 of 255 = 76%
B 73 of 255 = 29%
R + G + B ~ 58%. #AEC249 is middle color (not dark and not light).
R + G + B = 174 + 194 + 73 = 441 (100%)
R 174 of 441 ~ 39.46%
G 194 of 441 ~ 43.99%
B 73 of 441 ~ 16.55'%
#AEC249 color CMYK value is (10,0,62,24).
CMYK: (10,0,62,24) C10M0Y62K24 (10%,0%,62%,24%) (0.10/0.00/0.62/0.24)
Color #AEC249 in popluar color models
AE | C2 | 49 | |
---|---|---|---|
RGB | 174 | 194 | 73 |
HSL | 70° | 49.79% | 52.35% |
HSB/HSV | 70° | 62.37% | 76.08% |
CMYK | 10.31% | 0.00% | 62.37% |
23.92% |
Color #AEC249 in popluar number systems.
HEX | AE | C2 | 49 |
Decimal | 174 | 194 | 73 |
Binary | 10101110 | 11000010 | 1001001 |
Octal | 256 | 302 | 111 |
Shades of #AEC249
Tints of #AEC249
Examples of css and html codes for elements with #AEC249 color. Also use rgb(174,194,73) instead hex code.
.myTextColor { color: #AEC249; }
<p style="color:#AEC249">This sample text font color is #AEC249.</p>
This text font color is #AEC249.
.myBgColor { background-color: #AEC249; }
<div style="background-color:#AEC249">Inner text</div>
This div background color is #AEC249.
.myBorderColor { border: 1px solid #AEC249; }
<div style="border:3px solid #AEC249">Div</div>
This div border color is #AEC249.
.myOpacity80 { color: #AEC249; opacity: 0.8; }
<p style="color:#AEC249;opacity:0.8;">80%</p>
Text with #AEC249 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEC249;}
<p style="text-shadow: 3px 3px 1px #AEC249">Text here.</p>
This text has shadow with #AEC249 color.
.textShadow {text-shadow: 3px 3px 1px #AEC249', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEC249, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEC249 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEC249, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEC249, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEC249 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEC249;
-webkit-box-shadow: 1px 1px 3px 2px #AEC249;
box-shadow: 1px 1px 3px 2px #AEC249;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEC249; -webkit-box-shadow: 1px 1px 3px 2px #AEC249; box-shadow:1px 1px 3px 2px #AEC249;">
Div content here
</div>
This text has color #AEC249 on black background.
This text has color #AEC249 on white background.
This text has black color on #AEC249 background.
This text has white color on #AEC249 background.
Complementary color for #hex is #513DB6.