COLOR #8EA641

HEX: #8EA641
RGB: (142,166,65)

Color info

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

RGB color model

#8EA641 color RGB value is (142,166,65).

  • red value is 142;
  • green value is 166;
  • blue value is 65.
RGB:
(142,166,65)
(56%,65%,25%)

RGB channels and saturation

R 142 of 255 = 56%
G 166 of 255 = 65%
B 65 of 255 = 25%

142
166
65

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

Portions of RGB colors in percentages

R + G + B =
142 + 166 + 65 = 373 (100%)
R 142 of 373 ~ 38.07%
G 166 of 373 ~ 44.5%
B 65 of 373 ~ 17.43%

%38.07
%44.5
%17.43

CMYK color model

#8EA641 color CMYK value is (14,0,61,35).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 60.84%
  • key color value is 34.90%
CMYK:
(14,0,61,35)
C14M0Y61K35 
(14%,0%,61%,35%)
(0.14/0.00/0.61/0.35)	

CMYK percentages

%14.46
%0
%60.84
%34.9

Codes

Color #8EA641 in popluar color models

8EA641
RGB14216665
HSL74°43.72%45.29%
HSB/HSV74°60.84%65.10%
CMYK14.46%0.00%60.84%
34.90%

Color #8EA641 in popluar number systems.

HEX8EA641
Decimal14216665
Binary10001110101001101000001
Octal216246101

Shades and tints

Shades of #8EA641

#8EA641
(142,166,65)
#82973C
(130,151,60)
#768837
(118,136,55)
#6A7932
(106,121,50)
#5E6A2D
(94,106,45)
#525B28
(82,91,40)
#464C23
(70,76,35)
#3A3D1E
(58,61,30)
#2E2E19
(46,46,25)
#221F14
(34,31,20)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #8EA641

#8EA641
(142,166,65)
#98AE52
(152,174,82)
#A2B663
(162,182,99)
#ACBE74
(172,190,116)
#B6C685
(182,198,133)
#C0CE96
(192,206,150)
#CAD6A7
(202,214,167)
#D4DEB8
(212,222,184)
#DEE6C9
(222,230,201)
#E8EEDA
(232,238,218)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA641 color. Also use rgb(142,166,65) instead hex code.

Text Font Color

.myTextColor { color: #8EA641; }

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

This text font color is #8EA641.


Background Color

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

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

This div background color is #8EA641.


Border color

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

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

This div border color is #8EA641.


Opacity

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

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

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

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

This text has shadow with #8EA641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA641 on black background.


Color preview on white background

This text has color #8EA641 on white background.



Black color preview on #8EA641 background

This text has black color on #8EA641 background.


White color preview on #8EA641 background

This text has white color on #8EA641 background.