COLOR #8CE15D

HEX: #8CE15D
RGB: (140,225,93)

Color info

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

RGB color model

#8CE15D color RGB value is (140,225,93).

  • red value is 140;
  • green value is 225;
  • blue value is 93.
RGB:
(140,225,93)
(55%,88%,36%)

RGB channels and saturation

R 140 of 255 = 55%
G 225 of 255 = 88%
B 93 of 255 = 36%

140
225
93

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

Portions of RGB colors in percentages

R + G + B =
140 + 225 + 93 = 458 (100%)
R 140 of 458 ~ 30.57%
G 225 of 458 ~ 49.13%
B 93 of 458 ~ 20.31%

%30.57
%49.13
%20.31

CMYK color model

#8CE15D color CMYK value is (38,0,59,12).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 58.67%
  • key color value is 11.76%
CMYK:
(38,0,59,12)
C38M0Y59K12 
(38%,0%,59%,12%)
(0.38/0.00/0.59/0.12)	

CMYK percentages

%37.78
%0
%58.67
%11.76

Codes

Color #8CE15D in popluar color models

8CE15D
RGB14022593
HSL99°68.75%62.35%
HSB/HSV99°58.67%88.24%
CMYK37.78%0.00%58.67%
11.76%

Color #8CE15D in popluar number systems.

HEX8CE15D
Decimal14022593
Binary10001100111000011011101
Octal214341135

Shades and tints

Shades of #8CE15D

#8CE15D
(140,225,93)
#80CD55
(128,205,85)
#74B94D
(116,185,77)
#68A545
(104,165,69)
#5C913D
(92,145,61)
#507D35
(80,125,53)
#44692D
(68,105,45)
#385525
(56,85,37)
#2C411D
(44,65,29)
#202D15
(32,45,21)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #8CE15D

#8CE15D
(140,225,93)
#96E36B
(150,227,107)
#A0E579
(160,229,121)
#AAE787
(170,231,135)
#B4E995
(180,233,149)
#BEEBA3
(190,235,163)
#C8EDB1
(200,237,177)
#D2EFBF
(210,239,191)
#DCF1CD
(220,241,205)
#E6F3DB
(230,243,219)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE15D color. Also use rgb(140,225,93) instead hex code.

Text Font Color

.myTextColor { color: #8CE15D; }

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

This text font color is #8CE15D.


Background Color

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

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

This div background color is #8CE15D.


Border color

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

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

This div border color is #8CE15D.


Opacity

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

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

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

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

This text has shadow with #8CE15D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE15D on black background.


Color preview on white background

This text has color #8CE15D on white background.



Black color preview on #8CE15D background

This text has black color on #8CE15D background.


White color preview on #8CE15D background

This text has white color on #8CE15D background.