COLOR #96CD91

HEX: #96CD91
RGB: (150,205,145)

Color info

#96CD91 contains mainly red and green colors. Web safe color of #96CD91 is #99CC99 (or #9C9).

RGB color model

#96CD91 color RGB value is (150,205,145).

  • red value is 150;
  • green value is 205;
  • blue value is 145.
RGB:
(150,205,145)
(59%,80%,57%)

RGB channels and saturation

R 150 of 255 = 59%
G 205 of 255 = 80%
B 145 of 255 = 57%

150
205
145

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

Portions of RGB colors in percentages

R + G + B =
150 + 205 + 145 = 500 (100%)
R 150 of 500 ~ 30%
G 205 of 500 ~ 41%
B 145 of 500 ~ 29%

%30
%41
%29

CMYK color model

#96CD91 color CMYK value is (27,0,29,20).

  • cyan value is 26.83%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 19.61%
CMYK:
(27,0,29,20)
C27M0Y29K20 
(27%,0%,29%,20%)
(0.27/0.00/0.29/0.20)	

CMYK percentages

%26.83
%0
%29.27
%19.61

Codes

Color #96CD91 in popluar color models

96CD91
RGB150205145
HSL115°37.50%68.63%
HSB/HSV115°29.27%80.39%
CMYK26.83%0.00%29.27%
19.61%

Color #96CD91 in popluar number systems.

HEX96CD91
Decimal150205145
Binary100101101100110110010001
Octal226315221

Shades and tints

Shades of #96CD91

#96CD91
(150,205,145)
#89BB84
(137,187,132)
#7CA977
(124,169,119)
#6F976A
(111,151,106)
#62855D
(98,133,93)
#557350
(85,115,80)
#486143
(72,97,67)
#3B4F36
(59,79,54)
#2E3D29
(46,61,41)
#212B1C
(33,43,28)
#14190F
(20,25,15)
#000000
(0,0,0)

Tints of #96CD91

#96CD91
(150,205,145)
#9FD19B
(159,209,155)
#A8D5A5
(168,213,165)
#B1D9AF
(177,217,175)
#BADDB9
(186,221,185)
#C3E1C3
(195,225,195)
#CCE5CD
(204,229,205)
#D5E9D7
(213,233,215)
#DEEDE1
(222,237,225)
#E7F1EB
(231,241,235)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CD91; }

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

This text font color is #96CD91.


Background Color

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

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

This div background color is #96CD91.


Border color

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

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

This div border color is #96CD91.


Opacity

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

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

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

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

This text has shadow with #96CD91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CD91 on black background.


Color preview on white background

This text has color #96CD91 on white background.



Black color preview on #96CD91 background

This text has black color on #96CD91 background.


White color preview on #96CD91 background

This text has white color on #96CD91 background.