COLOR #96C296

HEX: #96C296
RGB: (150,194,150)

Color info

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

RGB color model

#96C296 color RGB value is (150,194,150).

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

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 150 of 255 = 59%

150
194
150

R + G + B ~ 65%. #96C296 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 194 + 150 = 494 (100%)
R 150 of 494 ~ 30.36%
G 194 of 494 ~ 39.27%
B 150 of 494 ~ 30.36%

%30.36
%39.27
%30.36

CMYK color model

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

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 23.92%
CMYK:
(23,0,23,24)
C23M0Y23K24 
(23%,0%,23%,24%)
(0.23/0.00/0.23/0.24)	

CMYK percentages

%22.68
%0
%22.68
%23.92

Codes

Color #96C296 in popluar color models

96C296
RGB150194150
HSL120°26.51%67.45%
HSB/HSV120°22.68%76.08%
CMYK22.68%0.00%22.68%
23.92%

Color #96C296 in popluar number systems.

HEX96C296
Decimal150194150
Binary100101101100001010010110
Octal226302226

Shades and tints

Shades of #96C296

#96C296
(150,194,150)
#89B189
(137,177,137)
#7CA07C
(124,160,124)
#6F8F6F
(111,143,111)
#627E62
(98,126,98)
#556D55
(85,109,85)
#485C48
(72,92,72)
#3B4B3B
(59,75,59)
#2E3A2E
(46,58,46)
#212921
(33,41,33)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #96C296

#96C296
(150,194,150)
#9FC79F
(159,199,159)
#A8CCA8
(168,204,168)
#B1D1B1
(177,209,177)
#BAD6BA
(186,214,186)
#C3DBC3
(195,219,195)
#CCE0CC
(204,224,204)
#D5E5D5
(213,229,213)
#DEEADE
(222,234,222)
#E7EFE7
(231,239,231)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C296; }

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

This text font color is #96C296.


Background Color

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

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

This div background color is #96C296.


Border color

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

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

This div border color is #96C296.


Opacity

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

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

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

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

This text has shadow with #96C296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C296 on black background.


Color preview on white background

This text has color #96C296 on white background.



Black color preview on #96C296 background

This text has black color on #96C296 background.


White color preview on #96C296 background

This text has white color on #96C296 background.