COLOR #8EA146

HEX: #8EA146
RGB: (142,161,70)

Color info

#8EA146 contains mainly red and green colors. Web safe color of #8EA146 is #999933 (or #993).

RGB color model

#8EA146 color RGB value is (142,161,70).

  • red value is 142;
  • green value is 161;
  • blue value is 70.
RGB:
(142,161,70)
(56%,63%,27%)

RGB channels and saturation

R 142 of 255 = 56%
G 161 of 255 = 63%
B 70 of 255 = 27%

142
161
70

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

Portions of RGB colors in percentages

R + G + B =
142 + 161 + 70 = 373 (100%)
R 142 of 373 ~ 38.07%
G 161 of 373 ~ 43.16%
B 70 of 373 ~ 18.77%

%38.07
%43.16
%18.77

CMYK color model

#8EA146 color CMYK value is (12,0,57,37).

  • cyan value is 11.80%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 36.86%
CMYK:
(12,0,57,37)
C12M0Y57K37 
(12%,0%,57%,37%)
(0.12/0.00/0.57/0.37)	

CMYK percentages

%11.8
%0
%56.52
%36.86

Codes

Color #8EA146 in popluar color models

8EA146
RGB14216170
HSL73°39.39%45.29%
HSB/HSV73°56.52%63.14%
CMYK11.80%0.00%56.52%
36.86%

Color #8EA146 in popluar number systems.

HEX8EA146
Decimal14216170
Binary10001110101000011000110
Octal216241106

Shades and tints

Shades of #8EA146

#8EA146
(142,161,70)
#829340
(130,147,64)
#76853A
(118,133,58)
#6A7734
(106,119,52)
#5E692E
(94,105,46)
#525B28
(82,91,40)
#464D22
(70,77,34)
#3A3F1C
(58,63,28)
#2E3116
(46,49,22)
#222310
(34,35,16)
#16150A
(22,21,10)
#000000
(0,0,0)

Tints of #8EA146

#8EA146
(142,161,70)
#98A956
(152,169,86)
#A2B166
(162,177,102)
#ACB976
(172,185,118)
#B6C186
(182,193,134)
#C0C996
(192,201,150)
#CAD1A6
(202,209,166)
#D4D9B6
(212,217,182)
#DEE1C6
(222,225,198)
#E8E9D6
(232,233,214)
#F2F1E6
(242,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA146 color. Also use rgb(142,161,70) instead hex code.

Text Font Color

.myTextColor { color: #8EA146; }

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

This text font color is #8EA146.


Background Color

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

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

This div background color is #8EA146.


Border color

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

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

This div border color is #8EA146.


Opacity

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

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

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

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

This text has shadow with #8EA146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA146 on black background.


Color preview on white background

This text has color #8EA146 on white background.



Black color preview on #8EA146 background

This text has black color on #8EA146 background.


White color preview on #8EA146 background

This text has white color on #8EA146 background.