COLOR #96C59D

HEX: #96C59D
RGB: (150,197,157)

Color info

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

RGB color model

#96C59D color RGB value is (150,197,157).

  • red value is 150;
  • green value is 197;
  • blue value is 157.
RGB:
(150,197,157)
(59%,77%,62%)

RGB channels and saturation

R 150 of 255 = 59%
G 197 of 255 = 77%
B 157 of 255 = 62%

150
197
157

R + G + B ~ 66%. #96C59D is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 197 + 157 = 504 (100%)
R 150 of 504 ~ 29.76%
G 197 of 504 ~ 39.09%
B 157 of 504 ~ 31.15%

%29.76
%39.09
%31.15

CMYK color model

#96C59D color CMYK value is (24,0,20,23).

  • cyan value is 23.86%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 22.75%
CMYK:
(24,0,20,23)
C24M0Y20K23 
(24%,0%,20%,23%)
(0.24/0.00/0.20/0.23)	

CMYK percentages

%23.86
%0
%20.3
%22.75

Codes

Color #96C59D in popluar color models

96C59D
RGB150197157
HSL129°28.83%68.04%
HSB/HSV129°23.86%77.25%
CMYK23.86%0.00%20.30%
22.75%

Color #96C59D in popluar number systems.

HEX96C59D
Decimal150197157
Binary100101101100010110011101
Octal226305235

Shades and tints

Shades of #96C59D

#96C59D
(150,197,157)
#89B48F
(137,180,143)
#7CA381
(124,163,129)
#6F9273
(111,146,115)
#628165
(98,129,101)
#557057
(85,112,87)
#485F49
(72,95,73)
#3B4E3B
(59,78,59)
#2E3D2D
(46,61,45)
#212C1F
(33,44,31)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #96C59D

#96C59D
(150,197,157)
#9FCAA5
(159,202,165)
#A8CFAD
(168,207,173)
#B1D4B5
(177,212,181)
#BAD9BD
(186,217,189)
#C3DEC5
(195,222,197)
#CCE3CD
(204,227,205)
#D5E8D5
(213,232,213)
#DEEDDD
(222,237,221)
#E7F2E5
(231,242,229)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C59D color. Also use rgb(150,197,157) instead hex code.

Text Font Color

.myTextColor { color: #96C59D; }

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

This text font color is #96C59D.


Background Color

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

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

This div background color is #96C59D.


Border color

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

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

This div border color is #96C59D.


Opacity

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

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

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

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

This text has shadow with #96C59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C59D on black background.


Color preview on white background

This text has color #96C59D on white background.



Black color preview on #96C59D background

This text has black color on #96C59D background.


White color preview on #96C59D background

This text has white color on #96C59D background.