HEX: #8EA449
RGB: (142,164,73)
#8EA449 contains mainly red and green colors. Web safe color of #8EA449 is #999933 (or #993).
#8EA449 color RGB value is (142,164,73).
RGB: (142,164,73)
(56%, 64%, 29%)
R 142 of 255 = 56%
G 164 of 255 = 64%
B 73 of 255 = 29%
R + G + B ~ 50%. #8EA449 is middle color (not dark and not light).
R + G + B = 142 + 164 + 73 = 379 (100%)
R 142 of 379 ~ 37.47%
G 164 of 379 ~ 43.27%
B 73 of 379 ~ 19.26'%
#8EA449 color CMYK value is (13,0,55,36).
CMYK: (13,0,55,36) C13M0Y55K36 (13%,0%,55%,36%) (0.13/0.00/0.55/0.36)
Color #8EA449 in popluar color models
8E | A4 | 49 | |
---|---|---|---|
RGB | 142 | 164 | 73 |
HSL | 75° | 38.40% | 46.47% |
HSB/HSV | 75° | 55.49% | 64.31% |
CMYK | 13.41% | 0.00% | 55.49% |
35.69% |
Color #8EA449 in popluar number systems.
HEX | 8E | A4 | 49 |
Decimal | 142 | 164 | 73 |
Binary | 10001110 | 10100100 | 1001001 |
Octal | 216 | 244 | 111 |
Shades of #8EA449
Tints of #8EA449
Examples of css and html codes for elements with #8EA449 color. Also use rgb(142,164,73) instead hex code.
.myTextColor { color: #8EA449; }
<p style="color:#8EA449">This sample text font color is #8EA449.</p>
This text font color is #8EA449.
.myBgColor { background-color: #8EA449; }
<div style="background-color:#8EA449">Inner text</div>
This div background color is #8EA449.
.myBorderColor { border: 1px solid #8EA449; }
<div style="border:3px solid #8EA449">Div</div>
This div border color is #8EA449.
.myOpacity80 { color: #8EA449; opacity: 0.8; }
<p style="color:#8EA449;opacity:0.8;">80%</p>
Text with #8EA449 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8EA449;}
<p style="text-shadow: 3px 3px 1px #8EA449">Text here.</p>
This text has shadow with #8EA449 color.
.textShadow {text-shadow: 3px 3px 1px #8EA449', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8EA449, 5px 5px 20px red">Text here.</p>
This text has shadow with #8EA449 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EA449, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8EA449, Direction=45, Strength=4)">Text</p>
This text has shadow with #8EA449 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EA449;
-webkit-box-shadow: 1px 1px 3px 2px #8EA449;
box-shadow: 1px 1px 3px 2px #8EA449;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EA449; -webkit-box-shadow: 1px 1px 3px 2px #8EA449; box-shadow:1px 1px 3px 2px #8EA449;">
Div content here
</div>
This text has color #8EA449 on black background.
This text has color #8EA449 on white background.
This text has black color on #8EA449 background.
This text has white color on #8EA449 background.
Complementary color for #hex is #715BB6.