COLOR #8EA26D

HEX: #8EA26D
RGB: (142,162,109)

Color info

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

RGB color model

#8EA26D color RGB value is (142,162,109).

  • red value is 142;
  • green value is 162;
  • blue value is 109.
RGB:
(142,162,109)
(56%,64%,43%)

RGB channels and saturation

R 142 of 255 = 56%
G 162 of 255 = 64%
B 109 of 255 = 43%

142
162
109

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

Portions of RGB colors in percentages

R + G + B =
142 + 162 + 109 = 413 (100%)
R 142 of 413 ~ 34.38%
G 162 of 413 ~ 39.23%
B 109 of 413 ~ 26.39%

%34.38
%39.23
%26.39

CMYK color model

#8EA26D color CMYK value is (12,0,33,36).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 32.72%
  • key color value is 36.47%
CMYK:
(12,0,33,36)
C12M0Y33K36 
(12%,0%,33%,36%)
(0.12/0.00/0.33/0.36)	

CMYK percentages

%12.35
%0
%32.72
%36.47

Codes

Color #8EA26D in popluar color models

8EA26D
RGB142162109
HSL83°22.18%53.14%
HSB/HSV83°32.72%63.53%
CMYK12.35%0.00%32.72%
36.47%

Color #8EA26D in popluar number systems.

HEX8EA26D
Decimal142162109
Binary10001110101000101101101
Octal216242155

Shades and tints

Shades of #8EA26D

#8EA26D
(142,162,109)
#829464
(130,148,100)
#76865B
(118,134,91)
#6A7852
(106,120,82)
#5E6A49
(94,106,73)
#525C40
(82,92,64)
#464E37
(70,78,55)
#3A402E
(58,64,46)
#2E3225
(46,50,37)
#22241C
(34,36,28)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #8EA26D

#8EA26D
(142,162,109)
#98AA7A
(152,170,122)
#A2B287
(162,178,135)
#ACBA94
(172,186,148)
#B6C2A1
(182,194,161)
#C0CAAE
(192,202,174)
#CAD2BB
(202,210,187)
#D4DAC8
(212,218,200)
#DEE2D5
(222,226,213)
#E8EAE2
(232,234,226)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA26D color. Also use rgb(142,162,109) instead hex code.

Text Font Color

.myTextColor { color: #8EA26D; }

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

This text font color is #8EA26D.


Background Color

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

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

This div background color is #8EA26D.


Border color

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

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

This div border color is #8EA26D.


Opacity

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

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

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

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

This text has shadow with #8EA26D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA26D on black background.


Color preview on white background

This text has color #8EA26D on white background.



Black color preview on #8EA26D background

This text has black color on #8EA26D background.


White color preview on #8EA26D background

This text has white color on #8EA26D background.