COLOR #9FCD96

HEX: #9FCD96 RGB: (159,205,150)

Color info

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

RGB color model

#9FCD96 color RGB value is (159,205,150).

RGB: (159,205,150) (62%, 80%, 59%)

RGB channels and saturation

R 159 of 255 = 62%
G 205 of 255 = 80%
B 150 of 255 = 59%

159
205
150

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

Portions of RGB colors in percentages

R + G + B = 159 + 205 + 150 = 514 (100%)
R 159 of 514 ~ 30.93%
G 205 of 514 ~ 39.88%
B 150 of 514 ~ 29.18'%

%30.93
%39.88
%29.18

CMYK color model

#9FCD96 color CMYK value is (22,0,27,20).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 26.83%
  • key color value is 19.61%
CMYK: (22,0,27,20) C22M0Y27K20 (22%,0%,27%,20%) (0.22/0.00/0.27/0.20) 

CMYK percentages

%22.44
%0
%26.83
%19.61

Codes

Color #9FCD96 in popluar color models

9F CD 96
RGB 159 205 150
HSL 110° 35.48% 69.61%
HSB/HSV 110° 26.83% 80.39%
CMYK 22.44% 0.00% 26.83%
19.61%

Color #9FCD96 in popluar number systems.

HEX 9F CD 96
Decimal 159 205 150
Binary 10011111 11001101 10010110
Octal 237 315 226

Shades and tints

Shades of #9FCD96

#9FCD96
(159,205,150)
#91BB89
(145,187,137)
#83A97C
(131,169,124)
#75976F
(117,151,111)
#678562
(103,133,98)
#597355
(89,115,85)
#4B6148
(75,97,72)
#3D4F3B
(61,79,59)
#2F3D2E
(47,61,46)
#212B21
(33,43,33)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #9FCD96

#9FCD96
(159,205,150)
#A7D19F
(167,209,159)
#AFD5A8
(175,213,168)
#B7D9B1
(183,217,177)
#BFDDBA
(191,221,186)
#C7E1C3
(199,225,195)
#CFE5CC
(207,229,204)
#D7E9D5
(215,233,213)
#DFEDDE
(223,237,222)
#E7F1E7
(231,241,231)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FCD96; }

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

This text font color is #9FCD96.

Background Color

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

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

This div background color is #9FCD96.

Border color

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

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

This div border color is #9FCD96.

Opacity

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

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

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

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

This text has shadow with #9FCD96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FCD96.

Preview

Color preview on black background

This text has color #9FCD96 on black background.


Color preview on white background

This text has color #9FCD96 on white background.


Black color preview on #9FCD96 background

This text has black color on #9FCD96 background.


White color preview on #9FCD96 background

This text has white color on #9FCD96 background.


Related colors

Complementary color

Complementary color for #hex is #603269.


I love getcolorcode.com

Triadic colors

1 #969FCD and #CD969F with #9FCD96 are triadic colors.

2 #96CD9F and #CD9F96 with #9FCD96 are triadic colors.