COLOR #96C381

HEX: #96C381
RGB: (150,195,129)

Color info

#96C381 contains mainly red and green colors. Web safe color of #96C381 is #99CC99 (or #9C9).

RGB color model

#96C381 color RGB value is (150,195,129).

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

RGB channels and saturation

R 150 of 255 = 59%
G 195 of 255 = 76%
B 129 of 255 = 51%

150
195
129

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

Portions of RGB colors in percentages

R + G + B =
150 + 195 + 129 = 474 (100%)
R 150 of 474 ~ 31.65%
G 195 of 474 ~ 41.14%
B 129 of 474 ~ 27.22%

%31.65
%41.14
%27.22

CMYK color model

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

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 23.53%
CMYK:
(23,0,34,24)
C23M0Y34K24 
(23%,0%,34%,24%)
(0.23/0.00/0.34/0.24)	

CMYK percentages

%23.08
%0
%33.85
%23.53

Codes

Color #96C381 in popluar color models

96C381
RGB150195129
HSL101°35.48%63.53%
HSB/HSV101°33.85%76.47%
CMYK23.08%0.00%33.85%
23.53%

Color #96C381 in popluar number systems.

HEX96C381
Decimal150195129
Binary100101101100001110000001
Octal226303201

Shades and tints

Shades of #96C381

#96C381
(150,195,129)
#89B276
(137,178,118)
#7CA16B
(124,161,107)
#6F9060
(111,144,96)
#627F55
(98,127,85)
#556E4A
(85,110,74)
#485D3F
(72,93,63)
#3B4C34
(59,76,52)
#2E3B29
(46,59,41)
#212A1E
(33,42,30)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #96C381

#96C381
(150,195,129)
#9FC88C
(159,200,140)
#A8CD97
(168,205,151)
#B1D2A2
(177,210,162)
#BAD7AD
(186,215,173)
#C3DCB8
(195,220,184)
#CCE1C3
(204,225,195)
#D5E6CE
(213,230,206)
#DEEBD9
(222,235,217)
#E7F0E4
(231,240,228)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C381; }

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

This text font color is #96C381.


Background Color

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

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

This div background color is #96C381.


Border color

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

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

This div border color is #96C381.


Opacity

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

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

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

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

This text has shadow with #96C381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C381 on black background.


Color preview on white background

This text has color #96C381 on white background.



Black color preview on #96C381 background

This text has black color on #96C381 background.


White color preview on #96C381 background

This text has white color on #96C381 background.