HEX: #AEC050
RGB: (174,192,80)
#AEC050 contains mainly red and green colors. Web safe color of #AEC050 is #99CC66 (or #9C6).
#AEC050 color RGB value is (174,192,80).
RGB: (174,192,80)
(68%, 75%, 31%)
R 174 of 255 = 68%
G 192 of 255 = 75%
B 80 of 255 = 31%
R + G + B ~ 58%. #AEC050 is middle color (not dark and not light).
R + G + B = 174 + 192 + 80 = 446 (100%)
R 174 of 446 ~ 39.01%
G 192 of 446 ~ 43.05%
B 80 of 446 ~ 17.94'%
#AEC050 color CMYK value is (9,0,58,25).
CMYK: (9,0,58,25)
C9M0Y58K25 (9%, 0%, 58%, 25%)
(0.09 / 0.00 / 0.58 / 0.25)
Color #AEC050 in popluar color models
AE | C0 | 50 | |
---|---|---|---|
RGB | 174 | 192 | 80 |
HSL | 70° | 47.06% | 53.33% |
HSB/HSV | 70° | 58.33% | 75.29% |
CMYK | 9.38% | 0.00% | 58.33% |
24.71% |
Color #AEC050 in popluar number systems.
HEX | AE | C0 | 50 |
Decimal | 174 | 192 | 80 |
Binary | 10101110 | 11000000 | 1010000 |
Octal | 256 | 300 | 120 |
Shades of #AEC050
Tints of #AEC050
Examples of css and html codes for elements with #AEC050 color. Also use rgb(174,192,80) instead hex code.
.myTextColor { color: #AEC050; }
<p style="color:#AEC050">This sample text font color is #AEC050.</p>
This text font color is #AEC050.
.myBgColor { background-color: #AEC050; }
<div style="background-color:#AEC050">Inner text</div>
This div background color is #AEC050.
.myBorderColor { border: 1px solid #AEC050; }
<div style="border:3px solid #AEC050">Div</div>
This div border color is #AEC050.
.myOpacity80 { color: #AEC050; opacity: 0.8; }
<p style="color:#AEC050;opacity:0.8;">80%</p>
Text with #AEC050 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEC050;}
<p style="text-shadow: 3px 3px 1px #AEC050">Text here.</p>
This text has shadow with #AEC050 color.
.textShadow {text-shadow: 3px 3px 1px #AEC050', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEC050, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEC050 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEC050, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEC050, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEC050 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEC050;
-webkit-box-shadow: 1px 1px 3px 2px #AEC050;
box-shadow: 1px 1px 3px 2px #AEC050;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEC050; -webkit-box-shadow: 1px 1px 3px 2px #AEC050; box-shadow:1px 1px 3px 2px #AEC050;">
Div content here
</div>
This text has color #AEC050 on black background.
This text has color #AEC050 on white background.
This text has black color on #AEC050 background.
This text has white color on #AEC050 background.
Complementary color for #hex is #513FAF.