COLOR #8EB36D

HEX: #8EB36D
RGB: (142,179,109)

Color info

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

RGB color model

#8EB36D color RGB value is (142,179,109).

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

RGB channels and saturation

R 142 of 255 = 56%
G 179 of 255 = 70%
B 109 of 255 = 43%

142
179
109

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

Portions of RGB colors in percentages

R + G + B =
142 + 179 + 109 = 430 (100%)
R 142 of 430 ~ 33.02%
G 179 of 430 ~ 41.63%
B 109 of 430 ~ 25.35%

%33.02
%41.63
%25.35

CMYK color model

#8EB36D color CMYK value is (21,0,39,30).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 39.11%
  • key color value is 29.80%
CMYK:
(21,0,39,30)
C21M0Y39K30 
(21%,0%,39%,30%)
(0.21/0.00/0.39/0.30)	

CMYK percentages

%20.67
%0
%39.11
%29.8

Codes

Color #8EB36D in popluar color models

8EB36D
RGB142179109
HSL92°31.53%56.47%
HSB/HSV92°39.11%70.20%
CMYK20.67%0.00%39.11%
29.80%

Color #8EB36D in popluar number systems.

HEX8EB36D
Decimal142179109
Binary10001110101100111101101
Octal216263155

Shades and tints

Shades of #8EB36D

#8EB36D
(142,179,109)
#82A364
(130,163,100)
#76935B
(118,147,91)
#6A8352
(106,131,82)
#5E7349
(94,115,73)
#526340
(82,99,64)
#465337
(70,83,55)
#3A432E
(58,67,46)
#2E3325
(46,51,37)
#22231C
(34,35,28)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #8EB36D

#8EB36D
(142,179,109)
#98B97A
(152,185,122)
#A2BF87
(162,191,135)
#ACC594
(172,197,148)
#B6CBA1
(182,203,161)
#C0D1AE
(192,209,174)
#CAD7BB
(202,215,187)
#D4DDC8
(212,221,200)
#DEE3D5
(222,227,213)
#E8E9E2
(232,233,226)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EB36D; }

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

This text font color is #8EB36D.


Background Color

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

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

This div background color is #8EB36D.


Border color

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

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

This div border color is #8EB36D.


Opacity

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

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

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

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

This text has shadow with #8EB36D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB36D on black background.


Color preview on white background

This text has color #8EB36D on white background.



Black color preview on #8EB36D background

This text has black color on #8EB36D background.


White color preview on #8EB36D background

This text has white color on #8EB36D background.