COLOR #96D196

HEX: #96D196
RGB: (150,209,150)

Color info

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

RGB color model

#96D196 color RGB value is (150,209,150).

  • red value is 150;
  • green value is 209;
  • blue value is 150.
RGB:
(150,209,150)
(59%,82%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 209 of 255 = 82%
B 150 of 255 = 59%

150
209
150

R + G + B ~ 67%. #96D196 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 209 + 150 = 509 (100%)
R 150 of 509 ~ 29.47%
G 209 of 509 ~ 41.06%
B 150 of 509 ~ 29.47%

%29.47
%41.06
%29.47

CMYK color model

#96D196 color CMYK value is (28,0,28,18).

  • cyan value is 28.23%
  • magenta value is 0.00%
  • yellow value is 28.23%
  • key color value is 18.04%
CMYK:
(28,0,28,18)
C28M0Y28K18 
(28%,0%,28%,18%)
(0.28/0.00/0.28/0.18)	

CMYK percentages

%28.23
%0
%28.23
%18.04

Codes

Color #96D196 in popluar color models

96D196
RGB150209150
HSL120°39.07%70.39%
HSB/HSV120°28.23%81.96%
CMYK28.23%0.00%28.23%
18.04%

Color #96D196 in popluar number systems.

HEX96D196
Decimal150209150
Binary100101101101000110010110
Octal226321226

Shades and tints

Shades of #96D196

#96D196
(150,209,150)
#89BE89
(137,190,137)
#7CAB7C
(124,171,124)
#6F986F
(111,152,111)
#628562
(98,133,98)
#557255
(85,114,85)
#485F48
(72,95,72)
#3B4C3B
(59,76,59)
#2E392E
(46,57,46)
#212621
(33,38,33)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #96D196

#96D196
(150,209,150)
#9FD59F
(159,213,159)
#A8D9A8
(168,217,168)
#B1DDB1
(177,221,177)
#BAE1BA
(186,225,186)
#C3E5C3
(195,229,195)
#CCE9CC
(204,233,204)
#D5EDD5
(213,237,213)
#DEF1DE
(222,241,222)
#E7F5E7
(231,245,231)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D196; }

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

This text font color is #96D196.


Background Color

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

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

This div background color is #96D196.


Border color

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

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

This div border color is #96D196.


Opacity

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

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

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

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

This text has shadow with #96D196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D196 on black background.


Color preview on white background

This text has color #96D196 on white background.



Black color preview on #96D196 background

This text has black color on #96D196 background.


White color preview on #96D196 background

This text has white color on #96D196 background.