HEX: #8EB963
RGB: (142,185,99)
#8EB963 contains mainly red and green colors. Web safe color of #8EB963 is #99CC66 (or #9C6).
#8EB963 color RGB value is (142,185,99).
RGB: (142,185,99)
(56%, 73%, 39%)
R 142 of 255 = 56%
G 185 of 255 = 73%
B 99 of 255 = 39%
R + G + B ~ 56%. #8EB963 is middle color (not dark and not light).
R + G + B = 142 + 185 + 99 = 426 (100%)
R 142 of 426 ~ 33.33%
G 185 of 426 ~ 43.43%
B 99 of 426 ~ 23.24'%
#8EB963 color CMYK value is (23,0,46,27).
CMYK: (23,0,46,27)
C23M0Y46K27 (23%, 0%, 46%, 27%)
(0.23 / 0.00 / 0.46 / 0.27)
Color #8EB963 in popluar color models
8E | B9 | 63 | |
---|---|---|---|
RGB | 142 | 185 | 99 |
HSL | 90° | 38.05% | 55.69% |
HSB/HSV | 90° | 46.49% | 72.55% |
CMYK | 23.24% | 0.00% | 46.49% |
27.45% |
Color #8EB963 in popluar number systems.
HEX | 8E | B9 | 63 |
Decimal | 142 | 185 | 99 |
Binary | 10001110 | 10111001 | 1100011 |
Octal | 216 | 271 | 143 |
Shades of #8EB963
Tints of #8EB963
Examples of css and html codes for elements with #8EB963 color. Also use rgb(142,185,99) instead hex code.
.myTextColor { color: #8EB963; }
<p style="color:#8EB963">This sample text font color is #8EB963.</p>
This text font color is #8EB963.
.myBgColor { background-color: #8EB963; }
<div style="background-color:#8EB963">Inner text</div>
This div background color is #8EB963.
.myBorderColor { border: 1px solid #8EB963; }
<div style="border:3px solid #8EB963">Div</div>
This div border color is #8EB963.
.myOpacity80 { color: #8EB963; opacity: 0.8; }
<p style="color:#8EB963;opacity:0.8;">80%</p>
Text with #8EB963 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8EB963;}
<p style="text-shadow: 3px 3px 1px #8EB963">Text here.</p>
This text has shadow with #8EB963 color.
.textShadow {text-shadow: 3px 3px 1px #8EB963', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8EB963, 5px 5px 20px red">Text here.</p>
This text has shadow with #8EB963 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EB963, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8EB963, Direction=45, Strength=4)">Text</p>
This text has shadow with #8EB963 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EB963;
-webkit-box-shadow: 1px 1px 3px 2px #8EB963;
box-shadow: 1px 1px 3px 2px #8EB963;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EB963; -webkit-box-shadow: 1px 1px 3px 2px #8EB963; box-shadow:1px 1px 3px 2px #8EB963;">
Div content here
</div>
This text has color #8EB963 on black background.
This text has color #8EB963 on white background.
This text has black color on #8EB963 background.
This text has white color on #8EB963 background.
Complementary color for #hex is #71469C.