COLOR #96C981

HEX: #96C981
RGB: (150,201,129)

Color info

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

RGB color model

#96C981 color RGB value is (150,201,129).

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

RGB channels and saturation

R 150 of 255 = 59%
G 201 of 255 = 79%
B 129 of 255 = 51%

150
201
129

R + G + B ~ 63%. #96C981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
150 + 201 + 129 = 480 (100%)
R 150 of 480 ~ 31.25%
G 201 of 480 ~ 41.88%
B 129 of 480 ~ 26.88%

%31.25
%41.88
%26.88

CMYK color model

#96C981 color CMYK value is (25,0,36,21).

  • cyan value is 25.37%
  • magenta value is 0.00%
  • yellow value is 35.82%
  • key color value is 21.18%
CMYK:
(25,0,36,21)
C25M0Y36K21 
(25%,0%,36%,21%)
(0.25/0.00/0.36/0.21)	

CMYK percentages

%25.37
%0
%35.82
%21.18

Codes

Color #96C981 in popluar color models

96C981
RGB150201129
HSL103°40.00%64.71%
HSB/HSV103°35.82%78.82%
CMYK25.37%0.00%35.82%
21.18%

Color #96C981 in popluar number systems.

HEX96C981
Decimal150201129
Binary100101101100100110000001
Octal226311201

Shades and tints

Shades of #96C981

#96C981
(150,201,129)
#89B776
(137,183,118)
#7CA56B
(124,165,107)
#6F9360
(111,147,96)
#628155
(98,129,85)
#556F4A
(85,111,74)
#485D3F
(72,93,63)
#3B4B34
(59,75,52)
#2E3929
(46,57,41)
#21271E
(33,39,30)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #96C981

#96C981
(150,201,129)
#9FCD8C
(159,205,140)
#A8D197
(168,209,151)
#B1D5A2
(177,213,162)
#BAD9AD
(186,217,173)
#C3DDB8
(195,221,184)
#CCE1C3
(204,225,195)
#D5E5CE
(213,229,206)
#DEE9D9
(222,233,217)
#E7EDE4
(231,237,228)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96C981; }

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

This text font color is #96C981.


Background Color

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

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

This div background color is #96C981.


Border color

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

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

This div border color is #96C981.


Opacity

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

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

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

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

This text has shadow with #96C981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96C981 on black background.


Color preview on white background

This text has color #96C981 on white background.



Black color preview on #96C981 background

This text has black color on #96C981 background.


White color preview on #96C981 background

This text has white color on #96C981 background.