COLOR #96E796

HEX: #96E796
RGB: (150,231,150)

Color info

#96E796 contains mainly green color. Web safe color of #96E796 is #99FF99 (or #9F9).

RGB color model

#96E796 color RGB value is (150,231,150).

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

RGB channels and saturation

R 150 of 255 = 59%
G 231 of 255 = 91%
B 150 of 255 = 59%

150
231
150

R + G + B ~ 70%. #96E796 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 231 + 150 = 531 (100%)
R 150 of 531 ~ 28.25%
G 231 of 531 ~ 43.5%
B 150 of 531 ~ 28.25%

%28.25
%43.5
%28.25

CMYK color model

#96E796 color CMYK value is (35,0,35,9).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 35.06%
  • key color value is 9.41%
CMYK:
(35,0,35,9)
C35M0Y35K9 
(35%,0%,35%,9%)
(0.35/0.00/0.35/0.09)	

CMYK percentages

%35.06
%0
%35.06
%9.41

Codes

Color #96E796 in popluar color models

96E796
RGB150231150
HSL120°62.79%74.71%
HSB/HSV120°35.06%90.59%
CMYK35.06%0.00%35.06%
9.41%

Color #96E796 in popluar number systems.

HEX96E796
Decimal150231150
Binary100101101110011110010110
Octal226347226

Shades and tints

Shades of #96E796

#96E796
(150,231,150)
#89D289
(137,210,137)
#7CBD7C
(124,189,124)
#6FA86F
(111,168,111)
#629362
(98,147,98)
#557E55
(85,126,85)
#486948
(72,105,72)
#3B543B
(59,84,59)
#2E3F2E
(46,63,46)
#212A21
(33,42,33)
#141514
(20,21,20)
#000000
(0,0,0)

Tints of #96E796

#96E796
(150,231,150)
#9FE99F
(159,233,159)
#A8EBA8
(168,235,168)
#B1EDB1
(177,237,177)
#BAEFBA
(186,239,186)
#C3F1C3
(195,241,195)
#CCF3CC
(204,243,204)
#D5F5D5
(213,245,213)
#DEF7DE
(222,247,222)
#E7F9E7
(231,249,231)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96E796; }

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

This text font color is #96E796.


Background Color

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

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

This div background color is #96E796.


Border color

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

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

This div border color is #96E796.


Opacity

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

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

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

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

This text has shadow with #96E796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96E796 on black background.


Color preview on white background

This text has color #96E796 on white background.



Black color preview on #96E796 background

This text has black color on #96E796 background.


White color preview on #96E796 background

This text has white color on #96E796 background.