HEX: #9EB571
RGB: (158,181,113)
#9EB571 contains mainly red and green colors. Web safe color of #9EB571 is #99CC66 (or #9C6).
#9EB571 color RGB value is (158,181,113).
RGB: (158,181,113)
(62%, 71%, 44%)
R 158 of 255 = 62%
G 181 of 255 = 71%
B 113 of 255 = 44%
R + G + B ~ 59%. #9EB571 is middle color (not dark and not light).
R + G + B = 158 + 181 + 113 = 452 (100%)
R 158 of 452 ~ 34.96%
G 181 of 452 ~ 40.04%
B 113 of 452 ~ 25'%
#9EB571 color CMYK value is (13,0,38,29).
CMYK: (13,0,38,29)
C13M0Y38K29 (13%, 0%, 38%, 29%)
(0.13 / 0.00 / 0.38 / 0.29)
Color #9EB571 in popluar color models
9E | B5 | 71 | |
---|---|---|---|
RGB | 158 | 181 | 113 |
HSL | 80° | 31.48% | 57.65% |
HSB/HSV | 80° | 37.57% | 70.98% |
CMYK | 12.71% | 0.00% | 37.57% |
29.02% |
Color #9EB571 in popluar number systems.
HEX | 9E | B5 | 71 |
Decimal | 158 | 181 | 113 |
Binary | 10011110 | 10110101 | 1110001 |
Octal | 236 | 265 | 161 |
Shades of #9EB571
Tints of #9EB571
Examples of css and html codes for elements with #9EB571 color. Also use rgb(158,181,113) instead hex code.
.myTextColor { color: #9EB571; }
<p style="color:#9EB571">This sample text font color is #9EB571.</p>
This text font color is #9EB571.
.myBgColor { background-color: #9EB571; }
<div style="background-color:#9EB571">Inner text</div>
This div background color is #9EB571.
.myBorderColor { border: 1px solid #9EB571; }
<div style="border:3px solid #9EB571">Div</div>
This div border color is #9EB571.
.myOpacity80 { color: #9EB571; opacity: 0.8; }
<p style="color:#9EB571;opacity:0.8;">80%</p>
Text with #9EB571 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EB571;}
<p style="text-shadow: 3px 3px 1px #9EB571">Text here.</p>
This text has shadow with #9EB571 color.
.textShadow {text-shadow: 3px 3px 1px #9EB571', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EB571, 5px 5px 20px red">Text here.</p>
This text has shadow with #9EB571 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EB571, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EB571, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EB571 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9EB571;
-webkit-box-shadow: 1px 1px 3px 2px #9EB571;
box-shadow: 1px 1px 3px 2px #9EB571;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EB571; -webkit-box-shadow: 1px 1px 3px 2px #9EB571; box-shadow:1px 1px 3px 2px #9EB571;">
Div content here
</div>
This text has color #9EB571 on black background.
This text has color #9EB571 on white background.
This text has black color on #9EB571 background.
This text has white color on #9EB571 background.
Complementary color for #hex is #614A8E.