COLOR #8BC46F

HEX: #8BC46F
RGB: (139,196,111)

Color info

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

RGB color model

#8BC46F color RGB value is (139,196,111).

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

RGB channels and saturation

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

139
196
111

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

Portions of RGB colors in percentages

R + G + B =
139 + 196 + 111 = 446 (100%)
R 139 of 446 ~ 31.17%
G 196 of 446 ~ 43.95%
B 111 of 446 ~ 24.89%

%31.17
%43.95
%24.89

CMYK color model

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

  • cyan value is 29.08%
  • 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

%29.08
%0
%43.37
%23.14

Codes

Color #8BC46F in popluar color models

8BC46F
RGB139196111
HSL100°41.87%60.20%
HSB/HSV100°43.37%76.86%
CMYK29.08%0.00%43.37%
23.14%

Color #8BC46F in popluar number systems.

HEX8BC46F
Decimal139196111
Binary10001011110001001101111
Octal213304157

Shades and tints

Shades of #8BC46F

#8BC46F
(139,196,111)
#7FB365
(127,179,101)
#73A25B
(115,162,91)
#679151
(103,145,81)
#5B8047
(91,128,71)
#4F6F3D
(79,111,61)
#435E33
(67,94,51)
#374D29
(55,77,41)
#2B3C1F
(43,60,31)
#1F2B15
(31,43,21)
#131A0B
(19,26,11)
#000000
(0,0,0)

Tints of #8BC46F

#8BC46F
(139,196,111)
#95C97C
(149,201,124)
#9FCE89
(159,206,137)
#A9D396
(169,211,150)
#B3D8A3
(179,216,163)
#BDDDB0
(189,221,176)
#C7E2BD
(199,226,189)
#D1E7CA
(209,231,202)
#DBECD7
(219,236,215)
#E5F1E4
(229,241,228)
#EFF6F1
(239,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC46F; }

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

This text font color is #8BC46F.


Background Color

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

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

This div background color is #8BC46F.


Border color

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

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

This div border color is #8BC46F.


Opacity

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

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

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

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

This text has shadow with #8BC46F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC46F on black background.


Color preview on white background

This text has color #8BC46F on white background.



Black color preview on #8BC46F background

This text has black color on #8BC46F background.


White color preview on #8BC46F background

This text has white color on #8BC46F background.