HEX: #9EA44D
RGB: (158,164,77)
#9EA44D contains mainly red and green colors. Web safe color of #9EA44D is #999933 (or #993).
#9EA44D color RGB value is (158,164,77).
RGB: (158,164,77)
(62%, 64%, 30%)
R 158 of 255 = 62%
G 164 of 255 = 64%
B 77 of 255 = 30%
R + G + B ~ 52%. #9EA44D is middle color (not dark and not light).
R + G + B = 158 + 164 + 77 = 399 (100%)
R 158 of 399 ~ 39.6%
G 164 of 399 ~ 41.1%
B 77 of 399 ~ 19.3'%
#9EA44D color CMYK value is (4,0,53,36).
CMYK: (4,0,53,36)
C4M0Y53K36 (4%, 0%, 53%, 36%)
(0.04 / 0.00 / 0.53 / 0.36)
Color #9EA44D in popluar color models
9E | A4 | 4D | |
---|---|---|---|
RGB | 158 | 164 | 77 |
HSL | 64° | 36.10% | 47.25% |
HSB/HSV | 64° | 53.05% | 64.31% |
CMYK | 3.66% | 0.00% | 53.05% |
35.69% |
Color #9EA44D in popluar number systems.
HEX | 9E | A4 | 4D |
Decimal | 158 | 164 | 77 |
Binary | 10011110 | 10100100 | 1001101 |
Octal | 236 | 244 | 115 |
Shades of #9EA44D
Tints of #9EA44D
Examples of css and html codes for elements with #9EA44D color. Also use rgb(158,164,77) instead hex code.
.myTextColor { color: #9EA44D; }
<p style="color:#9EA44D">This sample text font color is #9EA44D.</p>
This text font color is #9EA44D.
.myBgColor { background-color: #9EA44D; }
<div style="background-color:#9EA44D">Inner text</div>
This div background color is #9EA44D.
.myBorderColor { border: 1px solid #9EA44D; }
<div style="border:3px solid #9EA44D">Div</div>
This div border color is #9EA44D.
.myOpacity80 { color: #9EA44D; opacity: 0.8; }
<p style="color:#9EA44D;opacity:0.8;">80%</p>
Text with #9EA44D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EA44D;}
<p style="text-shadow: 3px 3px 1px #9EA44D">Text here.</p>
This text has shadow with #9EA44D color.
.textShadow {text-shadow: 3px 3px 1px #9EA44D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EA44D, 5px 5px 20px red">Text here.</p>
This text has shadow with #9EA44D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EA44D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EA44D, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EA44D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9EA44D;
-webkit-box-shadow: 1px 1px 3px 2px #9EA44D;
box-shadow: 1px 1px 3px 2px #9EA44D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EA44D; -webkit-box-shadow: 1px 1px 3px 2px #9EA44D; box-shadow:1px 1px 3px 2px #9EA44D;">
Div content here
</div>
This text has color #9EA44D on black background.
This text has color #9EA44D on white background.
This text has black color on #9EA44D background.
This text has white color on #9EA44D background.
Complementary color for #hex is #615BB2.