HEX: #8EB43C
RGB: (142,180,60)
#8EB43C contains mainly red and green colors. Web safe color of #8EB43C is #99CC33 (or #9C3).
#8EB43C color RGB value is (142,180,60).
RGB: (142,180,60)
(56%, 71%, 24%)
R 142 of 255 = 56%
G 180 of 255 = 71%
B 60 of 255 = 24%
R + G + B ~ 50%. #8EB43C is middle color (not dark and not light).
R + G + B = 142 + 180 + 60 = 382 (100%)
R 142 of 382 ~ 37.17%
G 180 of 382 ~ 47.12%
B 60 of 382 ~ 15.71'%
#8EB43C color CMYK value is (21,0,67,29).
CMYK: (21,0,67,29)
C21M0Y67K29 (21%, 0%, 67%, 29%)
(0.21 / 0.00 / 0.67 / 0.29)
Color #8EB43C in popluar color models
8E | B4 | 3C | |
---|---|---|---|
RGB | 142 | 180 | 60 |
HSL | 79° | 50.00% | 47.06% |
HSB/HSV | 79° | 66.67% | 70.59% |
CMYK | 21.11% | 0.00% | 66.67% |
29.41% |
Color #8EB43C in popluar number systems.
HEX | 8E | B4 | 3C |
Decimal | 142 | 180 | 60 |
Binary | 10001110 | 10110100 | 111100 |
Octal | 216 | 264 | 74 |
Shades of #8EB43C
Tints of #8EB43C
Examples of css and html codes for elements with #8EB43C color. Also use rgb(142,180,60) instead hex code.
.myTextColor { color: #8EB43C; }
<p style="color:#8EB43C">This sample text font color is #8EB43C.</p>
This text font color is #8EB43C.
.myBgColor { background-color: #8EB43C; }
<div style="background-color:#8EB43C">Inner text</div>
This div background color is #8EB43C.
.myBorderColor { border: 1px solid #8EB43C; }
<div style="border:3px solid #8EB43C">Div</div>
This div border color is #8EB43C.
.myOpacity80 { color: #8EB43C; opacity: 0.8; }
<p style="color:#8EB43C;opacity:0.8;">80%</p>
Text with #8EB43C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8EB43C;}
<p style="text-shadow: 3px 3px 1px #8EB43C">Text here.</p>
This text has shadow with #8EB43C color.
.textShadow {text-shadow: 3px 3px 1px #8EB43C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8EB43C, 5px 5px 20px red">Text here.</p>
This text has shadow with #8EB43C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EB43C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8EB43C, Direction=45, Strength=4)">Text</p>
This text has shadow with #8EB43C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EB43C;
-webkit-box-shadow: 1px 1px 3px 2px #8EB43C;
box-shadow: 1px 1px 3px 2px #8EB43C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EB43C; -webkit-box-shadow: 1px 1px 3px 2px #8EB43C; box-shadow:1px 1px 3px 2px #8EB43C;">
Div content here
</div>
This text has color #8EB43C on black background.
This text has color #8EB43C on white background.
This text has black color on #8EB43C background.
This text has white color on #8EB43C background.
Complementary color for #hex is #714BC3.