COLOR #8EC49A

HEX: #8EC49A RGB: (142,196,154)

Color info

#8EC49A contains red, green and blue colors in about the same proportion. Web safe color of #8EC49A is #99CC99 (or #9C9).

RGB color model

#8EC49A color RGB value is (142,196,154).

RGB: (142,196,154) (56%, 77%, 60%)

RGB channels and saturation

R 142 of 255 = 56%
G 196 of 255 = 77%
B 154 of 255 = 60%

142
196
154

R + G + B ~ 64%. #8EC49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 196 + 154 = 492 (100%)
R 142 of 492 ~ 28.86%
G 196 of 492 ~ 39.84%
B 154 of 492 ~ 31.3'%

%28.86
%39.84
%31.3

CMYK color model

#8EC49A color CMYK value is (28,0,21,23).

  • cyan value is 27.55%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 23.14%

CMYK: (28,0,21,23)
C28M0Y21K23 (28%, 0%, 21%, 23%)
(0.28 / 0.00 / 0.21 / 0.23)

CMYK percentages

%27.55
%0
%21.43
%23.14

Codes

Color #8EC49A in popluar color models

8E C4 9A
RGB 142 196 154
HSL 133° 31.40% 66.27%
HSB/HSV 133° 27.55% 76.86%
CMYK 27.55% 0.00% 21.43%
23.14%

Color #8EC49A in popluar number systems.

HEX 8E C4 9A
Decimal 142 196 154
Binary 10001110 11000100 10011010
Octal 216 304 232

Shades and tints

Shades of #8EC49A

#8EC49A
(142,196,154)
#82B38C
(130,179,140)
#76A27E
(118,162,126)
#6A9170
(106,145,112)
#5E8062
(94,128,98)
#526F54
(82,111,84)
#465E46
(70,94,70)
#3A4D38
(58,77,56)
#2E3C2A
(46,60,42)
#222B1C
(34,43,28)
#161A0E
(22,26,14)
#000000
(0,0,0)

Tints of #8EC49A

#8EC49A
(142,196,154)
#98C9A3
(152,201,163)
#A2CEAC
(162,206,172)
#ACD3B5
(172,211,181)
#B6D8BE
(182,216,190)
#C0DDC7
(192,221,199)
#CAE2D0
(202,226,208)
#D4E7D9
(212,231,217)
#DEECE2
(222,236,226)
#E8F1EB
(232,241,235)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC49A color. Also use rgb(142,196,154) instead hex code.

Text Font Color

.myTextColor { color: #8EC49A; }

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

This text font color is #8EC49A.

Background Color

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

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

This div background color is #8EC49A.

Border color

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

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

This div border color is #8EC49A.

Opacity

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

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

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

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

This text has shadow with #8EC49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC49A.

Preview

Color preview on black background

This text has color #8EC49A on black background.


Color preview on white background

This text has color #8EC49A on white background.


Black color preview on #8EC49A background

This text has black color on #8EC49A background.


White color preview on #8EC49A background

This text has white color on #8EC49A background.


Related colors

Complementary color

Complementary color for #hex is #713B65.


I love getcolorcode.com

Triadic colors

1 #9A8EC4 and #C49A8E with #8EC49A are triadic colors.

2 #9AC48E and #C48E9A with #8EC49A are triadic colors.