HEX: #9EB02B
RGB: (158,176,43)
#9EB02B contains mainly red and green colors. Web safe color of #9EB02B is #999933 (or #993).
#9EB02B color RGB value is (158,176,43).
RGB: (158,176,43)
(62%, 69%, 17%)
R 158 of 255 = 62%
G 176 of 255 = 69%
B 43 of 255 = 17%
R + G + B ~ 49%. #9EB02B is middle color (not dark and not light).
R + G + B = 158 + 176 + 43 = 377 (100%)
R 158 of 377 ~ 41.91%
G 176 of 377 ~ 46.68%
B 43 of 377 ~ 11.41'%
#9EB02B color CMYK value is (10,0,76,31).
CMYK: (10,0,76,31)
C10M0Y76K31 (10%, 0%, 76%, 31%)
(0.10 / 0.00 / 0.76 / 0.31)
Color #9EB02B in popluar color models
9E | B0 | 2B | |
---|---|---|---|
RGB | 158 | 176 | 43 |
HSL | 68° | 60.73% | 42.94% |
HSB/HSV | 68° | 75.57% | 69.02% |
CMYK | 10.23% | 0.00% | 75.57% |
30.98% |
Color #9EB02B in popluar number systems.
HEX | 9E | B0 | 2B |
Decimal | 158 | 176 | 43 |
Binary | 10011110 | 10110000 | 101011 |
Octal | 236 | 260 | 53 |
Shades of #9EB02B
Tints of #9EB02B
Examples of css and html codes for elements with #9EB02B color. Also use rgb(158,176,43) instead hex code.
.myTextColor { color: #9EB02B; }
<p style="color:#9EB02B">This sample text font color is #9EB02B.</p>
This text font color is #9EB02B.
.myBgColor { background-color: #9EB02B; }
<div style="background-color:#9EB02B">Inner text</div>
This div background color is #9EB02B.
.myBorderColor { border: 1px solid #9EB02B; }
<div style="border:3px solid #9EB02B">Div</div>
This div border color is #9EB02B.
.myOpacity80 { color: #9EB02B; opacity: 0.8; }
<p style="color:#9EB02B;opacity:0.8;">80%</p>
Text with #9EB02B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9EB02B;}
<p style="text-shadow: 3px 3px 1px #9EB02B">Text here.</p>
This text has shadow with #9EB02B color.
.textShadow {text-shadow: 3px 3px 1px #9EB02B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9EB02B, 5px 5px 20px red">Text here.</p>
This text has shadow with #9EB02B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9EB02B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9EB02B, Direction=45, Strength=4)">Text</p>
This text has shadow with #9EB02B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9EB02B;
-webkit-box-shadow: 1px 1px 3px 2px #9EB02B;
box-shadow: 1px 1px 3px 2px #9EB02B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9EB02B; -webkit-box-shadow: 1px 1px 3px 2px #9EB02B; box-shadow:1px 1px 3px 2px #9EB02B;">
Div content here
</div>
This text has color #9EB02B on black background.
This text has color #9EB02B on white background.
This text has black color on #9EB02B background.
This text has white color on #9EB02B background.
Complementary color for #hex is #614FD4.