COLOR #8EA66E

HEX: #8EA66E
RGB: (142,166,110)

Color info

#8EA66E contains red, green and blue colors in about the same proportion. Web safe color of #8EA66E is #999966 (or #996).

RGB color model

#8EA66E color RGB value is (142,166,110).

  • red value is 142;
  • green value is 166;
  • blue value is 110.
RGB:
(142,166,110)
(56%,65%,43%)

RGB channels and saturation

R 142 of 255 = 56%
G 166 of 255 = 65%
B 110 of 255 = 43%

142
166
110

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

Portions of RGB colors in percentages

R + G + B =
142 + 166 + 110 = 418 (100%)
R 142 of 418 ~ 33.97%
G 166 of 418 ~ 39.71%
B 110 of 418 ~ 26.32%

%33.97
%39.71
%26.32

CMYK color model

#8EA66E color CMYK value is (14,0,34,35).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 34.90%
CMYK:
(14,0,34,35)
C14M0Y34K35 
(14%,0%,34%,35%)
(0.14/0.00/0.34/0.35)	

CMYK percentages

%14.46
%0
%33.73
%34.9

Codes

Color #8EA66E in popluar color models

8EA66E
RGB142166110
HSL86°23.93%54.12%
HSB/HSV86°33.73%65.10%
CMYK14.46%0.00%33.73%
34.90%

Color #8EA66E in popluar number systems.

HEX8EA66E
Decimal142166110
Binary10001110101001101101110
Octal216246156

Shades and tints

Shades of #8EA66E

#8EA66E
(142,166,110)
#829764
(130,151,100)
#76885A
(118,136,90)
#6A7950
(106,121,80)
#5E6A46
(94,106,70)
#525B3C
(82,91,60)
#464C32
(70,76,50)
#3A3D28
(58,61,40)
#2E2E1E
(46,46,30)
#221F14
(34,31,20)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #8EA66E

#8EA66E
(142,166,110)
#98AE7B
(152,174,123)
#A2B688
(162,182,136)
#ACBE95
(172,190,149)
#B6C6A2
(182,198,162)
#C0CEAF
(192,206,175)
#CAD6BC
(202,214,188)
#D4DEC9
(212,222,201)
#DEE6D6
(222,230,214)
#E8EEE3
(232,238,227)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA66E color. Also use rgb(142,166,110) instead hex code.

Text Font Color

.myTextColor { color: #8EA66E; }

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

This text font color is #8EA66E.


Background Color

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

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

This div background color is #8EA66E.


Border color

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

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

This div border color is #8EA66E.


Opacity

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

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

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

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

This text has shadow with #8EA66E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA66E on black background.


Color preview on white background

This text has color #8EA66E on white background.



Black color preview on #8EA66E background

This text has black color on #8EA66E background.


White color preview on #8EA66E background

This text has white color on #8EA66E background.