COLOR #8FCA5D

HEX: #8FCA5D
RGB: (143,202,93)

Color info

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

RGB color model

#8FCA5D color RGB value is (143,202,93).

  • red value is 143;
  • green value is 202;
  • blue value is 93.
RGB:
(143,202,93)
(56%,79%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 202 of 255 = 79%
B 93 of 255 = 36%

143
202
93

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

Portions of RGB colors in percentages

R + G + B =
143 + 202 + 93 = 438 (100%)
R 143 of 438 ~ 32.65%
G 202 of 438 ~ 46.12%
B 93 of 438 ~ 21.23%

%32.65
%46.12
%21.23

CMYK color model

#8FCA5D color CMYK value is (29,0,54,21).

  • cyan value is 29.21%
  • magenta value is 0.00%
  • yellow value is 53.96%
  • key color value is 20.78%
CMYK:
(29,0,54,21)
C29M0Y54K21 
(29%,0%,54%,21%)
(0.29/0.00/0.54/0.21)	

CMYK percentages

%29.21
%0
%53.96
%20.78

Codes

Color #8FCA5D in popluar color models

8FCA5D
RGB14320293
HSL92°50.70%57.84%
HSB/HSV92°53.96%79.22%
CMYK29.21%0.00%53.96%
20.78%

Color #8FCA5D in popluar number systems.

HEX8FCA5D
Decimal14320293
Binary10001111110010101011101
Octal217312135

Shades and tints

Shades of #8FCA5D

#8FCA5D
(143,202,93)
#82B855
(130,184,85)
#75A64D
(117,166,77)
#689445
(104,148,69)
#5B823D
(91,130,61)
#4E7035
(78,112,53)
#415E2D
(65,94,45)
#344C25
(52,76,37)
#273A1D
(39,58,29)
#1A2815
(26,40,21)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #8FCA5D

#8FCA5D
(143,202,93)
#99CE6B
(153,206,107)
#A3D279
(163,210,121)
#ADD687
(173,214,135)
#B7DA95
(183,218,149)
#C1DEA3
(193,222,163)
#CBE2B1
(203,226,177)
#D5E6BF
(213,230,191)
#DFEACD
(223,234,205)
#E9EEDB
(233,238,219)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FCA5D color. Also use rgb(143,202,93) instead hex code.

Text Font Color

.myTextColor { color: #8FCA5D; }

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

This text font color is #8FCA5D.


Background Color

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

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

This div background color is #8FCA5D.


Border color

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

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

This div border color is #8FCA5D.


Opacity

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

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

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

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

This text has shadow with #8FCA5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FCA5D on black background.


Color preview on white background

This text has color #8FCA5D on white background.



Black color preview on #8FCA5D background

This text has black color on #8FCA5D background.


White color preview on #8FCA5D background

This text has white color on #8FCA5D background.