COLOR #96C47F

HEX: #96C47F
RGB: (150,196,127)

Color info

#96C47F contains mainly red and green colors. Web safe color of #96C47F is #99CC66 (or #9C6).

RGB color model

#96C47F color RGB value is (150,196,127).

  • red value is 150;
  • green value is 196;
  • blue value is 127.
RGB:
(150,196,127)
(59%,77%,50%)

RGB channels and saturation

R 150 of 255 = 59%
G 196 of 255 = 77%
B 127 of 255 = 50%

150
196
127

R + G + B ~ 62%. #96C47F is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 196 + 127 = 473 (100%)
R 150 of 473 ~ 31.71%
G 196 of 473 ~ 41.44%
B 127 of 473 ~ 26.85%

%31.71
%41.44
%26.85

CMYK color model

#96C47F color CMYK value is (23,0,35,23).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 23.14%
CMYK:
(23,0,35,23)
C23M0Y35K23 
(23%,0%,35%,23%)
(0.23/0.00/0.35/0.23)	

CMYK percentages

%23.47
%0
%35.2
%23.14

Codes

Color #96C47F in popluar color models

96C47F
RGB150196127
HSL100°36.90%63.33%
HSB/HSV100°35.20%76.86%
CMYK23.47%0.00%35.20%
23.14%

Color #96C47F in popluar number systems.

HEX96C47F
Decimal150196127
Binary10010110110001001111111
Octal226304177

Shades and tints

Shades of #96C47F

#96C47F
(150,196,127)
#89B374
(137,179,116)
#7CA269
(124,162,105)
#6F915E
(111,145,94)
#628053
(98,128,83)
#556F48
(85,111,72)
#485E3D
(72,94,61)
#3B4D32
(59,77,50)
#2E3C27
(46,60,39)
#212B1C
(33,43,28)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #96C47F

#96C47F
(150,196,127)
#9FC98A
(159,201,138)
#A8CE95
(168,206,149)
#B1D3A0
(177,211,160)
#BAD8AB
(186,216,171)
#C3DDB6
(195,221,182)
#CCE2C1
(204,226,193)
#D5E7CC
(213,231,204)
#DEECD7
(222,236,215)
#E7F1E2
(231,241,226)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C47F color. Also use rgb(150,196,127) instead hex code.

Text Font Color

.myTextColor { color: #96C47F; }

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

This text font color is #96C47F.


Background Color

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

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

This div background color is #96C47F.


Border color

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

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

This div border color is #96C47F.


Opacity

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

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

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

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

This text has shadow with #96C47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C47F on black background.


Color preview on white background

This text has color #96C47F on white background.



Black color preview on #96C47F background

This text has black color on #96C47F background.


White color preview on #96C47F background

This text has white color on #96C47F background.