COLOR #8FCC5F

HEX: #8FCC5F
RGB: (143,204,95)

Color info

#8FCC5F contains mainly green color. Web safe color of #8FCC5F is #99CC66 (or #9C6).

RGB color model

#8FCC5F color RGB value is (143,204,95).

  • red value is 143;
  • green value is 204;
  • blue value is 95.
RGB:
(143,204,95)
(56%,80%,37%)

RGB channels and saturation

R 143 of 255 = 56%
G 204 of 255 = 80%
B 95 of 255 = 37%

143
204
95

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

Portions of RGB colors in percentages

R + G + B =
143 + 204 + 95 = 442 (100%)
R 143 of 442 ~ 32.35%
G 204 of 442 ~ 46.15%
B 95 of 442 ~ 21.49%

%32.35
%46.15
%21.49

CMYK color model

#8FCC5F color CMYK value is (30,0,53,20).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 53.43%
  • key color value is 20.00%
CMYK:
(30,0,53,20)
C30M0Y53K20 
(30%,0%,53%,20%)
(0.30/0.00/0.53/0.20)	

CMYK percentages

%29.9
%0
%53.43
%20

Codes

Color #8FCC5F in popluar color models

8FCC5F
RGB14320495
HSL94°51.66%58.63%
HSB/HSV94°53.43%80.00%
CMYK29.90%0.00%53.43%
20.00%

Color #8FCC5F in popluar number systems.

HEX8FCC5F
Decimal14320495
Binary10001111110011001011111
Octal217314137

Shades and tints

Shades of #8FCC5F

#8FCC5F
(143,204,95)
#82BA57
(130,186,87)
#75A84F
(117,168,79)
#689647
(104,150,71)
#5B843F
(91,132,63)
#4E7237
(78,114,55)
#41602F
(65,96,47)
#344E27
(52,78,39)
#273C1F
(39,60,31)
#1A2A17
(26,42,23)
#0D180F
(13,24,15)
#000000
(0,0,0)

Tints of #8FCC5F

#8FCC5F
(143,204,95)
#99D06D
(153,208,109)
#A3D47B
(163,212,123)
#ADD889
(173,216,137)
#B7DC97
(183,220,151)
#C1E0A5
(193,224,165)
#CBE4B3
(203,228,179)
#D5E8C1
(213,232,193)
#DFECCF
(223,236,207)
#E9F0DD
(233,240,221)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCC5F color. Also use rgb(143,204,95) instead hex code.

Text Font Color

.myTextColor { color: #8FCC5F; }

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

This text font color is #8FCC5F.


Background Color

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

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

This div background color is #8FCC5F.


Border color

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

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

This div border color is #8FCC5F.


Opacity

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

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

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

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

This text has shadow with #8FCC5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCC5F on black background.


Color preview on white background

This text has color #8FCC5F on white background.



Black color preview on #8FCC5F background

This text has black color on #8FCC5F background.


White color preview on #8FCC5F background

This text has white color on #8FCC5F background.