HEX: #AEDA73
RGB: (174,218,115)
#AEDA73 contains mainly red and green colors. Web safe color of #AEDA73 is #99CC66 (or #9C6).
#AEDA73 color RGB value is (174,218,115).
RGB: (174,218,115)
(68%, 85%, 45%)
R 174 of 255 = 68%
G 218 of 255 = 85%
B 115 of 255 = 45%
R + G + B ~ 66%. #AEDA73 is quite light color.
R + G + B = 174 + 218 + 115 = 507 (100%)
R 174 of 507 ~ 34.32%
G 218 of 507 ~ 43%
B 115 of 507 ~ 22.68'%
#AEDA73 color CMYK value is (20,0,47,15).
CMYK: (20,0,47,15) C20M0Y47K15 (20%,0%,47%,15%) (0.20/0.00/0.47/0.15)
Color #AEDA73 in popluar color models
AE | DA | 73 | |
---|---|---|---|
RGB | 174 | 218 | 115 |
HSL | 86° | 58.19% | 65.29% |
HSB/HSV | 86° | 47.25% | 85.49% |
CMYK | 20.18% | 0.00% | 47.25% |
14.51% |
Color #AEDA73 in popluar number systems.
HEX | AE | DA | 73 |
Decimal | 174 | 218 | 115 |
Binary | 10101110 | 11011010 | 1110011 |
Octal | 256 | 332 | 163 |
Shades of #AEDA73
Tints of #AEDA73
Examples of css and html codes for elements with #AEDA73 color. Also use rgb(174,218,115) instead hex code.
.myTextColor { color: #AEDA73; }
<p style="color:#AEDA73">This sample text font color is #AEDA73.</p>
This text font color is #AEDA73.
.myBgColor { background-color: #AEDA73; }
<div style="background-color:#AEDA73">Inner text</div>
This div background color is #AEDA73.
.myBorderColor { border: 1px solid #AEDA73; }
<div style="border:3px solid #AEDA73">Div</div>
This div border color is #AEDA73.
.myOpacity80 { color: #AEDA73; opacity: 0.8; }
<p style="color:#AEDA73;opacity:0.8;">80%</p>
Text with #AEDA73 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEDA73;}
<p style="text-shadow: 3px 3px 1px #AEDA73">Text here.</p>
This text has shadow with #AEDA73 color.
.textShadow {text-shadow: 3px 3px 1px #AEDA73', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEDA73, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEDA73 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEDA73, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEDA73, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEDA73 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEDA73;
-webkit-box-shadow: 1px 1px 3px 2px #AEDA73;
box-shadow: 1px 1px 3px 2px #AEDA73;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEDA73; -webkit-box-shadow: 1px 1px 3px 2px #AEDA73; box-shadow:1px 1px 3px 2px #AEDA73;">
Div content here
</div>
This text has color #AEDA73 on black background.
This text has color #AEDA73 on white background.
This text has black color on #AEDA73 background.
This text has white color on #AEDA73 background.
Complementary color for #hex is #51258C.