COLOR #96D49F

HEX: #96D49F RGB: (150,212,159)

Color info

#96D49F contains mainly green and blue colors. Web safe color of #96D49F is #99CC99 (or #9C9).

RGB color model

#96D49F color RGB value is (150,212,159).

RGB: (150,212,159) (59%, 83%, 62%)

RGB channels and saturation

R 150 of 255 = 59%
G 212 of 255 = 83%
B 159 of 255 = 62%

150
212
159

R + G + B ~ 68%. #96D49F is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 212 + 159 = 521 (100%)
R 150 of 521 ~ 28.79%
G 212 of 521 ~ 40.69%
B 159 of 521 ~ 30.52'%

%28.79
%40.69
%30.52

CMYK color model

#96D49F color CMYK value is (29,0,25,17).

  • cyan value is 29.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 16.86%
CMYK: (29,0,25,17) C29M0Y25K17 (29%,0%,25%,17%) (0.29/0.00/0.25/0.17) 

CMYK percentages

%29.25
%0
%25
%16.86

Codes

Color #96D49F in popluar color models

96 D4 9F
RGB 150 212 159
HSL 129° 41.89% 70.98%
HSB/HSV 129° 29.25% 83.14%
CMYK 29.25% 0.00% 25.00%
16.86%

Color #96D49F in popluar number systems.

HEX 96 D4 9F
Decimal 150 212 159
Binary 10010110 11010100 10011111
Octal 226 324 237

Shades and tints

Shades of #96D49F

#96D49F
(150,212,159)
#89C191
(137,193,145)
#7CAE83
(124,174,131)
#6F9B75
(111,155,117)
#628867
(98,136,103)
#557559
(85,117,89)
#48624B
(72,98,75)
#3B4F3D
(59,79,61)
#2E3C2F
(46,60,47)
#212921
(33,41,33)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #96D49F

#96D49F
(150,212,159)
#9FD7A7
(159,215,167)
#A8DAAF
(168,218,175)
#B1DDB7
(177,221,183)
#BAE0BF
(186,224,191)
#C3E3C7
(195,227,199)
#CCE6CF
(204,230,207)
#D5E9D7
(213,233,215)
#DEECDF
(222,236,223)
#E7EFE7
(231,239,231)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D49F color. Also use rgb(150,212,159) instead hex code.

Text Font Color

.myTextColor { color: #96D49F; }

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

This text font color is #96D49F.

Background Color

.myBgColor { background-color: #96D49F; }

<div style="background-color:#96D49F">Inner text</div>

This div background color is #96D49F.

Border color

.myBorderColor { border: 1px solid #96D49F; }

<div style="border:3px solid #96D49F">Div</div>

This div border color is #96D49F.

Opacity

.myOpacity80 { color: #96D49F; opacity: 0.8; }

<p style="color:#96D49F;opacity:0.8;">80%</p>

Text with #96D49F 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 #96D49F;}

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

This text has shadow with #96D49F color.

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

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

This text has shadow with #96D49F primary color and red secondary color.

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

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

This text has shadow with #96D49F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #96D49F.

Preview

Color preview on black background

This text has color #96D49F on black background.


Color preview on white background

This text has color #96D49F on white background.


';

Black color preview on #96D49F background

'.str_replace('%color%',$colorObj['hex'],$lang['color_preview_textblack_text']).'


White color preview on #96D49F background

This text has white color on #96D49F background.


'; ?>

Related colors


Complementary color

Complementary color for #96D49F is #692B60.


I love getcolorcode.com

Triadic colors

1 #9F96D4 and #D49F96 with #96D49F are triadic colors.

2 #9FD496 and #D4969F with #96D49F are triadic colors.