COLOR #96D895

HEX: #96D895
RGB: (150,216,149)

Color info

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

RGB color model

#96D895 color RGB value is (150,216,149).

  • red value is 150;
  • green value is 216;
  • blue value is 149.
RGB:
(150,216,149)
(59%,85%,58%)

RGB channels and saturation

R 150 of 255 = 59%
G 216 of 255 = 85%
B 149 of 255 = 58%

150
216
149

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

Portions of RGB colors in percentages

R + G + B =
150 + 216 + 149 = 515 (100%)
R 150 of 515 ~ 29.13%
G 216 of 515 ~ 41.94%
B 149 of 515 ~ 28.93%

%29.13
%41.94
%28.93

CMYK color model

#96D895 color CMYK value is (31,0,31,15).

  • cyan value is 30.56%
  • magenta value is 0.00%
  • yellow value is 31.02%
  • key color value is 15.29%
CMYK:
(31,0,31,15)
C31M0Y31K15 
(31%,0%,31%,15%)
(0.31/0.00/0.31/0.15)	

CMYK percentages

%30.56
%0
%31.02
%15.29

Codes

Color #96D895 in popluar color models

96D895
RGB150216149
HSL119°46.21%71.57%
HSB/HSV119°31.02%84.71%
CMYK30.56%0.00%31.02%
15.29%

Color #96D895 in popluar number systems.

HEX96D895
Decimal150216149
Binary100101101101100010010101
Octal226330225

Shades and tints

Shades of #96D895

#96D895
(150,216,149)
#89C588
(137,197,136)
#7CB27B
(124,178,123)
#6F9F6E
(111,159,110)
#628C61
(98,140,97)
#557954
(85,121,84)
#486647
(72,102,71)
#3B533A
(59,83,58)
#2E402D
(46,64,45)
#212D20
(33,45,32)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #96D895

#96D895
(150,216,149)
#9FDB9E
(159,219,158)
#A8DEA7
(168,222,167)
#B1E1B0
(177,225,176)
#BAE4B9
(186,228,185)
#C3E7C2
(195,231,194)
#CCEACB
(204,234,203)
#D5EDD4
(213,237,212)
#DEF0DD
(222,240,221)
#E7F3E6
(231,243,230)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96D895; }

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

This text font color is #96D895.


Background Color

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

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

This div background color is #96D895.


Border color

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

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

This div border color is #96D895.


Opacity

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

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

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

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

This text has shadow with #96D895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D895 on black background.


Color preview on white background

This text has color #96D895 on white background.



Black color preview on #96D895 background

This text has black color on #96D895 background.


White color preview on #96D895 background

This text has white color on #96D895 background.