COLOR #8CD40E

HEX: #8CD40E
RGB: (140,212,14)

Color info

#8CD40E contains mainly green color. Web safe color of #8CD40E is #99CC00 (or #9C0).

RGB color model

#8CD40E color RGB value is (140,212,14).

  • red value is 140;
  • green value is 212;
  • blue value is 14.
RGB:
(140,212,14)
(55%,83%,5%)

RGB channels and saturation

R 140 of 255 = 55%
G 212 of 255 = 83%
B 14 of 255 = 5%

140
212
14

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

Portions of RGB colors in percentages

R + G + B =
140 + 212 + 14 = 366 (100%)
R 140 of 366 ~ 38.25%
G 212 of 366 ~ 57.92%
B 14 of 366 ~ 3.83%

%38.25
%57.92

CMYK color model

#8CD40E color CMYK value is (34,0,93,17).

  • cyan value is 33.96%
  • magenta value is 0.00%
  • yellow value is 93.40%
  • key color value is 16.86%
CMYK:
(34,0,93,17)
C34M0Y93K17 
(34%,0%,93%,17%)
(0.34/0.00/0.93/0.17)	

CMYK percentages

%33.96
%0
%93.4
%16.86

Codes

Color #8CD40E in popluar color models

8CD40E
RGB14021214
HSL82°87.61%44.31%
HSB/HSV82°93.40%83.14%
CMYK33.96%0.00%93.40%
16.86%

Color #8CD40E in popluar number systems.

HEX8CD40E
Decimal14021214
Binary10001100110101001110
Octal21432416

Shades and tints

Shades of #8CD40E

#8CD40E
(140,212,14)
#80C10D
(128,193,13)
#74AE0C
(116,174,12)
#689B0B
(104,155,11)
#5C880A
(92,136,10)
#507509
(80,117,9)
#446208
(68,98,8)
#384F07
(56,79,7)
#2C3C06
(44,60,6)
#202905
(32,41,5)
#141604
(20,22,4)
#000000
(0,0,0)

Tints of #8CD40E

#8CD40E
(140,212,14)
#96D723
(150,215,35)
#A0DA38
(160,218,56)
#AADD4D
(170,221,77)
#B4E062
(180,224,98)
#BEE377
(190,227,119)
#C8E68C
(200,230,140)
#D2E9A1
(210,233,161)
#DCECB6
(220,236,182)
#E6EFCB
(230,239,203)
#F0F2E0
(240,242,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD40E color. Also use rgb(140,212,14) instead hex code.

Text Font Color

.myTextColor { color: #8CD40E; }

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

This text font color is #8CD40E.


Background Color

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

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

This div background color is #8CD40E.


Border color

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

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

This div border color is #8CD40E.


Opacity

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

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

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

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

This text has shadow with #8CD40E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD40E on black background.


Color preview on white background

This text has color #8CD40E on white background.



Black color preview on #8CD40E background

This text has black color on #8CD40E background.


White color preview on #8CD40E background

This text has white color on #8CD40E background.