COLOR #8ED04C

HEX: #8ED04C
RGB: (142,208,76)

Color info

#8ED04C contains mainly green color. Web safe color of #8ED04C is #99CC33 (or #9C3).

RGB color model

#8ED04C color RGB value is (142,208,76).

  • red value is 142;
  • green value is 208;
  • blue value is 76.
RGB:
(142,208,76)
(56%,82%,30%)

RGB channels and saturation

R 142 of 255 = 56%
G 208 of 255 = 82%
B 76 of 255 = 30%

142
208
76

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

Portions of RGB colors in percentages

R + G + B =
142 + 208 + 76 = 426 (100%)
R 142 of 426 ~ 33.33%
G 208 of 426 ~ 48.83%
B 76 of 426 ~ 17.84%

%33.33
%48.83
%17.84

CMYK color model

#8ED04C color CMYK value is (32,0,63,18).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 63.46%
  • key color value is 18.43%
CMYK:
(32,0,63,18)
C32M0Y63K18 
(32%,0%,63%,18%)
(0.32/0.00/0.63/0.18)	

CMYK percentages

%31.73
%0
%63.46
%18.43

Codes

Color #8ED04C in popluar color models

8ED04C
RGB14220876
HSL90°58.41%55.69%
HSB/HSV90°63.46%81.57%
CMYK31.73%0.00%63.46%
18.43%

Color #8ED04C in popluar number systems.

HEX8ED04C
Decimal14220876
Binary10001110110100001001100
Octal216320114

Shades and tints

Shades of #8ED04C

#8ED04C
(142,208,76)
#82BE46
(130,190,70)
#76AC40
(118,172,64)
#6A9A3A
(106,154,58)
#5E8834
(94,136,52)
#52762E
(82,118,46)
#466428
(70,100,40)
#3A5222
(58,82,34)
#2E401C
(46,64,28)
#222E16
(34,46,22)
#161C10
(22,28,16)
#000000
(0,0,0)

Tints of #8ED04C

#8ED04C
(142,208,76)
#98D45C
(152,212,92)
#A2D86C
(162,216,108)
#ACDC7C
(172,220,124)
#B6E08C
(182,224,140)
#C0E49C
(192,228,156)
#CAE8AC
(202,232,172)
#D4ECBC
(212,236,188)
#DEF0CC
(222,240,204)
#E8F4DC
(232,244,220)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ED04C color. Also use rgb(142,208,76) instead hex code.

Text Font Color

.myTextColor { color: #8ED04C; }

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

This text font color is #8ED04C.


Background Color

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

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

This div background color is #8ED04C.


Border color

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

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

This div border color is #8ED04C.


Opacity

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

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

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

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

This text has shadow with #8ED04C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ED04C on black background.


Color preview on white background

This text has color #8ED04C on white background.



Black color preview on #8ED04C background

This text has black color on #8ED04C background.


White color preview on #8ED04C background

This text has white color on #8ED04C background.