COLOR #9FC996

HEX: #9FC996
RGB: (159,201,150)

Color info

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

RGB color model

#9FC996 color RGB value is (159,201,150).

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

RGB channels and saturation

R 159 of 255 = 62%
G 201 of 255 = 79%
B 150 of 255 = 59%

159
201
150

R + G + B ~ 67%. #9FC996 is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 201 + 150 = 510 (100%)
R 159 of 510 ~ 31.18%
G 201 of 510 ~ 39.41%
B 150 of 510 ~ 29.41%

%31.18
%39.41
%29.41

CMYK color model

#9FC996 color CMYK value is (21,0,25,21).

  • cyan value is 20.90%
  • magenta value is 0.00%
  • yellow value is 25.37%
  • key color value is 21.18%
CMYK: (21,0,25,21) C21M0Y25K21 (21%,0%,25%,21%) (0.21/0.00/0.25/0.21)

CMYK percentages

%20.9
%0
%25.37
%21.18

Codes

Color #9FC996 in popluar color models

9FC996
RGB159201150
HSL109°32.08%68.82%
HSB/HSV109°25.37%78.82%
CMYK20.90%0.00%25.37%
21.18%

Color #9FC996 in popluar number systems.

HEX9FC996
Decimal159201150
Binary100111111100100110010110
Octal237311226

Shades and tints

Shades of #9FC996

#9FC996
(159,201,150)
#91B789
(145,183,137)
#83A57C
(131,165,124)
#75936F
(117,147,111)
#678162
(103,129,98)
#596F55
(89,111,85)
#4B5D48
(75,93,72)
#3D4B3B
(61,75,59)
#2F392E
(47,57,46)
#212721
(33,39,33)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #9FC996

#9FC996
(159,201,150)
#A7CD9F
(167,205,159)
#AFD1A8
(175,209,168)
#B7D5B1
(183,213,177)
#BFD9BA
(191,217,186)
#C7DDC3
(199,221,195)
#CFE1CC
(207,225,204)
#D7E5D5
(215,229,213)
#DFE9DE
(223,233,222)
#E7EDE7
(231,237,231)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FC996; }

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

This text font color is #9FC996.


Background Color

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

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

This div background color is #9FC996.


Border color

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

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

This div border color is #9FC996.


Opacity

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

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

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

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

This text has shadow with #9FC996 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9FC996 on black background.


Color preview on white background

This text has color #9FC996 on white background.



Black color preview on #9FC996 background

This text has black color on #9FC996 background.


White color preview on #9FC996 background

This text has white color on #9FC996 background.