COLOR #8CC576

HEX: #8CC576
RGB: (140,197,118)

Color info

#8CC576 contains mainly red and green colors. Web safe color of #8CC576 is #99CC66 (or #9C6).

RGB color model

#8CC576 color RGB value is (140,197,118).

  • red value is 140;
  • green value is 197;
  • blue value is 118.
RGB:
(140,197,118)
(55%,77%,46%)

RGB channels and saturation

R 140 of 255 = 55%
G 197 of 255 = 77%
B 118 of 255 = 46%

140
197
118

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

Portions of RGB colors in percentages

R + G + B =
140 + 197 + 118 = 455 (100%)
R 140 of 455 ~ 30.77%
G 197 of 455 ~ 43.3%
B 118 of 455 ~ 25.93%

%30.77
%43.3
%25.93

CMYK color model

#8CC576 color CMYK value is (29,0,40,23).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 40.10%
  • key color value is 22.75%
CMYK:
(29,0,40,23)
C29M0Y40K23 
(29%,0%,40%,23%)
(0.29/0.00/0.40/0.23)	

CMYK percentages

%28.93
%0
%40.1
%22.75

Codes

Color #8CC576 in popluar color models

8CC576
RGB140197118
HSL103°40.51%61.76%
HSB/HSV103°40.10%77.25%
CMYK28.93%0.00%40.10%
22.75%

Color #8CC576 in popluar number systems.

HEX8CC576
Decimal140197118
Binary10001100110001011110110
Octal214305166

Shades and tints

Shades of #8CC576

#8CC576
(140,197,118)
#80B46C
(128,180,108)
#74A362
(116,163,98)
#689258
(104,146,88)
#5C814E
(92,129,78)
#507044
(80,112,68)
#445F3A
(68,95,58)
#384E30
(56,78,48)
#2C3D26
(44,61,38)
#202C1C
(32,44,28)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #8CC576

#8CC576
(140,197,118)
#96CA82
(150,202,130)
#A0CF8E
(160,207,142)
#AAD49A
(170,212,154)
#B4D9A6
(180,217,166)
#BEDEB2
(190,222,178)
#C8E3BE
(200,227,190)
#D2E8CA
(210,232,202)
#DCEDD6
(220,237,214)
#E6F2E2
(230,242,226)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC576 color. Also use rgb(140,197,118) instead hex code.

Text Font Color

.myTextColor { color: #8CC576; }

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

This text font color is #8CC576.


Background Color

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

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

This div background color is #8CC576.


Border color

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

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

This div border color is #8CC576.


Opacity

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

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

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

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

This text has shadow with #8CC576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC576 on black background.


Color preview on white background

This text has color #8CC576 on white background.



Black color preview on #8CC576 background

This text has black color on #8CC576 background.


White color preview on #8CC576 background

This text has white color on #8CC576 background.