COLOR #96D279

HEX: #96D279
RGB: (150,210,121)

Color info

#96D279 contains mainly green color. Web safe color of #96D279 is #99CC66 (or #9C6).

RGB color model

#96D279 color RGB value is (150,210,121).

  • red value is 150;
  • green value is 210;
  • blue value is 121.
RGB:
(150,210,121)
(59%,82%,47%)

RGB channels and saturation

R 150 of 255 = 59%
G 210 of 255 = 82%
B 121 of 255 = 47%

150
210
121

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

Portions of RGB colors in percentages

R + G + B =
150 + 210 + 121 = 481 (100%)
R 150 of 481 ~ 31.19%
G 210 of 481 ~ 43.66%
B 121 of 481 ~ 25.16%

%31.19
%43.66
%25.16

CMYK color model

#96D279 color CMYK value is (29,0,42,18).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 42.38%
  • key color value is 17.65%
CMYK:
(29,0,42,18)
C29M0Y42K18 
(29%,0%,42%,18%)
(0.29/0.00/0.42/0.18)	

CMYK percentages

%28.57
%0
%42.38
%17.65

Codes

Color #96D279 in popluar color models

96D279
RGB150210121
HSL100°49.72%64.90%
HSB/HSV100°42.38%82.35%
CMYK28.57%0.00%42.38%
17.65%

Color #96D279 in popluar number systems.

HEX96D279
Decimal150210121
Binary10010110110100101111001
Octal226322171

Shades and tints

Shades of #96D279

#96D279
(150,210,121)
#89BF6E
(137,191,110)
#7CAC63
(124,172,99)
#6F9958
(111,153,88)
#62864D
(98,134,77)
#557342
(85,115,66)
#486037
(72,96,55)
#3B4D2C
(59,77,44)
#2E3A21
(46,58,33)
#212716
(33,39,22)
#14140B
(20,20,11)
#000000
(0,0,0)

Tints of #96D279

#96D279
(150,210,121)
#9FD685
(159,214,133)
#A8DA91
(168,218,145)
#B1DE9D
(177,222,157)
#BAE2A9
(186,226,169)
#C3E6B5
(195,230,181)
#CCEAC1
(204,234,193)
#D5EECD
(213,238,205)
#DEF2D9
(222,242,217)
#E7F6E5
(231,246,229)
#F0FAF1
(240,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96D279 color. Also use rgb(150,210,121) instead hex code.

Text Font Color

.myTextColor { color: #96D279; }

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

This text font color is #96D279.


Background Color

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

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

This div background color is #96D279.


Border color

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

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

This div border color is #96D279.


Opacity

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

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

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

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

This text has shadow with #96D279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96D279 on black background.


Color preview on white background

This text has color #96D279 on white background.



Black color preview on #96D279 background

This text has black color on #96D279 background.


White color preview on #96D279 background

This text has white color on #96D279 background.