HEX: #AEC37E
RGB: (174,195,126)
#AEC37E contains mainly red and green colors. Web safe color of #AEC37E is #99CC66 (or #9C6).
#AEC37E color RGB value is (174,195,126).
RGB: (174,195,126)
(68%, 76%, 49%)
R 174 of 255 = 68%
G 195 of 255 = 76%
B 126 of 255 = 49%
R + G + B ~ 64%. #AEC37E is quite light color.
R + G + B = 174 + 195 + 126 = 495 (100%)
R 174 of 495 ~ 35.15%
G 195 of 495 ~ 39.39%
B 126 of 495 ~ 25.45'%
#AEC37E color CMYK value is (11,0,35,24).
CMYK: (11,0,35,24) C11M0Y35K24 (11%,0%,35%,24%) (0.11/0.00/0.35/0.24)
Color #AEC37E in popluar color models
AE | C3 | 7E | |
---|---|---|---|
RGB | 174 | 195 | 126 |
HSL | 78° | 36.51% | 62.94% |
HSB/HSV | 78° | 35.38% | 76.47% |
CMYK | 10.77% | 0.00% | 35.38% |
23.53% |
Color #AEC37E in popluar number systems.
HEX | AE | C3 | 7E |
Decimal | 174 | 195 | 126 |
Binary | 10101110 | 11000011 | 1111110 |
Octal | 256 | 303 | 176 |
Shades of #AEC37E
Tints of #AEC37E
Examples of css and html codes for elements with #AEC37E color. Also use rgb(174,195,126) instead hex code.
.myTextColor { color: #AEC37E; }
<p style="color:#AEC37E">This sample text font color is #AEC37E.</p>
This text font color is #AEC37E.
.myBgColor { background-color: #AEC37E; }
<div style="background-color:#AEC37E">Inner text</div>
This div background color is #AEC37E.
.myBorderColor { border: 1px solid #AEC37E; }
<div style="border:3px solid #AEC37E">Div</div>
This div border color is #AEC37E.
.myOpacity80 { color: #AEC37E; opacity: 0.8; }
<p style="color:#AEC37E;opacity:0.8;">80%</p>
Text with #AEC37E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEC37E;}
<p style="text-shadow: 3px 3px 1px #AEC37E">Text here.</p>
This text has shadow with #AEC37E color.
.textShadow {text-shadow: 3px 3px 1px #AEC37E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEC37E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEC37E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEC37E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEC37E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEC37E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEC37E;
-webkit-box-shadow: 1px 1px 3px 2px #AEC37E;
box-shadow: 1px 1px 3px 2px #AEC37E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEC37E; -webkit-box-shadow: 1px 1px 3px 2px #AEC37E; box-shadow:1px 1px 3px 2px #AEC37E;">
Div content here
</div>
This text has color #AEC37E on black background.
This text has color #AEC37E on white background.
This text has black color on #AEC37E background.
This text has white color on #AEC37E background.
Complementary color for #hex is #513C81.