COLOR #96AD4C

HEX: #96AD4C
RGB: (150,173,76)

Color info

#96AD4C contains mainly red and green colors. Web safe color of #96AD4C is #999933 (or #993).

RGB color model

#96AD4C color RGB value is (150,173,76).

  • red value is 150;
  • green value is 173;
  • blue value is 76.
RGB:
(150,173,76)
(59%,68%,30%)

RGB channels and saturation

R 150 of 255 = 59%
G 173 of 255 = 68%
B 76 of 255 = 30%

150
173
76

R + G + B ~ 52%. #96AD4C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
150 + 173 + 76 = 399 (100%)
R 150 of 399 ~ 37.59%
G 173 of 399 ~ 43.36%
B 76 of 399 ~ 19.05%

%37.59
%43.36
%19.05

CMYK color model

#96AD4C color CMYK value is (13,0,56,32).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 56.07%
  • key color value is 32.16%
CMYK:
(13,0,56,32)
C13M0Y56K32 
(13%,0%,56%,32%)
(0.13/0.00/0.56/0.32)	

CMYK percentages

%13.29
%0
%56.07
%32.16

Codes

Color #96AD4C in popluar color models

96AD4C
RGB15017376
HSL74°38.96%48.82%
HSB/HSV74°56.07%67.84%
CMYK13.29%0.00%56.07%
32.16%

Color #96AD4C in popluar number systems.

HEX96AD4C
Decimal15017376
Binary10010110101011011001100
Octal226255114

Shades and tints

Shades of #96AD4C

#96AD4C
(150,173,76)
#899E46
(137,158,70)
#7C8F40
(124,143,64)
#6F803A
(111,128,58)
#627134
(98,113,52)
#55622E
(85,98,46)
#485328
(72,83,40)
#3B4422
(59,68,34)
#2E351C
(46,53,28)
#212616
(33,38,22)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #96AD4C

#96AD4C
(150,173,76)
#9FB45C
(159,180,92)
#A8BB6C
(168,187,108)
#B1C27C
(177,194,124)
#BAC98C
(186,201,140)
#C3D09C
(195,208,156)
#CCD7AC
(204,215,172)
#D5DEBC
(213,222,188)
#DEE5CC
(222,229,204)
#E7ECDC
(231,236,220)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AD4C color. Also use rgb(150,173,76) instead hex code.

Text Font Color

.myTextColor { color: #96AD4C; }

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

This text font color is #96AD4C.


Background Color

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

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

This div background color is #96AD4C.


Border color

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

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

This div border color is #96AD4C.


Opacity

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

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

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

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

This text has shadow with #96AD4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AD4C on black background.


Color preview on white background

This text has color #96AD4C on white background.



Black color preview on #96AD4C background

This text has black color on #96AD4C background.


White color preview on #96AD4C background

This text has white color on #96AD4C background.