COLOR #8CC475

HEX: #8CC475
RGB: (140,196,117)

Color info

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

RGB color model

#8CC475 color RGB value is (140,196,117).

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

RGB channels and saturation

R 140 of 255 = 55%
G 196 of 255 = 77%
B 117 of 255 = 46%

140
196
117

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

Portions of RGB colors in percentages

R + G + B =
140 + 196 + 117 = 453 (100%)
R 140 of 453 ~ 30.91%
G 196 of 453 ~ 43.27%
B 117 of 453 ~ 25.83%

%30.91
%43.27
%25.83

CMYK color model

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

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

CMYK percentages

%28.57
%0
%40.31
%23.14

Codes

Color #8CC475 in popluar color models

8CC475
RGB140196117
HSL103°40.10%61.37%
HSB/HSV103°40.31%76.86%
CMYK28.57%0.00%40.31%
23.14%

Color #8CC475 in popluar number systems.

HEX8CC475
Decimal140196117
Binary10001100110001001110101
Octal214304165

Shades and tints

Shades of #8CC475

#8CC475
(140,196,117)
#80B36B
(128,179,107)
#74A261
(116,162,97)
#689157
(104,145,87)
#5C804D
(92,128,77)
#506F43
(80,111,67)
#445E39
(68,94,57)
#384D2F
(56,77,47)
#2C3C25
(44,60,37)
#202B1B
(32,43,27)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #8CC475

#8CC475
(140,196,117)
#96C981
(150,201,129)
#A0CE8D
(160,206,141)
#AAD399
(170,211,153)
#B4D8A5
(180,216,165)
#BEDDB1
(190,221,177)
#C8E2BD
(200,226,189)
#D2E7C9
(210,231,201)
#DCECD5
(220,236,213)
#E6F1E1
(230,241,225)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC475 color. Also use rgb(140,196,117) instead hex code.

Text Font Color

.myTextColor { color: #8CC475; }

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

This text font color is #8CC475.


Background Color

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

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

This div background color is #8CC475.


Border color

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

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

This div border color is #8CC475.


Opacity

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

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

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

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

This text has shadow with #8CC475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC475 on black background.


Color preview on white background

This text has color #8CC475 on white background.



Black color preview on #8CC475 background

This text has black color on #8CC475 background.


White color preview on #8CC475 background

This text has white color on #8CC475 background.