COLOR #96CA91

HEX: #96CA91
RGB: (150,202,145)

Color info

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

RGB color model

#96CA91 color RGB value is (150,202,145).

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

RGB channels and saturation

R 150 of 255 = 59%
G 202 of 255 = 79%
B 145 of 255 = 57%

150
202
145

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

Portions of RGB colors in percentages

R + G + B =
150 + 202 + 145 = 497 (100%)
R 150 of 497 ~ 30.18%
G 202 of 497 ~ 40.64%
B 145 of 497 ~ 29.18%

%30.18
%40.64
%29.18

CMYK color model

#96CA91 color CMYK value is (26,0,28,21).

  • cyan value is 25.74%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 20.78%
CMYK:
(26,0,28,21)
C26M0Y28K21 
(26%,0%,28%,21%)
(0.26/0.00/0.28/0.21)	

CMYK percentages

%25.74
%0
%28.22
%20.78

Codes

Color #96CA91 in popluar color models

96CA91
RGB150202145
HSL115°34.97%68.04%
HSB/HSV115°28.22%79.22%
CMYK25.74%0.00%28.22%
20.78%

Color #96CA91 in popluar number systems.

HEX96CA91
Decimal150202145
Binary100101101100101010010001
Octal226312221

Shades and tints

Shades of #96CA91

#96CA91
(150,202,145)
#89B884
(137,184,132)
#7CA677
(124,166,119)
#6F946A
(111,148,106)
#62825D
(98,130,93)
#557050
(85,112,80)
#485E43
(72,94,67)
#3B4C36
(59,76,54)
#2E3A29
(46,58,41)
#21281C
(33,40,28)
#14160F
(20,22,15)
#000000
(0,0,0)

Tints of #96CA91

#96CA91
(150,202,145)
#9FCE9B
(159,206,155)
#A8D2A5
(168,210,165)
#B1D6AF
(177,214,175)
#BADAB9
(186,218,185)
#C3DEC3
(195,222,195)
#CCE2CD
(204,226,205)
#D5E6D7
(213,230,215)
#DEEAE1
(222,234,225)
#E7EEEB
(231,238,235)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CA91; }

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

This text font color is #96CA91.


Background Color

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

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

This div background color is #96CA91.


Border color

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

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

This div border color is #96CA91.


Opacity

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

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

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

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

This text has shadow with #96CA91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CA91 on black background.


Color preview on white background

This text has color #96CA91 on white background.



Black color preview on #96CA91 background

This text has black color on #96CA91 background.


White color preview on #96CA91 background

This text has white color on #96CA91 background.