COLOR #8CC39D

HEX: #8CC39D
RGB: (140,195,157)

Color info

#8CC39D contains red, green and blue colors in about the same proportion. Web safe color of #8CC39D is #99CC99 (or #9C9).

RGB color model

#8CC39D color RGB value is (140,195,157).

  • red value is 140;
  • green value is 195;
  • blue value is 157.
RGB:
(140,195,157)
(55%,76%,62%)

RGB channels and saturation

R 140 of 255 = 55%
G 195 of 255 = 76%
B 157 of 255 = 62%

140
195
157

R + G + B ~ 64%. #8CC39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 195 + 157 = 492 (100%)
R 140 of 492 ~ 28.46%
G 195 of 492 ~ 39.63%
B 157 of 492 ~ 31.91%

%28.46
%39.63
%31.91

CMYK color model

#8CC39D color CMYK value is (28,0,19,24).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 23.53%
CMYK:
(28,0,19,24)
C28M0Y19K24 
(28%,0%,19%,24%)
(0.28/0.00/0.19/0.24)	

CMYK percentages

%28.21
%0
%19.49
%23.53

Codes

Color #8CC39D in popluar color models

8CC39D
RGB140195157
HSL139°31.43%65.69%
HSB/HSV139°28.21%76.47%
CMYK28.21%0.00%19.49%
23.53%

Color #8CC39D in popluar number systems.

HEX8CC39D
Decimal140195157
Binary100011001100001110011101
Octal214303235

Shades and tints

Shades of #8CC39D

#8CC39D
(140,195,157)
#80B28F
(128,178,143)
#74A181
(116,161,129)
#689073
(104,144,115)
#5C7F65
(92,127,101)
#506E57
(80,110,87)
#445D49
(68,93,73)
#384C3B
(56,76,59)
#2C3B2D
(44,59,45)
#202A1F
(32,42,31)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #8CC39D

#8CC39D
(140,195,157)
#96C8A5
(150,200,165)
#A0CDAD
(160,205,173)
#AAD2B5
(170,210,181)
#B4D7BD
(180,215,189)
#BEDCC5
(190,220,197)
#C8E1CD
(200,225,205)
#D2E6D5
(210,230,213)
#DCEBDD
(220,235,221)
#E6F0E5
(230,240,229)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC39D color. Also use rgb(140,195,157) instead hex code.

Text Font Color

.myTextColor { color: #8CC39D; }

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

This text font color is #8CC39D.


Background Color

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

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

This div background color is #8CC39D.


Border color

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

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

This div border color is #8CC39D.


Opacity

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

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

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

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

This text has shadow with #8CC39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC39D on black background.


Color preview on white background

This text has color #8CC39D on white background.



Black color preview on #8CC39D background

This text has black color on #8CC39D background.


White color preview on #8CC39D background

This text has white color on #8CC39D background.