COLOR #8EA651

HEX: #8EA651
RGB: (142,166,81)

Color info

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

RGB color model

#8EA651 color RGB value is (142,166,81).

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

RGB channels and saturation

R 142 of 255 = 56%
G 166 of 255 = 65%
B 81 of 255 = 32%

142
166
81

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

Portions of RGB colors in percentages

R + G + B =
142 + 166 + 81 = 389 (100%)
R 142 of 389 ~ 36.5%
G 166 of 389 ~ 42.67%
B 81 of 389 ~ 20.82%

%36.5
%42.67
%20.82

CMYK color model

#8EA651 color CMYK value is (14,0,51,35).

  • cyan value is 14.46%
  • magenta value is 0.00%
  • yellow value is 51.20%
  • key color value is 34.90%
CMYK:
(14,0,51,35)
C14M0Y51K35 
(14%,0%,51%,35%)
(0.14/0.00/0.51/0.35)	

CMYK percentages

%14.46
%0
%51.2
%34.9

Codes

Color #8EA651 in popluar color models

8EA651
RGB14216681
HSL77°34.41%48.43%
HSB/HSV77°51.20%65.10%
CMYK14.46%0.00%51.20%
34.90%

Color #8EA651 in popluar number systems.

HEX8EA651
Decimal14216681
Binary10001110101001101010001
Octal216246121

Shades and tints

Shades of #8EA651

#8EA651
(142,166,81)
#82974A
(130,151,74)
#768843
(118,136,67)
#6A793C
(106,121,60)
#5E6A35
(94,106,53)
#525B2E
(82,91,46)
#464C27
(70,76,39)
#3A3D20
(58,61,32)
#2E2E19
(46,46,25)
#221F12
(34,31,18)
#16100B
(22,16,11)
#000000
(0,0,0)

Tints of #8EA651

#8EA651
(142,166,81)
#98AE60
(152,174,96)
#A2B66F
(162,182,111)
#ACBE7E
(172,190,126)
#B6C68D
(182,198,141)
#C0CE9C
(192,206,156)
#CAD6AB
(202,214,171)
#D4DEBA
(212,222,186)
#DEE6C9
(222,230,201)
#E8EED8
(232,238,216)
#F2F6E7
(242,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA651; }

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

This text font color is #8EA651.


Background Color

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

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

This div background color is #8EA651.


Border color

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

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

This div border color is #8EA651.


Opacity

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

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

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

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

This text has shadow with #8EA651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA651 on black background.


Color preview on white background

This text has color #8EA651 on white background.



Black color preview on #8EA651 background

This text has black color on #8EA651 background.


White color preview on #8EA651 background

This text has white color on #8EA651 background.