COLOR #8BC34C

HEX: #8BC34C
RGB: (139,195,76)

Color info

#8BC34C contains mainly red and green colors. Web safe color of #8BC34C is #99CC33 (or #9C3).

RGB color model

#8BC34C color RGB value is (139,195,76).

  • red value is 139;
  • green value is 195;
  • blue value is 76.
RGB:
(139,195,76)
(55%,76%,30%)

RGB channels and saturation

R 139 of 255 = 55%
G 195 of 255 = 76%
B 76 of 255 = 30%

139
195
76

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

Portions of RGB colors in percentages

R + G + B =
139 + 195 + 76 = 410 (100%)
R 139 of 410 ~ 33.9%
G 195 of 410 ~ 47.56%
B 76 of 410 ~ 18.54%

%33.9
%47.56
%18.54

CMYK color model

#8BC34C color CMYK value is (29,0,61,24).

  • cyan value is 28.72%
  • magenta value is 0.00%
  • yellow value is 61.03%
  • key color value is 23.53%
CMYK:
(29,0,61,24)
C29M0Y61K24 
(29%,0%,61%,24%)
(0.29/0.00/0.61/0.24)	

CMYK percentages

%28.72
%0
%61.03
%23.53

Codes

Color #8BC34C in popluar color models

8BC34C
RGB13919576
HSL88°49.79%53.14%
HSB/HSV88°61.03%76.47%
CMYK28.72%0.00%61.03%
23.53%

Color #8BC34C in popluar number systems.

HEX8BC34C
Decimal13919576
Binary10001011110000111001100
Octal213303114

Shades and tints

Shades of #8BC34C

#8BC34C
(139,195,76)
#7FB246
(127,178,70)
#73A140
(115,161,64)
#67903A
(103,144,58)
#5B7F34
(91,127,52)
#4F6E2E
(79,110,46)
#435D28
(67,93,40)
#374C22
(55,76,34)
#2B3B1C
(43,59,28)
#1F2A16
(31,42,22)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #8BC34C

#8BC34C
(139,195,76)
#95C85C
(149,200,92)
#9FCD6C
(159,205,108)
#A9D27C
(169,210,124)
#B3D78C
(179,215,140)
#BDDC9C
(189,220,156)
#C7E1AC
(199,225,172)
#D1E6BC
(209,230,188)
#DBEBCC
(219,235,204)
#E5F0DC
(229,240,220)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BC34C color. Also use rgb(139,195,76) instead hex code.

Text Font Color

.myTextColor { color: #8BC34C; }

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

This text font color is #8BC34C.


Background Color

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

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

This div background color is #8BC34C.


Border color

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

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

This div border color is #8BC34C.


Opacity

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

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

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

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

This text has shadow with #8BC34C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC34C on black background.


Color preview on white background

This text has color #8BC34C on white background.



Black color preview on #8BC34C background

This text has black color on #8BC34C background.


White color preview on #8BC34C background

This text has white color on #8BC34C background.