COLOR #8ECD78

HEX: #8ECD78
RGB: (142,205,120)

Color info

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

RGB color model

#8ECD78 color RGB value is (142,205,120).

  • red value is 142;
  • green value is 205;
  • blue value is 120.
RGB:
(142,205,120)
(56%,80%,47%)

RGB channels and saturation

R 142 of 255 = 56%
G 205 of 255 = 80%
B 120 of 255 = 47%

142
205
120

R + G + B ~ 61%. #8ECD78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 205 + 120 = 467 (100%)
R 142 of 467 ~ 30.41%
G 205 of 467 ~ 43.9%
B 120 of 467 ~ 25.7%

%30.41
%43.9
%25.7

CMYK color model

#8ECD78 color CMYK value is (31,0,41,20).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 19.61%
CMYK:
(31,0,41,20)
C31M0Y41K20 
(31%,0%,41%,20%)
(0.31/0.00/0.41/0.20)	

CMYK percentages

%30.73
%0
%41.46
%19.61

Codes

Color #8ECD78 in popluar color models

8ECD78
RGB142205120
HSL104°45.95%63.73%
HSB/HSV104°41.46%80.39%
CMYK30.73%0.00%41.46%
19.61%

Color #8ECD78 in popluar number systems.

HEX8ECD78
Decimal142205120
Binary10001110110011011111000
Octal216315170

Shades and tints

Shades of #8ECD78

#8ECD78
(142,205,120)
#82BB6E
(130,187,110)
#76A964
(118,169,100)
#6A975A
(106,151,90)
#5E8550
(94,133,80)
#527346
(82,115,70)
#46613C
(70,97,60)
#3A4F32
(58,79,50)
#2E3D28
(46,61,40)
#222B1E
(34,43,30)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #8ECD78

#8ECD78
(142,205,120)
#98D184
(152,209,132)
#A2D590
(162,213,144)
#ACD99C
(172,217,156)
#B6DDA8
(182,221,168)
#C0E1B4
(192,225,180)
#CAE5C0
(202,229,192)
#D4E9CC
(212,233,204)
#DEEDD8
(222,237,216)
#E8F1E4
(232,241,228)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECD78 color. Also use rgb(142,205,120) instead hex code.

Text Font Color

.myTextColor { color: #8ECD78; }

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

This text font color is #8ECD78.


Background Color

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

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

This div background color is #8ECD78.


Border color

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

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

This div border color is #8ECD78.


Opacity

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

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

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

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

This text has shadow with #8ECD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ECD78 on black background.


Color preview on white background

This text has color #8ECD78 on white background.



Black color preview on #8ECD78 background

This text has black color on #8ECD78 background.


White color preview on #8ECD78 background

This text has white color on #8ECD78 background.