COLOR #8EAC6D

HEX: #8EAC6D
RGB: (142,172,109)

Color info

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

RGB color model

#8EAC6D color RGB value is (142,172,109).

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

RGB channels and saturation

R 142 of 255 = 56%
G 172 of 255 = 67%
B 109 of 255 = 43%

142
172
109

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

Portions of RGB colors in percentages

R + G + B =
142 + 172 + 109 = 423 (100%)
R 142 of 423 ~ 33.57%
G 172 of 423 ~ 40.66%
B 109 of 423 ~ 25.77%

%33.57
%40.66
%25.77

CMYK color model

#8EAC6D color CMYK value is (17,0,37,33).

  • cyan value is 17.44%
  • magenta value is 0.00%
  • yellow value is 36.63%
  • key color value is 32.55%
CMYK:
(17,0,37,33)
C17M0Y37K33 
(17%,0%,37%,33%)
(0.17/0.00/0.37/0.33)	

CMYK percentages

%17.44
%0
%36.63
%32.55

Codes

Color #8EAC6D in popluar color models

8EAC6D
RGB142172109
HSL89°27.51%55.10%
HSB/HSV89°36.63%67.45%
CMYK17.44%0.00%36.63%
32.55%

Color #8EAC6D in popluar number systems.

HEX8EAC6D
Decimal142172109
Binary10001110101011001101101
Octal216254155

Shades and tints

Shades of #8EAC6D

#8EAC6D
(142,172,109)
#829D64
(130,157,100)
#768E5B
(118,142,91)
#6A7F52
(106,127,82)
#5E7049
(94,112,73)
#526140
(82,97,64)
#465237
(70,82,55)
#3A432E
(58,67,46)
#2E3425
(46,52,37)
#22251C
(34,37,28)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #8EAC6D

#8EAC6D
(142,172,109)
#98B37A
(152,179,122)
#A2BA87
(162,186,135)
#ACC194
(172,193,148)
#B6C8A1
(182,200,161)
#C0CFAE
(192,207,174)
#CAD6BB
(202,214,187)
#D4DDC8
(212,221,200)
#DEE4D5
(222,228,213)
#E8EBE2
(232,235,226)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAC6D; }

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

This text font color is #8EAC6D.


Background Color

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

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

This div background color is #8EAC6D.


Border color

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

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

This div border color is #8EAC6D.


Opacity

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

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

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

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

This text has shadow with #8EAC6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAC6D on black background.


Color preview on white background

This text has color #8EAC6D on white background.



Black color preview on #8EAC6D background

This text has black color on #8EAC6D background.


White color preview on #8EAC6D background

This text has white color on #8EAC6D background.