COLOR #8EA58A

HEX: #8EA58A RGB: (142,165,138)

Color info

#8EA58A contains red, green and blue colors in about the same proportion. Web safe color of #8EA58A is #999999 (or #999).

RGB color model

#8EA58A color RGB value is (142,165,138).

RGB: (142,165,138) (56%, 65%, 54%)

RGB channels and saturation

R 142 of 255 = 56%
G 165 of 255 = 65%
B 138 of 255 = 54%

142
165
138

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

Portions of RGB colors in percentages

R + G + B = 142 + 165 + 138 = 445 (100%)
R 142 of 445 ~ 31.91%
G 165 of 445 ~ 37.08%
B 138 of 445 ~ 31.01'%

%31.91
%37.08
%31.01

CMYK color model

#8EA58A color CMYK value is (14,0,16,35).

  • cyan value is 13.94%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 35.29%

CMYK: (14,0,16,35)
C14M0Y16K35 (14%, 0%, 16%, 35%)
(0.14 / 0.00 / 0.16 / 0.35)

CMYK percentages

%13.94
%0
%16.36
%35.29

Codes

Color #8EA58A in popluar color models

8E A5 8A
RGB 142 165 138
HSL 111° 13.04% 59.41%
HSB/HSV 111° 16.36% 64.71%
CMYK 13.94% 0.00% 16.36%
35.29%

Color #8EA58A in popluar number systems.

HEX 8E A5 8A
Decimal 142 165 138
Binary 10001110 10100101 10001010
Octal 216 245 212

Shades and tints

Shades of #8EA58A

#8EA58A
(142,165,138)
#82967E
(130,150,126)
#768772
(118,135,114)
#6A7866
(106,120,102)
#5E695A
(94,105,90)
#525A4E
(82,90,78)
#464B42
(70,75,66)
#3A3C36
(58,60,54)
#2E2D2A
(46,45,42)
#221E1E
(34,30,30)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #8EA58A

#8EA58A
(142,165,138)
#98AD94
(152,173,148)
#A2B59E
(162,181,158)
#ACBDA8
(172,189,168)
#B6C5B2
(182,197,178)
#C0CDBC
(192,205,188)
#CAD5C6
(202,213,198)
#D4DDD0
(212,221,208)
#DEE5DA
(222,229,218)
#E8EDE4
(232,237,228)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA58A color. Also use rgb(142,165,138) instead hex code.

Text Font Color

.myTextColor { color: #8EA58A; }

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

This text font color is #8EA58A.

Background Color

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

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

This div background color is #8EA58A.

Border color

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

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

This div border color is #8EA58A.

Opacity

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

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

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

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

This text has shadow with #8EA58A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA58A.

Preview

Color preview on black background

This text has color #8EA58A on black background.


Color preview on white background

This text has color #8EA58A on white background.


Black color preview on #8EA58A background

This text has black color on #8EA58A background.


White color preview on #8EA58A background

This text has white color on #8EA58A background.


Related colors

Complementary color

Complementary color for #hex is #715A75.


I love getcolorcode.com

Triadic colors

1 #8A8EA5 and #A58A8E with #8EA58A are triadic colors.

2 #8AA58E and #A58E8A with #8EA58A are triadic colors.