COLOR #8CC46F

HEX: #8CC46F
RGB: (140,196,111)

Color info

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

RGB color model

#8CC46F color RGB value is (140,196,111).

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

RGB channels and saturation

R 140 of 255 = 55%
G 196 of 255 = 77%
B 111 of 255 = 44%

140
196
111

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

Portions of RGB colors in percentages

R + G + B =
140 + 196 + 111 = 447 (100%)
R 140 of 447 ~ 31.32%
G 196 of 447 ~ 43.85%
B 111 of 447 ~ 24.83%

%31.32
%43.85
%24.83

CMYK color model

#8CC46F color CMYK value is (29,0,43,23).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 23.14%
CMYK:
(29,0,43,23)
C29M0Y43K23 
(29%,0%,43%,23%)
(0.29/0.00/0.43/0.23)	

CMYK percentages

%28.57
%0
%43.37
%23.14

Codes

Color #8CC46F in popluar color models

8CC46F
RGB140196111
HSL100°41.87%60.20%
HSB/HSV100°43.37%76.86%
CMYK28.57%0.00%43.37%
23.14%

Color #8CC46F in popluar number systems.

HEX8CC46F
Decimal140196111
Binary10001100110001001101111
Octal214304157

Shades and tints

Shades of #8CC46F

#8CC46F
(140,196,111)
#80B365
(128,179,101)
#74A25B
(116,162,91)
#689151
(104,145,81)
#5C8047
(92,128,71)
#506F3D
(80,111,61)
#445E33
(68,94,51)
#384D29
(56,77,41)
#2C3C1F
(44,60,31)
#202B15
(32,43,21)
#141A0B
(20,26,11)
#000000
(0,0,0)

Tints of #8CC46F

#8CC46F
(140,196,111)
#96C97C
(150,201,124)
#A0CE89
(160,206,137)
#AAD396
(170,211,150)
#B4D8A3
(180,216,163)
#BEDDB0
(190,221,176)
#C8E2BD
(200,226,189)
#D2E7CA
(210,231,202)
#DCECD7
(220,236,215)
#E6F1E4
(230,241,228)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC46F; }

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

This text font color is #8CC46F.


Background Color

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

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

This div background color is #8CC46F.


Border color

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

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

This div border color is #8CC46F.


Opacity

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

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

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

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

This text has shadow with #8CC46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC46F on black background.


Color preview on white background

This text has color #8CC46F on white background.



Black color preview on #8CC46F background

This text has black color on #8CC46F background.


White color preview on #8CC46F background

This text has white color on #8CC46F background.