COLOR #8EA56E

HEX: #8EA56E RGB: (142,165,110)

Color info

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

RGB color model

#8EA56E color RGB value is (142,165,110).

RGB: (142,165,110) (56%, 65%, 43%)

RGB channels and saturation

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

142
165
110

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

Portions of RGB colors in percentages

R + G + B = 142 + 165 + 110 = 417 (100%)
R 142 of 417 ~ 34.05%
G 165 of 417 ~ 39.57%
B 110 of 417 ~ 26.38'%

%34.05
%39.57
%26.38

CMYK color model

#8EA56E color CMYK value is (14,0,33,35).

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

CMYK: (14,0,33,35)
C14M0Y33K35 (14%, 0%, 33%, 35%)
(0.14 / 0.00 / 0.33 / 0.35)

CMYK percentages

%13.94
%0
%33.33
%35.29

Codes

Color #8EA56E in popluar color models

8E A5 6E
RGB 142 165 110
HSL 85° 23.40% 53.92%
HSB/HSV 85° 33.33% 64.71%
CMYK 13.94% 0.00% 33.33%
35.29%

Color #8EA56E in popluar number systems.

HEX 8E A5 6E
Decimal 142 165 110
Binary 10001110 10100101 1101110
Octal 216 245 156

Shades and tints

Shades of #8EA56E

#8EA56E
(142,165,110)
#829664
(130,150,100)
#76875A
(118,135,90)
#6A7850
(106,120,80)
#5E6946
(94,105,70)
#525A3C
(82,90,60)
#464B32
(70,75,50)
#3A3C28
(58,60,40)
#2E2D1E
(46,45,30)
#221E14
(34,30,20)
#160F0A
(22,15,10)
#000000
(0,0,0)

Tints of #8EA56E

#8EA56E
(142,165,110)
#98AD7B
(152,173,123)
#A2B588
(162,181,136)
#ACBD95
(172,189,149)
#B6C5A2
(182,197,162)
#C0CDAF
(192,205,175)
#CAD5BC
(202,213,188)
#D4DDC9
(212,221,201)
#DEE5D6
(222,229,214)
#E8EDE3
(232,237,227)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA56E; }

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

This text font color is #8EA56E.

Background Color

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

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

This div background color is #8EA56E.

Border color

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

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

This div border color is #8EA56E.

Opacity

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

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

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

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

This text has shadow with #8EA56E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EA56E.

Preview

Color preview on black background

This text has color #8EA56E on black background.


Color preview on white background

This text has color #8EA56E on white background.


Black color preview on #8EA56E background

This text has black color on #8EA56E background.


White color preview on #8EA56E background

This text has white color on #8EA56E background.


Related colors

Complementary color

Complementary color for #hex is #715A91.


I love getcolorcode.com

Triadic colors

1 #6E8EA5 and #A56E8E with #8EA56E are triadic colors.

2 #6EA58E and #A58E6E with #8EA56E are triadic colors.