COLOR #8CC78D

HEX: #8CC78D RGB: (140,199,141)

Color info

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

RGB color model

#8CC78D color RGB value is (140,199,141).

RGB: (140,199,141) (55%, 78%, 55%)

RGB channels and saturation

R 140 of 255 = 55%
G 199 of 255 = 78%
B 141 of 255 = 55%

140
199
141

R + G + B ~ 63%. #8CC78D is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 199 + 141 = 480 (100%)
R 140 of 480 ~ 29.17%
G 199 of 480 ~ 41.46%
B 141 of 480 ~ 29.38'%

%29.17
%41.46
%29.38

CMYK color model

#8CC78D color CMYK value is (30,0,29,22).

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 29.15%
  • key color value is 21.96%
CMYK: (30,0,29,22) C30M0Y29K22 (30%,0%,29%,22%) (0.30/0.00/0.29/0.22) 

CMYK percentages

%29.65
%0
%29.15
%21.96

Codes

Color #8CC78D in popluar color models

8C C7 8D
RGB 140 199 141
HSL 121° 34.50% 66.47%
HSB/HSV 121° 29.65% 78.04%
CMYK 29.65% 0.00% 29.15%
21.96%

Color #8CC78D in popluar number systems.

HEX 8C C7 8D
Decimal 140 199 141
Binary 10001100 11000111 10001101
Octal 214 307 215

Shades and tints

Shades of #8CC78D

#8CC78D
(140,199,141)
#80B581
(128,181,129)
#74A375
(116,163,117)
#689169
(104,145,105)
#5C7F5D
(92,127,93)
#506D51
(80,109,81)
#445B45
(68,91,69)
#384939
(56,73,57)
#2C372D
(44,55,45)
#202521
(32,37,33)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #8CC78D

#8CC78D
(140,199,141)
#96CC97
(150,204,151)
#A0D1A1
(160,209,161)
#AAD6AB
(170,214,171)
#B4DBB5
(180,219,181)
#BEE0BF
(190,224,191)
#C8E5C9
(200,229,201)
#D2EAD3
(210,234,211)
#DCEFDD
(220,239,221)
#E6F4E7
(230,244,231)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC78D color. Also use rgb(140,199,141) instead hex code.

Text Font Color

.myTextColor { color: #8CC78D; }

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

This text font color is #8CC78D.

Background Color

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

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

This div background color is #8CC78D.

Border color

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

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

This div border color is #8CC78D.

Opacity

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

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

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

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

This text has shadow with #8CC78D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC78D.

Preview

Color preview on black background

This text has color #8CC78D on black background.


Color preview on white background

This text has color #8CC78D on white background.


Black color preview on #8CC78D background

This text has black color on #8CC78D background.


White color preview on #8CC78D background

This text has white color on #8CC78D background.


Related colors

Complementary color

Complementary color for #hex is #733872.


I love getcolorcode.com

Triadic colors

1 #8D8CC7 and #C78D8C with #8CC78D are triadic colors.

2 #8DC78C and #C78C8D with #8CC78D are triadic colors.