COLOR #8FC974

HEX: #8FC974
RGB: (143,201,116)

Color info

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

RGB color model

#8FC974 color RGB value is (143,201,116).

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

RGB channels and saturation

R 143 of 255 = 56%
G 201 of 255 = 79%
B 116 of 255 = 45%

143
201
116

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

Portions of RGB colors in percentages

R + G + B =
143 + 201 + 116 = 460 (100%)
R 143 of 460 ~ 31.09%
G 201 of 460 ~ 43.7%
B 116 of 460 ~ 25.22%

%31.09
%43.7
%25.22

CMYK color model

#8FC974 color CMYK value is (29,0,42,21).

  • cyan value is 28.86%
  • magenta value is 0.00%
  • yellow value is 42.29%
  • key color value is 21.18%
CMYK:
(29,0,42,21)
C29M0Y42K21 
(29%,0%,42%,21%)
(0.29/0.00/0.42/0.21)	

CMYK percentages

%28.86
%0
%42.29
%21.18

Codes

Color #8FC974 in popluar color models

8FC974
RGB143201116
HSL101°44.04%62.16%
HSB/HSV101°42.29%78.82%
CMYK28.86%0.00%42.29%
21.18%

Color #8FC974 in popluar number systems.

HEX8FC974
Decimal143201116
Binary10001111110010011110100
Octal217311164

Shades and tints

Shades of #8FC974

#8FC974
(143,201,116)
#82B76A
(130,183,106)
#75A560
(117,165,96)
#689356
(104,147,86)
#5B814C
(91,129,76)
#4E6F42
(78,111,66)
#415D38
(65,93,56)
#344B2E
(52,75,46)
#273924
(39,57,36)
#1A271A
(26,39,26)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #8FC974

#8FC974
(143,201,116)
#99CD80
(153,205,128)
#A3D18C
(163,209,140)
#ADD598
(173,213,152)
#B7D9A4
(183,217,164)
#C1DDB0
(193,221,176)
#CBE1BC
(203,225,188)
#D5E5C8
(213,229,200)
#DFE9D4
(223,233,212)
#E9EDE0
(233,237,224)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FC974; }

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

This text font color is #8FC974.


Background Color

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

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

This div background color is #8FC974.


Border color

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

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

This div border color is #8FC974.


Opacity

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

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

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

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

This text has shadow with #8FC974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FC974 on black background.


Color preview on white background

This text has color #8FC974 on white background.



Black color preview on #8FC974 background

This text has black color on #8FC974 background.


White color preview on #8FC974 background

This text has white color on #8FC974 background.