COLOR #9FC973

HEX: #9FC973
RGB: (159,201,115)

Color info

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

RGB color model

#9FC973 color RGB value is (159,201,115).

  • red value is 159;
  • green value is 201;
  • blue value is 115.
RGB:
(159,201,115)
(62%,79%,45%)

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 115 of 255 = 45%

159
201
115

R + G + B ~ 62%. #9FC973 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 201 + 115 = 475 (100%)
R 159 of 475 ~ 33.47%
G 201 of 475 ~ 42.32%
B 115 of 475 ~ 24.21%

%33.47
%42.32
%24.21

CMYK color model

#9FC973 color CMYK value is (21,0,43,21).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 42.79%
  • key color value is 21.18%
CMYK:
(21,0,43,21)
C21M0Y43K21 
(21%,0%,43%,21%)
(0.21/0.00/0.43/0.21)	

CMYK percentages

%20.9
%0
%42.79
%21.18

Codes

Color #9FC973 in popluar color models

9FC973
RGB159201115
HSL89°44.33%61.96%
HSB/HSV89°42.79%78.82%
CMYK20.90%0.00%42.79%
21.18%

Color #9FC973 in popluar number systems.

HEX9FC973
Decimal159201115
Binary10011111110010011110011
Octal237311163

Shades and tints

Shades of #9FC973

#9FC973
(159,201,115)
#91B769
(145,183,105)
#83A55F
(131,165,95)
#759355
(117,147,85)
#67814B
(103,129,75)
#596F41
(89,111,65)
#4B5D37
(75,93,55)
#3D4B2D
(61,75,45)
#2F3923
(47,57,35)
#212719
(33,39,25)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #9FC973

#9FC973
(159,201,115)
#A7CD7F
(167,205,127)
#AFD18B
(175,209,139)
#B7D597
(183,213,151)
#BFD9A3
(191,217,163)
#C7DDAF
(199,221,175)
#CFE1BB
(207,225,187)
#D7E5C7
(215,229,199)
#DFE9D3
(223,233,211)
#E7EDDF
(231,237,223)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FC973 color. Also use rgb(159,201,115) instead hex code.

Text Font Color

.myTextColor { color: #9FC973; }

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

This text font color is #9FC973.


Background Color

.myBgColor { background-color: #9FC973; }

<div style="background-color:#9FC973">Inner text</div>

This div background color is #9FC973.


Border color

.myBorderColor { border: 1px solid #9FC973; }

<div style="border:3px solid #9FC973">Div</div>

This div border color is #9FC973.


Opacity

.myOpacity80 { color: #9FC973; opacity: 0.8; }

<p style="color:#9FC973;opacity:0.8;">80%</p>

Text with #9FC973 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 #9FC973;}

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

This text has shadow with #9FC973 color.

.textShadow {text-shadow: 3px 3px 1px #9FC973, 3px 3px 1px red;}

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

This text has shadow with #9FC973 primary color and red secondary color.


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

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

This text has shadow with #9FC973 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC973 on black background.


Color preview on white background

This text has color #9FC973 on white background.



Black color preview on #9FC973 background

This text has black color on #9FC973 background.


White color preview on #9FC973 background

This text has white color on #9FC973 background.