COLOR #8BC454

HEX: #8BC454
RGB: (139,196,84)

Color info

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

RGB color model

#8BC454 color RGB value is (139,196,84).

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

RGB channels and saturation

R 139 of 255 = 55%
G 196 of 255 = 77%
B 84 of 255 = 33%

139
196
84

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

Portions of RGB colors in percentages

R + G + B =
139 + 196 + 84 = 419 (100%)
R 139 of 419 ~ 33.17%
G 196 of 419 ~ 46.78%
B 84 of 419 ~ 20.05%

%33.17
%46.78
%20.05

CMYK color model

#8BC454 color CMYK value is (29,0,57,23).

  • cyan value is 29.08%
  • magenta value is 0.00%
  • yellow value is 57.14%
  • key color value is 23.14%
CMYK:
(29,0,57,23)
C29M0Y57K23 
(29%,0%,57%,23%)
(0.29/0.00/0.57/0.23)	

CMYK percentages

%29.08
%0
%57.14
%23.14

Codes

Color #8BC454 in popluar color models

8BC454
RGB13919684
HSL91°48.70%54.90%
HSB/HSV91°57.14%76.86%
CMYK29.08%0.00%57.14%
23.14%

Color #8BC454 in popluar number systems.

HEX8BC454
Decimal13919684
Binary10001011110001001010100
Octal213304124

Shades and tints

Shades of #8BC454

#8BC454
(139,196,84)
#7FB34D
(127,179,77)
#73A246
(115,162,70)
#67913F
(103,145,63)
#5B8038
(91,128,56)
#4F6F31
(79,111,49)
#435E2A
(67,94,42)
#374D23
(55,77,35)
#2B3C1C
(43,60,28)
#1F2B15
(31,43,21)
#131A0E
(19,26,14)
#000000
(0,0,0)

Tints of #8BC454

#8BC454
(139,196,84)
#95C963
(149,201,99)
#9FCE72
(159,206,114)
#A9D381
(169,211,129)
#B3D890
(179,216,144)
#BDDD9F
(189,221,159)
#C7E2AE
(199,226,174)
#D1E7BD
(209,231,189)
#DBECCC
(219,236,204)
#E5F1DB
(229,241,219)
#EFF6EA
(239,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8BC454; }

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

This text font color is #8BC454.


Background Color

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

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

This div background color is #8BC454.


Border color

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

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

This div border color is #8BC454.


Opacity

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

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

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

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

This text has shadow with #8BC454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BC454 on black background.


Color preview on white background

This text has color #8BC454 on white background.



Black color preview on #8BC454 background

This text has black color on #8BC454 background.


White color preview on #8BC454 background

This text has white color on #8BC454 background.