COLOR #8EA444

HEX: #8EA444
RGB: (142,164,68)

Color info

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

RGB color model

#8EA444 color RGB value is (142,164,68).

  • red value is 142;
  • green value is 164;
  • blue value is 68.
RGB:
(142,164,68)
(56%,64%,27%)

RGB channels and saturation

R 142 of 255 = 56%
G 164 of 255 = 64%
B 68 of 255 = 27%

142
164
68

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

Portions of RGB colors in percentages

R + G + B =
142 + 164 + 68 = 374 (100%)
R 142 of 374 ~ 37.97%
G 164 of 374 ~ 43.85%
B 68 of 374 ~ 18.18%

%37.97
%43.85
%18.18

CMYK color model

#8EA444 color CMYK value is (13,0,59,36).

  • cyan value is 13.41%
  • magenta value is 0.00%
  • yellow value is 58.54%
  • key color value is 35.69%
CMYK:
(13,0,59,36)
C13M0Y59K36 
(13%,0%,59%,36%)
(0.13/0.00/0.59/0.36)	

CMYK percentages

%13.41
%0
%58.54
%35.69

Codes

Color #8EA444 in popluar color models

8EA444
RGB14216468
HSL74°41.38%45.49%
HSB/HSV74°58.54%64.31%
CMYK13.41%0.00%58.54%
35.69%

Color #8EA444 in popluar number systems.

HEX8EA444
Decimal14216468
Binary10001110101001001000100
Octal216244104

Shades and tints

Shades of #8EA444

#8EA444
(142,164,68)
#82963E
(130,150,62)
#768838
(118,136,56)
#6A7A32
(106,122,50)
#5E6C2C
(94,108,44)
#525E26
(82,94,38)
#465020
(70,80,32)
#3A421A
(58,66,26)
#2E3414
(46,52,20)
#22260E
(34,38,14)
#161808
(22,24,8)
#000000
(0,0,0)

Tints of #8EA444

#8EA444
(142,164,68)
#98AC55
(152,172,85)
#A2B466
(162,180,102)
#ACBC77
(172,188,119)
#B6C488
(182,196,136)
#C0CC99
(192,204,153)
#CAD4AA
(202,212,170)
#D4DCBB
(212,220,187)
#DEE4CC
(222,228,204)
#E8ECDD
(232,236,221)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA444 color. Also use rgb(142,164,68) instead hex code.

Text Font Color

.myTextColor { color: #8EA444; }

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

This text font color is #8EA444.


Background Color

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

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

This div background color is #8EA444.


Border color

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

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

This div border color is #8EA444.


Opacity

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

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

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

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

This text has shadow with #8EA444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA444 on black background.


Color preview on white background

This text has color #8EA444 on white background.



Black color preview on #8EA444 background

This text has black color on #8EA444 background.


White color preview on #8EA444 background

This text has white color on #8EA444 background.