COLOR #8EA03A

HEX: #8EA03A RGB: (142,160,58)

Color info

#8EA03A contains mainly red and green colors. Web safe color of #8EA03A is #999933 (or #993).

RGB color model

#8EA03A color RGB value is (142,160,58).

RGB: (142,160,58) (56%, 63%, 23%)

RGB channels and saturation

R 142 of 255 = 56%
G 160 of 255 = 63%
B 58 of 255 = 23%

142
160
58

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

Portions of RGB colors in percentages

R + G + B = 142 + 160 + 58 = 360 (100%)
R 142 of 360 ~ 39.44%
G 160 of 360 ~ 44.44%
B 58 of 360 ~ 16.11'%

%39.44
%44.44
%16.11

CMYK color model

#8EA03A color CMYK value is (11,0,64,37).

  • cyan value is 11.25%
  • magenta value is 0.00%
  • yellow value is 63.75%
  • key color value is 37.25%

CMYK: (11,0,64,37)
C11M0Y64K37 (11%, 0%, 64%, 37%)
(0.11 / 0.00 / 0.64 / 0.37)

CMYK percentages

%11.25
%0
%63.75
%37.25

Codes

Color #8EA03A in popluar color models

8E A0 3A
RGB 142 160 58
HSL 71° 46.79% 42.75%
HSB/HSV 71° 63.75% 62.75%
CMYK 11.25% 0.00% 63.75%
37.25%

Color #8EA03A in popluar number systems.

HEX 8E A0 3A
Decimal 142 160 58
Binary 10001110 10100000 111010
Octal 216 240 72

Shades and tints

Shades of #8EA03A

#8EA03A
(142,160,58)
#829235
(130,146,53)
#768430
(118,132,48)
#6A762B
(106,118,43)
#5E6826
(94,104,38)
#525A21
(82,90,33)
#464C1C
(70,76,28)
#3A3E17
(58,62,23)
#2E3012
(46,48,18)
#22220D
(34,34,13)
#161408
(22,20,8)
#000000
(0,0,0)

Tints of #8EA03A

#8EA03A
(142,160,58)
#98A84B
(152,168,75)
#A2B05C
(162,176,92)
#ACB86D
(172,184,109)
#B6C07E
(182,192,126)
#C0C88F
(192,200,143)
#CAD0A0
(202,208,160)
#D4D8B1
(212,216,177)
#DEE0C2
(222,224,194)
#E8E8D3
(232,232,211)
#F2F0E4
(242,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA03A color. Also use rgb(142,160,58) instead hex code.

Text Font Color

.myTextColor { color: #8EA03A; }

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

This text font color is #8EA03A.

Background Color

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

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

This div background color is #8EA03A.

Border color

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

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

This div border color is #8EA03A.

Opacity

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

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

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

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

This text has shadow with #8EA03A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA03A.

Preview

Color preview on black background

This text has color #8EA03A on black background.


Color preview on white background

This text has color #8EA03A on white background.


Black color preview on #8EA03A background

This text has black color on #8EA03A background.


White color preview on #8EA03A background

This text has white color on #8EA03A background.


Related colors

Complementary color

Complementary color for #hex is #715FC5.


I love getcolorcode.com

Triadic colors

1 #3A8EA0 and #A03A8E with #8EA03A are triadic colors.

2 #3AA08E and #A08E3A with #8EA03A are triadic colors.