HEX: #AEE378
RGB: (174,227,120)
#AEE378 contains mainly red and green colors. Web safe color of #AEE378 is #99CC66 (or #9C6).
#AEE378 color RGB value is (174,227,120).
RGB: (174,227,120)
(68%, 89%, 47%)
R 174 of 255 = 68%
G 227 of 255 = 89%
B 120 of 255 = 47%
R + G + B ~ 68%. #AEE378 is quite light color.
R + G + B = 174 + 227 + 120 = 521 (100%)
R 174 of 521 ~ 33.4%
G 227 of 521 ~ 43.57%
B 120 of 521 ~ 23.03'%
#AEE378 color CMYK value is (23,0,47,11).
CMYK: (23,0,47,11) C23M0Y47K11 (23%,0%,47%,11%) (0.23/0.00/0.47/0.11)
Color #AEE378 in popluar color models
AE | E3 | 78 | |
---|---|---|---|
RGB | 174 | 227 | 120 |
HSL | 90° | 65.64% | 68.04% |
HSB/HSV | 90° | 47.14% | 89.02% |
CMYK | 23.35% | 0.00% | 47.14% |
10.98% |
Color #AEE378 in popluar number systems.
HEX | AE | E3 | 78 |
Decimal | 174 | 227 | 120 |
Binary | 10101110 | 11100011 | 1111000 |
Octal | 256 | 343 | 170 |
Shades of #AEE378
Tints of #AEE378
Examples of css and html codes for elements with #AEE378 color. Also use rgb(174,227,120) instead hex code.
.myTextColor { color: #AEE378; }
<p style="color:#AEE378">This sample text font color is #AEE378.</p>
This text font color is #AEE378.
.myBgColor { background-color: #AEE378; }
<div style="background-color:#AEE378">Inner text</div>
This div background color is #AEE378.
.myBorderColor { border: 1px solid #AEE378; }
<div style="border:3px solid #AEE378">Div</div>
This div border color is #AEE378.
.myOpacity80 { color: #AEE378; opacity: 0.8; }
<p style="color:#AEE378;opacity:0.8;">80%</p>
Text with #AEE378 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AEE378;}
<p style="text-shadow: 3px 3px 1px #AEE378">Text here.</p>
This text has shadow with #AEE378 color.
.textShadow {text-shadow: 3px 3px 1px #AEE378', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AEE378, 5px 5px 20px red">Text here.</p>
This text has shadow with #AEE378 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AEE378, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AEE378, Direction=45, Strength=4)">Text</p>
This text has shadow with #AEE378 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AEE378;
-webkit-box-shadow: 1px 1px 3px 2px #AEE378;
box-shadow: 1px 1px 3px 2px #AEE378;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AEE378; -webkit-box-shadow: 1px 1px 3px 2px #AEE378; box-shadow:1px 1px 3px 2px #AEE378;">
Div content here
</div>
This text has color #AEE378 on black background.
This text has color #AEE378 on white background.
This text has black color on #AEE378 background.
This text has white color on #AEE378 background.
Complementary color for #hex is #511C87.