COLOR #96D397

HEX: #96D397
RGB: (150,211,151)

Color info

#96D397 contains mainly green color. Web safe color of #96D397 is #99CC99 (or #9C9).

RGB color model

#96D397 color RGB value is (150,211,151).

  • red value is 150;
  • green value is 211;
  • blue value is 151.
RGB:
(150,211,151)
(59%,83%,59%)

RGB channels and saturation

R 150 of 255 = 59%
G 211 of 255 = 83%
B 151 of 255 = 59%

150
211
151

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

Portions of RGB colors in percentages

R + G + B =
150 + 211 + 151 = 512 (100%)
R 150 of 512 ~ 29.3%
G 211 of 512 ~ 41.21%
B 151 of 512 ~ 29.49%

%29.3
%41.21
%29.49

CMYK color model

#96D397 color CMYK value is (29,0,28,17).

  • cyan value is 28.91%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 17.25%
CMYK:
(29,0,28,17)
C29M0Y28K17 
(29%,0%,28%,17%)
(0.29/0.00/0.28/0.17)	

CMYK percentages

%28.91
%0
%28.44
%17.25

Codes

Color #96D397 in popluar color models

96D397
RGB150211151
HSL121°40.94%70.78%
HSB/HSV121°28.91%82.75%
CMYK28.91%0.00%28.44%
17.25%

Color #96D397 in popluar number systems.

HEX96D397
Decimal150211151
Binary100101101101001110010111
Octal226323227

Shades and tints

Shades of #96D397

#96D397
(150,211,151)
#89C08A
(137,192,138)
#7CAD7D
(124,173,125)
#6F9A70
(111,154,112)
#628763
(98,135,99)
#557456
(85,116,86)
#486149
(72,97,73)
#3B4E3C
(59,78,60)
#2E3B2F
(46,59,47)
#212822
(33,40,34)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #96D397

#96D397
(150,211,151)
#9FD7A0
(159,215,160)
#A8DBA9
(168,219,169)
#B1DFB2
(177,223,178)
#BAE3BB
(186,227,187)
#C3E7C4
(195,231,196)
#CCEBCD
(204,235,205)
#D5EFD6
(213,239,214)
#DEF3DF
(222,243,223)
#E7F7E8
(231,247,232)
#F0FBF1
(240,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D397; }

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

This text font color is #96D397.


Background Color

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

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

This div background color is #96D397.


Border color

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

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

This div border color is #96D397.


Opacity

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

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

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

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

This text has shadow with #96D397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D397 on black background.


Color preview on white background

This text has color #96D397 on white background.



Black color preview on #96D397 background

This text has black color on #96D397 background.


White color preview on #96D397 background

This text has white color on #96D397 background.