COLOR #8EC38A

HEX: #8EC38A RGB: (142,195,138)

Color info

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

RGB color model

#8EC38A color RGB value is (142,195,138).

RGB: (142,195,138) (56%, 76%, 54%)

RGB channels and saturation

R 142 of 255 = 56%
G 195 of 255 = 76%
B 138 of 255 = 54%

142
195
138

R + G + B ~ 62%. #8EC38A is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 195 + 138 = 475 (100%)
R 142 of 475 ~ 29.89%
G 195 of 475 ~ 41.05%
B 138 of 475 ~ 29.05'%

%29.89
%41.05
%29.05

CMYK color model

#8EC38A color CMYK value is (27,0,29,24).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 29.23%
  • key color value is 23.53%

CMYK: (27,0,29,24)
C27M0Y29K24 (27%, 0%, 29%, 24%)
(0.27 / 0.00 / 0.29 / 0.24)

CMYK percentages

%27.18
%0
%29.23
%23.53

Codes

Color #8EC38A in popluar color models

8E C3 8A
RGB 142 195 138
HSL 116° 32.20% 65.29%
HSB/HSV 116° 29.23% 76.47%
CMYK 27.18% 0.00% 29.23%
23.53%

Color #8EC38A in popluar number systems.

HEX 8E C3 8A
Decimal 142 195 138
Binary 10001110 11000011 10001010
Octal 216 303 212

Shades and tints

Shades of #8EC38A

#8EC38A
(142,195,138)
#82B27E
(130,178,126)
#76A172
(118,161,114)
#6A9066
(106,144,102)
#5E7F5A
(94,127,90)
#526E4E
(82,110,78)
#465D42
(70,93,66)
#3A4C36
(58,76,54)
#2E3B2A
(46,59,42)
#222A1E
(34,42,30)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #8EC38A

#8EC38A
(142,195,138)
#98C894
(152,200,148)
#A2CD9E
(162,205,158)
#ACD2A8
(172,210,168)
#B6D7B2
(182,215,178)
#C0DCBC
(192,220,188)
#CAE1C6
(202,225,198)
#D4E6D0
(212,230,208)
#DEEBDA
(222,235,218)
#E8F0E4
(232,240,228)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC38A color. Also use rgb(142,195,138) instead hex code.

Text Font Color

.myTextColor { color: #8EC38A; }

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

This text font color is #8EC38A.

Background Color

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

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

This div background color is #8EC38A.

Border color

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

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

This div border color is #8EC38A.

Opacity

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

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

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

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

This text has shadow with #8EC38A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC38A.

Preview

Color preview on black background

This text has color #8EC38A on black background.


Color preview on white background

This text has color #8EC38A on white background.


Black color preview on #8EC38A background

This text has black color on #8EC38A background.


White color preview on #8EC38A background

This text has white color on #8EC38A background.


Related colors

Complementary color

Complementary color for #hex is #713C75.


I love getcolorcode.com

Triadic colors

1 #8A8EC3 and #C38A8E with #8EC38A are triadic colors.

2 #8AC38E and #C38E8A with #8EC38A are triadic colors.