COLOR #8ECA5C

HEX: #8ECA5C
RGB: (142,202,92)

Color info

#8ECA5C contains mainly green color. Web safe color of #8ECA5C is #99CC66 (or #9C6).

RGB color model

#8ECA5C color RGB value is (142,202,92).

  • red value is 142;
  • green value is 202;
  • blue value is 92.
RGB:
(142,202,92)
(56%,79%,36%)

RGB channels and saturation

R 142 of 255 = 56%
G 202 of 255 = 79%
B 92 of 255 = 36%

142
202
92

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

Portions of RGB colors in percentages

R + G + B =
142 + 202 + 92 = 436 (100%)
R 142 of 436 ~ 32.57%
G 202 of 436 ~ 46.33%
B 92 of 436 ~ 21.1%

%32.57
%46.33
%21.1

CMYK color model

#8ECA5C color CMYK value is (30,0,54,21).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 54.46%
  • key color value is 20.78%
CMYK:
(30,0,54,21)
C30M0Y54K21 
(30%,0%,54%,21%)
(0.30/0.00/0.54/0.21)	

CMYK percentages

%29.7
%0
%54.46
%20.78

Codes

Color #8ECA5C in popluar color models

8ECA5C
RGB14220292
HSL93°50.93%57.65%
HSB/HSV93°54.46%79.22%
CMYK29.70%0.00%54.46%
20.78%

Color #8ECA5C in popluar number systems.

HEX8ECA5C
Decimal14220292
Binary10001110110010101011100
Octal216312134

Shades and tints

Shades of #8ECA5C

#8ECA5C
(142,202,92)
#82B854
(130,184,84)
#76A64C
(118,166,76)
#6A9444
(106,148,68)
#5E823C
(94,130,60)
#527034
(82,112,52)
#465E2C
(70,94,44)
#3A4C24
(58,76,36)
#2E3A1C
(46,58,28)
#222814
(34,40,20)
#16160C
(22,22,12)
#000000
(0,0,0)

Tints of #8ECA5C

#8ECA5C
(142,202,92)
#98CE6A
(152,206,106)
#A2D278
(162,210,120)
#ACD686
(172,214,134)
#B6DA94
(182,218,148)
#C0DEA2
(192,222,162)
#CAE2B0
(202,226,176)
#D4E6BE
(212,230,190)
#DEEACC
(222,234,204)
#E8EEDA
(232,238,218)
#F2F2E8
(242,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECA5C color. Also use rgb(142,202,92) instead hex code.

Text Font Color

.myTextColor { color: #8ECA5C; }

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

This text font color is #8ECA5C.


Background Color

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

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

This div background color is #8ECA5C.


Border color

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

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

This div border color is #8ECA5C.


Opacity

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

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

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

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

This text has shadow with #8ECA5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ECA5C on black background.


Color preview on white background

This text has color #8ECA5C on white background.



Black color preview on #8ECA5C background

This text has black color on #8ECA5C background.


White color preview on #8ECA5C background

This text has white color on #8ECA5C background.