COLOR #9FC98F

HEX: #9FC98F
RGB: (159,201,143)

Color info

#9FC98F contains red, green and blue colors in about the same proportion. Web safe color of #9FC98F is #99CC99 (or #9C9).

RGB color model

#9FC98F color RGB value is (159,201,143).

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

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 143 of 255 = 56%

159
201
143

R + G + B ~ 66%. #9FC98F is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 201 + 143 = 503 (100%)
R 159 of 503 ~ 31.61%
G 201 of 503 ~ 39.96%
B 143 of 503 ~ 28.43%

%31.61
%39.96
%28.43

CMYK color model

#9FC98F color CMYK value is (21,0,29,21).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 21.18%
CMYK:
(21,0,29,21)
C21M0Y29K21 
(21%,0%,29%,21%)
(0.21/0.00/0.29/0.21)	

CMYK percentages

%20.9
%0
%28.86
%21.18

Codes

Color #9FC98F in popluar color models

9FC98F
RGB159201143
HSL103°34.94%67.45%
HSB/HSV103°28.86%78.82%
CMYK20.90%0.00%28.86%
21.18%

Color #9FC98F in popluar number systems.

HEX9FC98F
Decimal159201143
Binary100111111100100110001111
Octal237311217

Shades and tints

Shades of #9FC98F

#9FC98F
(159,201,143)
#91B782
(145,183,130)
#83A575
(131,165,117)
#759368
(117,147,104)
#67815B
(103,129,91)
#596F4E
(89,111,78)
#4B5D41
(75,93,65)
#3D4B34
(61,75,52)
#2F3927
(47,57,39)
#21271A
(33,39,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #9FC98F

#9FC98F
(159,201,143)
#A7CD99
(167,205,153)
#AFD1A3
(175,209,163)
#B7D5AD
(183,213,173)
#BFD9B7
(191,217,183)
#C7DDC1
(199,221,193)
#CFE1CB
(207,225,203)
#D7E5D5
(215,229,213)
#DFE9DF
(223,233,223)
#E7EDE9
(231,237,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC98F; }

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

This text font color is #9FC98F.


Background Color

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

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

This div background color is #9FC98F.


Border color

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

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

This div border color is #9FC98F.


Opacity

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

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

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

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

This text has shadow with #9FC98F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FC98F on black background.


Color preview on white background

This text has color #9FC98F on white background.



Black color preview on #9FC98F background

This text has black color on #9FC98F background.


White color preview on #9FC98F background

This text has white color on #9FC98F background.