COLOR #96C38F

HEX: #96C38F
RGB: (150,195,143)

Color info

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

RGB color model

#96C38F color RGB value is (150,195,143).

  • red value is 150;
  • green value is 195;
  • blue value is 143.
RGB:
(150,195,143)
(59%,76%,56%)

RGB channels and saturation

R 150 of 255 = 59%
G 195 of 255 = 76%
B 143 of 255 = 56%

150
195
143

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

Portions of RGB colors in percentages

R + G + B =
150 + 195 + 143 = 488 (100%)
R 150 of 488 ~ 30.74%
G 195 of 488 ~ 39.96%
B 143 of 488 ~ 29.3%

%30.74
%39.96
%29.3

CMYK color model

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

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 23.53%
CMYK:
(23,0,27,24)
C23M0Y27K24 
(23%,0%,27%,24%)
(0.23/0.00/0.27/0.24)	

CMYK percentages

%23.08
%0
%26.67
%23.53

Codes

Color #96C38F in popluar color models

96C38F
RGB150195143
HSL112°30.23%66.27%
HSB/HSV112°26.67%76.47%
CMYK23.08%0.00%26.67%
23.53%

Color #96C38F in popluar number systems.

HEX96C38F
Decimal150195143
Binary100101101100001110001111
Octal226303217

Shades and tints

Shades of #96C38F

#96C38F
(150,195,143)
#89B282
(137,178,130)
#7CA175
(124,161,117)
#6F9068
(111,144,104)
#627F5B
(98,127,91)
#556E4E
(85,110,78)
#485D41
(72,93,65)
#3B4C34
(59,76,52)
#2E3B27
(46,59,39)
#212A1A
(33,42,26)
#14190D
(20,25,13)
#000000
(0,0,0)

Tints of #96C38F

#96C38F
(150,195,143)
#9FC899
(159,200,153)
#A8CDA3
(168,205,163)
#B1D2AD
(177,210,173)
#BAD7B7
(186,215,183)
#C3DCC1
(195,220,193)
#CCE1CB
(204,225,203)
#D5E6D5
(213,230,213)
#DEEBDF
(222,235,223)
#E7F0E9
(231,240,233)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96C38F color. Also use rgb(150,195,143) instead hex code.

Text Font Color

.myTextColor { color: #96C38F; }

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

This text font color is #96C38F.


Background Color

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

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

This div background color is #96C38F.


Border color

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

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

This div border color is #96C38F.


Opacity

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

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

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

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

This text has shadow with #96C38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C38F on black background.


Color preview on white background

This text has color #96C38F on white background.



Black color preview on #96C38F background

This text has black color on #96C38F background.


White color preview on #96C38F background

This text has white color on #96C38F background.