COLOR #8CC774

HEX: #8CC774
RGB: (140,199,116)

Color info

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

RGB color model

#8CC774 color RGB value is (140,199,116).

  • red value is 140;
  • green value is 199;
  • blue value is 116.
RGB:
(140,199,116)
(55%,78%,45%)

RGB channels and saturation

R 140 of 255 = 55%
G 199 of 255 = 78%
B 116 of 255 = 45%

140
199
116

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

Portions of RGB colors in percentages

R + G + B =
140 + 199 + 116 = 455 (100%)
R 140 of 455 ~ 30.77%
G 199 of 455 ~ 43.74%
B 116 of 455 ~ 25.49%

%30.77
%43.74
%25.49

CMYK color model

#8CC774 color CMYK value is (30,0,42,22).

  • cyan value is 29.65%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 21.96%
CMYK:
(30,0,42,22)
C30M0Y42K22 
(30%,0%,42%,22%)
(0.30/0.00/0.42/0.22)	

CMYK percentages

%29.65
%0
%41.71
%21.96

Codes

Color #8CC774 in popluar color models

8CC774
RGB140199116
HSL103°42.56%61.76%
HSB/HSV103°41.71%78.04%
CMYK29.65%0.00%41.71%
21.96%

Color #8CC774 in popluar number systems.

HEX8CC774
Decimal140199116
Binary10001100110001111110100
Octal214307164

Shades and tints

Shades of #8CC774

#8CC774
(140,199,116)
#80B56A
(128,181,106)
#74A360
(116,163,96)
#689156
(104,145,86)
#5C7F4C
(92,127,76)
#506D42
(80,109,66)
#445B38
(68,91,56)
#38492E
(56,73,46)
#2C3724
(44,55,36)
#20251A
(32,37,26)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #8CC774

#8CC774
(140,199,116)
#96CC80
(150,204,128)
#A0D18C
(160,209,140)
#AAD698
(170,214,152)
#B4DBA4
(180,219,164)
#BEE0B0
(190,224,176)
#C8E5BC
(200,229,188)
#D2EAC8
(210,234,200)
#DCEFD4
(220,239,212)
#E6F4E0
(230,244,224)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC774; }

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

This text font color is #8CC774.


Background Color

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

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

This div background color is #8CC774.


Border color

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

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

This div border color is #8CC774.


Opacity

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

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

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

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

This text has shadow with #8CC774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC774 on black background.


Color preview on white background

This text has color #8CC774 on white background.



Black color preview on #8CC774 background

This text has black color on #8CC774 background.


White color preview on #8CC774 background

This text has white color on #8CC774 background.