COLOR #8EA162

HEX: #8EA162
RGB: (142,161,98)

Color info

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

RGB color model

#8EA162 color RGB value is (142,161,98).

  • red value is 142;
  • green value is 161;
  • blue value is 98.
RGB:
(142,161,98)
(56%,63%,38%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 98 of 255 = 38%

142
161
98

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

Portions of RGB colors in percentages

R + G + B =
142 + 161 + 98 = 401 (100%)
R 142 of 401 ~ 35.41%
G 161 of 401 ~ 40.15%
B 98 of 401 ~ 24.44%

%35.41
%40.15
%24.44

CMYK color model

#8EA162 color CMYK value is (12,0,39,37).

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 39.13%
  • key color value is 36.86%
CMYK:
(12,0,39,37)
C12M0Y39K37 
(12%,0%,39%,37%)
(0.12/0.00/0.39/0.37)	

CMYK percentages

%11.8
%0
%39.13
%36.86

Codes

Color #8EA162 in popluar color models

8EA162
RGB14216198
HSL78°25.10%50.78%
HSB/HSV78°39.13%63.14%
CMYK11.80%0.00%39.13%
36.86%

Color #8EA162 in popluar number systems.

HEX8EA162
Decimal14216198
Binary10001110101000011100010
Octal216241142

Shades and tints

Shades of #8EA162

#8EA162
(142,161,98)
#82935A
(130,147,90)
#768552
(118,133,82)
#6A774A
(106,119,74)
#5E6942
(94,105,66)
#525B3A
(82,91,58)
#464D32
(70,77,50)
#3A3F2A
(58,63,42)
#2E3122
(46,49,34)
#22231A
(34,35,26)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #8EA162

#8EA162
(142,161,98)
#98A970
(152,169,112)
#A2B17E
(162,177,126)
#ACB98C
(172,185,140)
#B6C19A
(182,193,154)
#C0C9A8
(192,201,168)
#CAD1B6
(202,209,182)
#D4D9C4
(212,217,196)
#DEE1D2
(222,225,210)
#E8E9E0
(232,233,224)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA162 color. Also use rgb(142,161,98) instead hex code.

Text Font Color

.myTextColor { color: #8EA162; }

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

This text font color is #8EA162.


Background Color

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

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

This div background color is #8EA162.


Border color

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

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

This div border color is #8EA162.


Opacity

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

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

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

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

This text has shadow with #8EA162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA162 on black background.


Color preview on white background

This text has color #8EA162 on white background.



Black color preview on #8EA162 background

This text has black color on #8EA162 background.


White color preview on #8EA162 background

This text has white color on #8EA162 background.