COLOR #8EB43C

HEX: #8EB43C RGB: (142,180,60)

Color info

#8EB43C contains mainly red and green colors. Web safe color of #8EB43C is #99CC33 (or #9C3).

RGB color model

#8EB43C color RGB value is (142,180,60).

RGB: (142,180,60) (56%, 71%, 24%)

RGB channels and saturation

R 142 of 255 = 56%
G 180 of 255 = 71%
B 60 of 255 = 24%

142
180
60

R + G + B ~ 50%. #8EB43C is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%37.17
%47.12
%15.71

CMYK color model

#8EB43C color CMYK value is (21,0,67,29).

  • cyan value is 21.11%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 29.41%

CMYK: (21,0,67,29)
C21M0Y67K29 (21%, 0%, 67%, 29%)
(0.21 / 0.00 / 0.67 / 0.29)

CMYK percentages

%21.11
%0
%66.67
%29.41

Codes

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 and tints

Shades of #8EB43C

#8EB43C
(142,180,60)
#82A437
(130,164,55)
#769432
(118,148,50)
#6A842D
(106,132,45)
#5E7428
(94,116,40)
#526423
(82,100,35)
#46541E
(70,84,30)
#3A4419
(58,68,25)
#2E3414
(46,52,20)
#22240F
(34,36,15)
#16140A
(22,20,10)
#000000
(0,0,0)

Tints of #8EB43C

#8EB43C
(142,180,60)
#98BA4D
(152,186,77)
#A2C05E
(162,192,94)
#ACC66F
(172,198,111)
#B6CC80
(182,204,128)
#C0D291
(192,210,145)
#CAD8A2
(202,216,162)
#D4DEB3
(212,222,179)
#DEE4C4
(222,228,196)
#E8EAD5
(232,234,213)
#F2F0E6
(242,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB43C color. Also use rgb(142,180,60) instead hex code.

Text Font Color

.myTextColor { color: #8EB43C; }

<p style="color:#8EB43C">This sample text font color is #8EB43C.</p>

This text font color is #8EB43C.

Background Color

.myBgColor { background-color: #8EB43C; }

<div style="background-color:#8EB43C">Inner text</div>

This div background color is #8EB43C.

Border color

.myBorderColor { border: 1px solid #8EB43C; }

<div style="border:3px solid #8EB43C">Div</div>

This div border color is #8EB43C.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #8EB43C.

Preview

Color preview on black background

This text has color #8EB43C on black background.


Color preview on white background

This text has color #8EB43C on white background.


Black color preview on #8EB43C background

This text has black color on #8EB43C background.


White color preview on #8EB43C background

This text has white color on #8EB43C background.


Related colors

Complementary color

Complementary color for #hex is #714BC3.


I love getcolorcode.com

Triadic colors

1 #3C8EB4 and #B43C8E with #8EB43C are triadic colors.

2 #3CB48E and #B48E3C with #8EB43C are triadic colors.