COLOR #8FC962

HEX: #8FC962
RGB: (143,201,98)

Color info

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

RGB color model

#8FC962 color RGB value is (143,201,98).

  • red value is 143;
  • green value is 201;
  • blue value is 98.
RGB:
(143,201,98)
(56%,79%,38%)

RGB channels and saturation

R 143 of 255 = 56%
G 201 of 255 = 79%
B 98 of 255 = 38%

143
201
98

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

Portions of RGB colors in percentages

R + G + B =
143 + 201 + 98 = 442 (100%)
R 143 of 442 ~ 32.35%
G 201 of 442 ~ 45.48%
B 98 of 442 ~ 22.17%

%32.35
%45.48
%22.17

CMYK color model

#8FC962 color CMYK value is (29,0,51,21).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 51.24%
  • key color value is 21.18%
CMYK:
(29,0,51,21)
C29M0Y51K21 
(29%,0%,51%,21%)
(0.29/0.00/0.51/0.21)	

CMYK percentages

%28.86
%0
%51.24
%21.18

Codes

Color #8FC962 in popluar color models

8FC962
RGB14320198
HSL94°48.82%58.63%
HSB/HSV94°51.24%78.82%
CMYK28.86%0.00%51.24%
21.18%

Color #8FC962 in popluar number systems.

HEX8FC962
Decimal14320198
Binary10001111110010011100010
Octal217311142

Shades and tints

Shades of #8FC962

#8FC962
(143,201,98)
#82B75A
(130,183,90)
#75A552
(117,165,82)
#68934A
(104,147,74)
#5B8142
(91,129,66)
#4E6F3A
(78,111,58)
#415D32
(65,93,50)
#344B2A
(52,75,42)
#273922
(39,57,34)
#1A271A
(26,39,26)
#0D1512
(13,21,18)
#000000
(0,0,0)

Tints of #8FC962

#8FC962
(143,201,98)
#99CD70
(153,205,112)
#A3D17E
(163,209,126)
#ADD58C
(173,213,140)
#B7D99A
(183,217,154)
#C1DDA8
(193,221,168)
#CBE1B6
(203,225,182)
#D5E5C4
(213,229,196)
#DFE9D2
(223,233,210)
#E9EDE0
(233,237,224)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FC962 color. Also use rgb(143,201,98) instead hex code.

Text Font Color

.myTextColor { color: #8FC962; }

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

This text font color is #8FC962.


Background Color

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

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

This div background color is #8FC962.


Border color

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

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

This div border color is #8FC962.


Opacity

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

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

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

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

This text has shadow with #8FC962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC962 on black background.


Color preview on white background

This text has color #8FC962 on white background.



Black color preview on #8FC962 background

This text has black color on #8FC962 background.


White color preview on #8FC962 background

This text has white color on #8FC962 background.