COLOR #8EAF6D

HEX: #8EAF6D
RGB: (142,175,109)

Color info

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

RGB color model

#8EAF6D color RGB value is (142,175,109).

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

RGB channels and saturation

R 142 of 255 = 56%
G 175 of 255 = 69%
B 109 of 255 = 43%

142
175
109

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

Portions of RGB colors in percentages

R + G + B =
142 + 175 + 109 = 426 (100%)
R 142 of 426 ~ 33.33%
G 175 of 426 ~ 41.08%
B 109 of 426 ~ 25.59%

%33.33
%41.08
%25.59

CMYK color model

#8EAF6D color CMYK value is (19,0,38,31).

  • cyan value is 18.86%
  • magenta value is 0.00%
  • yellow value is 37.71%
  • key color value is 31.37%
CMYK:
(19,0,38,31)
C19M0Y38K31 
(19%,0%,38%,31%)
(0.19/0.00/0.38/0.31)	

CMYK percentages

%18.86
%0
%37.71
%31.37

Codes

Color #8EAF6D in popluar color models

8EAF6D
RGB142175109
HSL90°29.20%55.69%
HSB/HSV90°37.71%68.63%
CMYK18.86%0.00%37.71%
31.37%

Color #8EAF6D in popluar number systems.

HEX8EAF6D
Decimal142175109
Binary10001110101011111101101
Octal216257155

Shades and tints

Shades of #8EAF6D

#8EAF6D
(142,175,109)
#82A064
(130,160,100)
#76915B
(118,145,91)
#6A8252
(106,130,82)
#5E7349
(94,115,73)
#526440
(82,100,64)
#465537
(70,85,55)
#3A462E
(58,70,46)
#2E3725
(46,55,37)
#22281C
(34,40,28)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #8EAF6D

#8EAF6D
(142,175,109)
#98B67A
(152,182,122)
#A2BD87
(162,189,135)
#ACC494
(172,196,148)
#B6CBA1
(182,203,161)
#C0D2AE
(192,210,174)
#CAD9BB
(202,217,187)
#D4E0C8
(212,224,200)
#DEE7D5
(222,231,213)
#E8EEE2
(232,238,226)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAF6D; }

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

This text font color is #8EAF6D.


Background Color

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

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

This div background color is #8EAF6D.


Border color

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

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

This div border color is #8EAF6D.


Opacity

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

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

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

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

This text has shadow with #8EAF6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAF6D on black background.


Color preview on white background

This text has color #8EAF6D on white background.



Black color preview on #8EAF6D background

This text has black color on #8EAF6D background.


White color preview on #8EAF6D background

This text has white color on #8EAF6D background.