COLOR #8EB054

HEX: #8EB054
RGB: (142,176,84)

Color info

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

RGB color model

#8EB054 color RGB value is (142,176,84).

  • red value is 142;
  • green value is 176;
  • blue value is 84.
RGB:
(142,176,84)
(56%,69%,33%)

RGB channels and saturation

R 142 of 255 = 56%
G 176 of 255 = 69%
B 84 of 255 = 33%

142
176
84

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

Portions of RGB colors in percentages

R + G + B =
142 + 176 + 84 = 402 (100%)
R 142 of 402 ~ 35.32%
G 176 of 402 ~ 43.78%
B 84 of 402 ~ 20.9%

%35.32
%43.78
%20.9

CMYK color model

#8EB054 color CMYK value is (19,0,52,31).

  • cyan value is 19.32%
  • magenta value is 0.00%
  • yellow value is 52.27%
  • key color value is 30.98%
CMYK:
(19,0,52,31)
C19M0Y52K31 
(19%,0%,52%,31%)
(0.19/0.00/0.52/0.31)	

CMYK percentages

%19.32
%0
%52.27
%30.98

Codes

Color #8EB054 in popluar color models

8EB054
RGB14217684
HSL82°36.80%50.98%
HSB/HSV82°52.27%69.02%
CMYK19.32%0.00%52.27%
30.98%

Color #8EB054 in popluar number systems.

HEX8EB054
Decimal14217684
Binary10001110101100001010100
Octal216260124

Shades and tints

Shades of #8EB054

#8EB054
(142,176,84)
#82A04D
(130,160,77)
#769046
(118,144,70)
#6A803F
(106,128,63)
#5E7038
(94,112,56)
#526031
(82,96,49)
#46502A
(70,80,42)
#3A4023
(58,64,35)
#2E301C
(46,48,28)
#222015
(34,32,21)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #8EB054

#8EB054
(142,176,84)
#98B763
(152,183,99)
#A2BE72
(162,190,114)
#ACC581
(172,197,129)
#B6CC90
(182,204,144)
#C0D39F
(192,211,159)
#CADAAE
(202,218,174)
#D4E1BD
(212,225,189)
#DEE8CC
(222,232,204)
#E8EFDB
(232,239,219)
#F2F6EA
(242,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EB054 color. Also use rgb(142,176,84) instead hex code.

Text Font Color

.myTextColor { color: #8EB054; }

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

This text font color is #8EB054.


Background Color

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

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

This div background color is #8EB054.


Border color

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

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

This div border color is #8EB054.


Opacity

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

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

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

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

This text has shadow with #8EB054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EB054 on black background.


Color preview on white background

This text has color #8EB054 on white background.



Black color preview on #8EB054 background

This text has black color on #8EB054 background.


White color preview on #8EB054 background

This text has white color on #8EB054 background.