COLOR #8FBC5E

HEX: #8FBC5E
RGB: (143,188,94)

Color info

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

RGB color model

#8FBC5E color RGB value is (143,188,94).

  • red value is 143;
  • green value is 188;
  • blue value is 94.
RGB:
(143,188,94)
(56%,74%,37%)

RGB channels and saturation

R 143 of 255 = 56%
G 188 of 255 = 74%
B 94 of 255 = 37%

143
188
94

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

Portions of RGB colors in percentages

R + G + B =
143 + 188 + 94 = 425 (100%)
R 143 of 425 ~ 33.65%
G 188 of 425 ~ 44.24%
B 94 of 425 ~ 22.12%

%33.65
%44.24
%22.12

CMYK color model

#8FBC5E color CMYK value is (24,0,50,26).

  • cyan value is 23.94%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 26.27%
CMYK:
(24,0,50,26)
C24M0Y50K26 
(24%,0%,50%,26%)
(0.24/0.00/0.50/0.26)	

CMYK percentages

%23.94
%0
%50
%26.27

Codes

Color #8FBC5E in popluar color models

8FBC5E
RGB14318894
HSL89°41.23%55.29%
HSB/HSV89°50.00%73.73%
CMYK23.94%0.00%50.00%
26.27%

Color #8FBC5E in popluar number systems.

HEX8FBC5E
Decimal14318894
Binary10001111101111001011110
Octal217274136

Shades and tints

Shades of #8FBC5E

#8FBC5E
(143,188,94)
#82AB56
(130,171,86)
#759A4E
(117,154,78)
#688946
(104,137,70)
#5B783E
(91,120,62)
#4E6736
(78,103,54)
#41562E
(65,86,46)
#344526
(52,69,38)
#27341E
(39,52,30)
#1A2316
(26,35,22)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #8FBC5E

#8FBC5E
(143,188,94)
#99C26C
(153,194,108)
#A3C87A
(163,200,122)
#ADCE88
(173,206,136)
#B7D496
(183,212,150)
#C1DAA4
(193,218,164)
#CBE0B2
(203,224,178)
#D5E6C0
(213,230,192)
#DFECCE
(223,236,206)
#E9F2DC
(233,242,220)
#F3F8EA
(243,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FBC5E color. Also use rgb(143,188,94) instead hex code.

Text Font Color

.myTextColor { color: #8FBC5E; }

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

This text font color is #8FBC5E.


Background Color

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

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

This div background color is #8FBC5E.


Border color

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

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

This div border color is #8FBC5E.


Opacity

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

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

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

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

This text has shadow with #8FBC5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FBC5E on black background.


Color preview on white background

This text has color #8FBC5E on white background.



Black color preview on #8FBC5E background

This text has black color on #8FBC5E background.


White color preview on #8FBC5E background

This text has white color on #8FBC5E background.