COLOR #8EA45B

HEX: #8EA45B RGB: (142,164,91)

Color info

#8EA45B contains mainly red and green colors. Web safe color of #8EA45B is #999966 (or #996).

RGB color model

#8EA45B color RGB value is (142,164,91).

RGB: (142,164,91) (56%, 64%, 36%)

RGB channels and saturation

R 142 of 255 = 56%
G 164 of 255 = 64%
B 91 of 255 = 36%

142
164
91

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

Portions of RGB colors in percentages

R + G + B = 142 + 164 + 91 = 397 (100%)
R 142 of 397 ~ 35.77%
G 164 of 397 ~ 41.31%
B 91 of 397 ~ 22.92'%

%35.77
%41.31
%22.92

CMYK color model

#8EA45B color CMYK value is (13,0,45,36).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 44.51%
  • key color value is 35.69%

CMYK: (13,0,45,36)
C13M0Y45K36 (13%, 0%, 45%, 36%)
(0.13 / 0.00 / 0.45 / 0.36)

CMYK percentages

%13.41
%0
%44.51
%35.69

Codes

Color #8EA45B in popluar color models

8E A4 5B
RGB 142 164 91
HSL 78° 28.63% 50.00%
HSB/HSV 78° 44.51% 64.31%
CMYK 13.41% 0.00% 44.51%
35.69%

Color #8EA45B in popluar number systems.

HEX 8E A4 5B
Decimal 142 164 91
Binary 10001110 10100100 1011011
Octal 216 244 133

Shades and tints

Shades of #8EA45B

#8EA45B
(142,164,91)
#829653
(130,150,83)
#76884B
(118,136,75)
#6A7A43
(106,122,67)
#5E6C3B
(94,108,59)
#525E33
(82,94,51)
#46502B
(70,80,43)
#3A4223
(58,66,35)
#2E341B
(46,52,27)
#222613
(34,38,19)
#16180B
(22,24,11)
#000000
(0,0,0)

Tints of #8EA45B

#8EA45B
(142,164,91)
#98AC69
(152,172,105)
#A2B477
(162,180,119)
#ACBC85
(172,188,133)
#B6C493
(182,196,147)
#C0CCA1
(192,204,161)
#CAD4AF
(202,212,175)
#D4DCBD
(212,220,189)
#DEE4CB
(222,228,203)
#E8ECD9
(232,236,217)
#F2F4E7
(242,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA45B color. Also use rgb(142,164,91) instead hex code.

Text Font Color

.myTextColor { color: #8EA45B; }

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

This text font color is #8EA45B.

Background Color

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

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

This div background color is #8EA45B.

Border color

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

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

This div border color is #8EA45B.

Opacity

.myOpacity80 { color: #8EA45B; opacity: 0.8; }

<p style="color:#8EA45B;opacity:0.8;">80%</p>

Text with #8EA45B 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 #8EA45B;}

<p style="text-shadow: 3px 3px 1px #8EA45B">Text here.</p>

This text has shadow with #8EA45B color.


.textShadow {text-shadow: 3px 3px 1px #8EA45B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #8EA45B, 5px 5px 20px red">Text here.</p>

This text has shadow with #8EA45B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8EA45B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#8EA45B, Direction=45, Strength=4)">Text</p>

This text has shadow with #8EA45B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8EA45B;
-webkit-box-shadow: 1px 1px 3px 2px #8EA45B;
box-shadow: 1px 1px 3px 2px #8EA45B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EA45B; -webkit-box-shadow: 1px 1px 3px 2px #8EA45B; box-shadow:1px 1px 3px 2px #8EA45B;">
Div content here
</div>

This div box has shadow with color #8EA45B.

Preview

Color preview on black background

This text has color #8EA45B on black background.


Color preview on white background

This text has color #8EA45B on white background.


Black color preview on #8EA45B background

This text has black color on #8EA45B background.


White color preview on #8EA45B background

This text has white color on #8EA45B background.


Related colors

Complementary color

Complementary color for #8EA45B is #715BA4.


I love getcolorcode.com

Triadic colors

1 #5B8EA4 and #A45B8E with #8EA45B are triadic colors.

2 #5BA48E and #A48E5B with #8EA45B are triadic colors.