COLOR #8EAF6A

HEX: #8EAF6A
RGB: (142,175,106)

Color info

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

RGB color model

#8EAF6A color RGB value is (142,175,106).

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

RGB channels and saturation

R 142 of 255 = 56%
G 175 of 255 = 69%
B 106 of 255 = 42%

142
175
106

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

Portions of RGB colors in percentages

R + G + B =
142 + 175 + 106 = 423 (100%)
R 142 of 423 ~ 33.57%
G 175 of 423 ~ 41.37%
B 106 of 423 ~ 25.06%

%33.57
%41.37
%25.06

CMYK color model

#8EAF6A color CMYK value is (19,0,39,31).

  • cyan value is 18.86%
  • magenta value is 0.00%
  • yellow value is 39.43%
  • key color value is 31.37%
CMYK:
(19,0,39,31)
C19M0Y39K31 
(19%,0%,39%,31%)
(0.19/0.00/0.39/0.31)	

CMYK percentages

%18.86
%0
%39.43
%31.37

Codes

Color #8EAF6A in popluar color models

8EAF6A
RGB142175106
HSL89°30.13%55.10%
HSB/HSV89°39.43%68.63%
CMYK18.86%0.00%39.43%
31.37%

Color #8EAF6A in popluar number systems.

HEX8EAF6A
Decimal142175106
Binary10001110101011111101010
Octal216257152

Shades and tints

Shades of #8EAF6A

#8EAF6A
(142,175,106)
#82A061
(130,160,97)
#769158
(118,145,88)
#6A824F
(106,130,79)
#5E7346
(94,115,70)
#52643D
(82,100,61)
#465534
(70,85,52)
#3A462B
(58,70,43)
#2E3722
(46,55,34)
#222819
(34,40,25)
#161910
(22,25,16)
#000000
(0,0,0)

Tints of #8EAF6A

#8EAF6A
(142,175,106)
#98B677
(152,182,119)
#A2BD84
(162,189,132)
#ACC491
(172,196,145)
#B6CB9E
(182,203,158)
#C0D2AB
(192,210,171)
#CAD9B8
(202,217,184)
#D4E0C5
(212,224,197)
#DEE7D2
(222,231,210)
#E8EEDF
(232,238,223)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EAF6A; }

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

This text font color is #8EAF6A.


Background Color

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

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

This div background color is #8EAF6A.


Border color

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

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

This div border color is #8EAF6A.


Opacity

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

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

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

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

This text has shadow with #8EAF6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EAF6A on black background.


Color preview on white background

This text has color #8EAF6A on white background.



Black color preview on #8EAF6A background

This text has black color on #8EAF6A background.


White color preview on #8EAF6A background

This text has white color on #8EAF6A background.