COLOR #96CC91

HEX: #96CC91 RGB: (150,204,145)

Color info

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

RGB color model

#96CC91 color RGB value is (150,204,145).

RGB: (150,204,145) (59%, 80%, 57%)

RGB channels and saturation

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

150
204
145

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

Portions of RGB colors in percentages

R + G + B = 150 + 204 + 145 = 499 (100%)
R 150 of 499 ~ 30.06%
G 204 of 499 ~ 40.88%
B 145 of 499 ~ 29.06'%

%30.06
%40.88
%29.06

CMYK color model

#96CC91 color CMYK value is (26,0,29,20).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 20.00%

CMYK: (26,0,29,20)
C26M0Y29K20 (26%, 0%, 29%, 20%)
(0.26 / 0.00 / 0.29 / 0.20)

CMYK percentages

%26.47
%0
%28.92
%20

Codes

Color #96CC91 in popluar color models

96 CC 91
RGB 150 204 145
HSL 115° 36.65% 68.43%
HSB/HSV 115° 28.92% 80.00%
CMYK 26.47% 0.00% 28.92%
20.00%

Color #96CC91 in popluar number systems.

HEX 96 CC 91
Decimal 150 204 145
Binary 10010110 11001100 10010001
Octal 226 314 221

Shades and tints

Shades of #96CC91

#96CC91
(150,204,145)
#89BA84
(137,186,132)
#7CA877
(124,168,119)
#6F966A
(111,150,106)
#62845D
(98,132,93)
#557250
(85,114,80)
#486043
(72,96,67)
#3B4E36
(59,78,54)
#2E3C29
(46,60,41)
#212A1C
(33,42,28)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #96CC91

#96CC91
(150,204,145)
#9FD09B
(159,208,155)
#A8D4A5
(168,212,165)
#B1D8AF
(177,216,175)
#BADCB9
(186,220,185)
#C3E0C3
(195,224,195)
#CCE4CD
(204,228,205)
#D5E8D7
(213,232,215)
#DEECE1
(222,236,225)
#E7F0EB
(231,240,235)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96CC91; }

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

This text font color is #96CC91.

Background Color

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

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

This div background color is #96CC91.

Border color

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

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

This div border color is #96CC91.

Opacity

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

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

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

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

This text has shadow with #96CC91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96CC91.

Preview

Color preview on black background

This text has color #96CC91 on black background.


Color preview on white background

This text has color #96CC91 on white background.


Black color preview on #96CC91 background

This text has black color on #96CC91 background.


White color preview on #96CC91 background

This text has white color on #96CC91 background.


Related colors

Complementary color

Complementary color for #hex is #69336E.


I love getcolorcode.com

Triadic colors

1 #9196CC and #CC9196 with #96CC91 are triadic colors.

2 #91CC96 and #CC9691 with #96CC91 are triadic colors.