COLOR #96C295

HEX: #96C295
RGB: (150,194,149)

Color info

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

RGB color model

#96C295 color RGB value is (150,194,149).

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

RGB channels and saturation

R 150 of 255 = 59%
G 194 of 255 = 76%
B 149 of 255 = 58%

150
194
149

R + G + B ~ 64%. #96C295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 194 + 149 = 493 (100%)
R 150 of 493 ~ 30.43%
G 194 of 493 ~ 39.35%
B 149 of 493 ~ 30.22%

%30.43
%39.35
%30.22

CMYK color model

#96C295 color CMYK value is (23,0,23,24).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 23.20%
  • key color value is 23.92%
CMYK:
(23,0,23,24)
C23M0Y23K24 
(23%,0%,23%,24%)
(0.23/0.00/0.23/0.24)	

CMYK percentages

%22.68
%0
%23.2
%23.92

Codes

Color #96C295 in popluar color models

96C295
RGB150194149
HSL119°26.95%67.25%
HSB/HSV119°23.20%76.08%
CMYK22.68%0.00%23.20%
23.92%

Color #96C295 in popluar number systems.

HEX96C295
Decimal150194149
Binary100101101100001010010101
Octal226302225

Shades and tints

Shades of #96C295

#96C295
(150,194,149)
#89B188
(137,177,136)
#7CA07B
(124,160,123)
#6F8F6E
(111,143,110)
#627E61
(98,126,97)
#556D54
(85,109,84)
#485C47
(72,92,71)
#3B4B3A
(59,75,58)
#2E3A2D
(46,58,45)
#212920
(33,41,32)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #96C295

#96C295
(150,194,149)
#9FC79E
(159,199,158)
#A8CCA7
(168,204,167)
#B1D1B0
(177,209,176)
#BAD6B9
(186,214,185)
#C3DBC2
(195,219,194)
#CCE0CB
(204,224,203)
#D5E5D4
(213,229,212)
#DEEADD
(222,234,221)
#E7EFE6
(231,239,230)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C295; }

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

This text font color is #96C295.


Background Color

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

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

This div background color is #96C295.


Border color

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

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

This div border color is #96C295.


Opacity

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

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

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

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

This text has shadow with #96C295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C295 on black background.


Color preview on white background

This text has color #96C295 on white background.



Black color preview on #96C295 background

This text has black color on #96C295 background.


White color preview on #96C295 background

This text has white color on #96C295 background.