COLOR #96D576

HEX: #96D576
RGB: (150,213,118)

Color info

#96D576 contains mainly green color. Web safe color of #96D576 is #99CC66 (or #9C6).

RGB color model

#96D576 color RGB value is (150,213,118).

  • red value is 150;
  • green value is 213;
  • blue value is 118.
RGB:
(150,213,118)
(59%,84%,46%)

RGB channels and saturation

R 150 of 255 = 59%
G 213 of 255 = 84%
B 118 of 255 = 46%

150
213
118

R + G + B ~ 63%. #96D576 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 213 + 118 = 481 (100%)
R 150 of 481 ~ 31.19%
G 213 of 481 ~ 44.28%
B 118 of 481 ~ 24.53%

%31.19
%44.28
%24.53

CMYK color model

#96D576 color CMYK value is (30,0,45,16).

  • cyan value is 29.58%
  • magenta value is 0.00%
  • yellow value is 44.60%
  • key color value is 16.47%
CMYK:
(30,0,45,16)
C30M0Y45K16 
(30%,0%,45%,16%)
(0.30/0.00/0.45/0.16)	

CMYK percentages

%29.58
%0
%44.6
%16.47

Codes

Color #96D576 in popluar color models

96D576
RGB150213118
HSL100°53.07%64.90%
HSB/HSV100°44.60%83.53%
CMYK29.58%0.00%44.60%
16.47%

Color #96D576 in popluar number systems.

HEX96D576
Decimal150213118
Binary10010110110101011110110
Octal226325166

Shades and tints

Shades of #96D576

#96D576
(150,213,118)
#89C26C
(137,194,108)
#7CAF62
(124,175,98)
#6F9C58
(111,156,88)
#62894E
(98,137,78)
#557644
(85,118,68)
#48633A
(72,99,58)
#3B5030
(59,80,48)
#2E3D26
(46,61,38)
#212A1C
(33,42,28)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #96D576

#96D576
(150,213,118)
#9FD882
(159,216,130)
#A8DB8E
(168,219,142)
#B1DE9A
(177,222,154)
#BAE1A6
(186,225,166)
#C3E4B2
(195,228,178)
#CCE7BE
(204,231,190)
#D5EACA
(213,234,202)
#DEEDD6
(222,237,214)
#E7F0E2
(231,240,226)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D576; }

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

This text font color is #96D576.


Background Color

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

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

This div background color is #96D576.


Border color

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

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

This div border color is #96D576.


Opacity

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

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

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

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

This text has shadow with #96D576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D576 on black background.


Color preview on white background

This text has color #96D576 on white background.



Black color preview on #96D576 background

This text has black color on #96D576 background.


White color preview on #96D576 background

This text has white color on #96D576 background.