HEX: #AECD5E
RGB: (174,205,94)
#AECD5E contains mainly red and green colors. Web safe color of #AECD5E is #99CC66 (or #9C6).
#AECD5E color RGB value is (174,205,94).
RGB: (174,205,94)
(68%, 80%, 37%)
R 174 of 255 = 68%
G 205 of 255 = 80%
B 94 of 255 = 37%
R + G + B ~ 62%. #AECD5E is quite light color.
R + G + B = 174 + 205 + 94 = 473 (100%)
R 174 of 473 ~ 36.79%
G 205 of 473 ~ 43.34%
B 94 of 473 ~ 19.87'%
#AECD5E color CMYK value is (15,0,54,20).
CMYK: (15,0,54,20)
C15M0Y54K20 (15%, 0%, 54%, 20%)
(0.15 / 0.00 / 0.54 / 0.20)
Color #AECD5E in popluar color models
AE | CD | 5E | |
---|---|---|---|
RGB | 174 | 205 | 94 |
HSL | 77° | 52.61% | 58.63% |
HSB/HSV | 77° | 54.15% | 80.39% |
CMYK | 15.12% | 0.00% | 54.15% |
19.61% |
Color #AECD5E in popluar number systems.
HEX | AE | CD | 5E |
Decimal | 174 | 205 | 94 |
Binary | 10101110 | 11001101 | 1011110 |
Octal | 256 | 315 | 136 |
Shades of #AECD5E
Tints of #AECD5E
Examples of css and html codes for elements with #AECD5E color. Also use rgb(174,205,94) instead hex code.
.myTextColor { color: #AECD5E; }
<p style="color:#AECD5E">This sample text font color is #AECD5E.</p>
This text font color is #AECD5E.
.myBgColor { background-color: #AECD5E; }
<div style="background-color:#AECD5E">Inner text</div>
This div background color is #AECD5E.
.myBorderColor { border: 1px solid #AECD5E; }
<div style="border:3px solid #AECD5E">Div</div>
This div border color is #AECD5E.
.myOpacity80 { color: #AECD5E; opacity: 0.8; }
<p style="color:#AECD5E;opacity:0.8;">80%</p>
Text with #AECD5E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AECD5E;}
<p style="text-shadow: 3px 3px 1px #AECD5E">Text here.</p>
This text has shadow with #AECD5E color.
.textShadow {text-shadow: 3px 3px 1px #AECD5E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AECD5E, 5px 5px 20px red">Text here.</p>
This text has shadow with #AECD5E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AECD5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AECD5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AECD5E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AECD5E;
-webkit-box-shadow: 1px 1px 3px 2px #AECD5E;
box-shadow: 1px 1px 3px 2px #AECD5E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AECD5E; -webkit-box-shadow: 1px 1px 3px 2px #AECD5E; box-shadow:1px 1px 3px 2px #AECD5E;">
Div content here
</div>
This text has color #AECD5E on black background.
This text has color #AECD5E on white background.
This text has black color on #AECD5E background.
This text has white color on #AECD5E background.
Complementary color for #hex is #5132A1.