COLOR #9FDF96

HEX: #9FDF96 RGB: (159,223,150)

Color info

#9FDF96 contains mainly green color. Web safe color of #9FDF96 is #99CC99 (or #9C9).

RGB color model

#9FDF96 color RGB value is (159,223,150).

RGB: (159,223,150) (62%, 87%, 59%)

RGB channels and saturation

R 159 of 255 = 62%
G 223 of 255 = 87%
B 150 of 255 = 59%

159
223
150

R + G + B ~ 69%. #9FDF96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 223 + 150 = 532 (100%)
R 159 of 532 ~ 29.89%
G 223 of 532 ~ 41.92%
B 150 of 532 ~ 28.2'%

%29.89
%41.92
%28.2

CMYK color model

#9FDF96 color CMYK value is (29,0,33,13).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 12.55%

CMYK: (29,0,33,13)
C29M0Y33K13 (29%, 0%, 33%, 13%)
(0.29 / 0.00 / 0.33 / 0.13)

CMYK percentages

%28.7
%0
%32.74
%12.55

Codes

Color #9FDF96 in popluar color models

9F DF 96
RGB 159 223 150
HSL 113° 53.28% 73.14%
HSB/HSV 113° 32.74% 87.45%
CMYK 28.70% 0.00% 32.74%
12.55%

Color #9FDF96 in popluar number systems.

HEX 9F DF 96
Decimal 159 223 150
Binary 10011111 11011111 10010110
Octal 237 337 226

Shades and tints

Shades of #9FDF96

#9FDF96
(159,223,150)
#91CB89
(145,203,137)
#83B77C
(131,183,124)
#75A36F
(117,163,111)
#678F62
(103,143,98)
#597B55
(89,123,85)
#4B6748
(75,103,72)
#3D533B
(61,83,59)
#2F3F2E
(47,63,46)
#212B21
(33,43,33)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #9FDF96

#9FDF96
(159,223,150)
#A7E19F
(167,225,159)
#AFE3A8
(175,227,168)
#B7E5B1
(183,229,177)
#BFE7BA
(191,231,186)
#C7E9C3
(199,233,195)
#CFEBCC
(207,235,204)
#D7EDD5
(215,237,213)
#DFEFDE
(223,239,222)
#E7F1E7
(231,241,231)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FDF96; }

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

This text font color is #9FDF96.

Background Color

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

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

This div background color is #9FDF96.

Border color

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

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

This div border color is #9FDF96.

Opacity

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

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

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

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

This text has shadow with #9FDF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FDF96.

Preview

Color preview on black background

This text has color #9FDF96 on black background.


Color preview on white background

This text has color #9FDF96 on white background.


Black color preview on #9FDF96 background

This text has black color on #9FDF96 background.


White color preview on #9FDF96 background

This text has white color on #9FDF96 background.


Related colors

Complementary color

Complementary color for #hex is #602069.


I love getcolorcode.com

Triadic colors

1 #969FDF and #DF969F with #9FDF96 are triadic colors.

2 #96DF9F and #DF9F96 with #9FDF96 are triadic colors.