COLOR #8EAE64

HEX: #8EAE64 RGB: (142,174,100)

Color info

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

RGB color model

#8EAE64 color RGB value is (142,174,100).

RGB: (142,174,100) (56%, 68%, 39%)

RGB channels and saturation

R 142 of 255 = 56%
G 174 of 255 = 68%
B 100 of 255 = 39%

142
174
100

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

Portions of RGB colors in percentages

R + G + B = 142 + 174 + 100 = 416 (100%)
R 142 of 416 ~ 34.13%
G 174 of 416 ~ 41.83%
B 100 of 416 ~ 24.04'%

%34.13
%41.83
%24.04

CMYK color model

#8EAE64 color CMYK value is (18,0,43,32).

  • cyan value is 18.39%
  • magenta value is 0.00%
  • yellow value is 42.53%
  • key color value is 31.76%

CMYK: (18,0,43,32)
C18M0Y43K32 (18%, 0%, 43%, 32%)
(0.18 / 0.00 / 0.43 / 0.32)

CMYK percentages

%18.39
%0
%42.53
%31.76

Codes

Color #8EAE64 in popluar color models

8E AE 64
RGB 142 174 100
HSL 86° 31.36% 53.73%
HSB/HSV 86° 42.53% 68.24%
CMYK 18.39% 0.00% 42.53%
31.76%

Color #8EAE64 in popluar number systems.

HEX 8E AE 64
Decimal 142 174 100
Binary 10001110 10101110 1100100
Octal 216 256 144

Shades and tints

Shades of #8EAE64

#8EAE64
(142,174,100)
#829F5B
(130,159,91)
#769052
(118,144,82)
#6A8149
(106,129,73)
#5E7240
(94,114,64)
#526337
(82,99,55)
#46542E
(70,84,46)
#3A4525
(58,69,37)
#2E361C
(46,54,28)
#222713
(34,39,19)
#16180A
(22,24,10)
#000000
(0,0,0)

Tints of #8EAE64

#8EAE64
(142,174,100)
#98B572
(152,181,114)
#A2BC80
(162,188,128)
#ACC38E
(172,195,142)
#B6CA9C
(182,202,156)
#C0D1AA
(192,209,170)
#CAD8B8
(202,216,184)
#D4DFC6
(212,223,198)
#DEE6D4
(222,230,212)
#E8EDE2
(232,237,226)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EAE64 color. Also use rgb(142,174,100) instead hex code.

Text Font Color

.myTextColor { color: #8EAE64; }

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

This text font color is #8EAE64.

Background Color

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

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

This div background color is #8EAE64.

Border color

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

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

This div border color is #8EAE64.

Opacity

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

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

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

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

This text has shadow with #8EAE64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EAE64.

Preview

Color preview on black background

This text has color #8EAE64 on black background.


Color preview on white background

This text has color #8EAE64 on white background.


Black color preview on #8EAE64 background

This text has black color on #8EAE64 background.


White color preview on #8EAE64 background

This text has white color on #8EAE64 background.


Related colors

Complementary color

Complementary color for #hex is #71519B.


I love getcolorcode.com

Triadic colors

1 #648EAE and #AE648E with #8EAE64 are triadic colors.

2 #64AE8E and #AE8E64 with #8EAE64 are triadic colors.