COLOR #96AF46

HEX: #96AF46
RGB: (150,175,70)

Color info

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

RGB color model

#96AF46 color RGB value is (150,175,70).

  • red value is 150;
  • green value is 175;
  • blue value is 70.
RGB:
(150,175,70)
(59%,69%,27%)

RGB channels and saturation

R 150 of 255 = 59%
G 175 of 255 = 69%
B 70 of 255 = 27%

150
175
70

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

Portions of RGB colors in percentages

R + G + B =
150 + 175 + 70 = 395 (100%)
R 150 of 395 ~ 37.97%
G 175 of 395 ~ 44.3%
B 70 of 395 ~ 17.72%

%37.97
%44.3
%17.72

CMYK color model

#96AF46 color CMYK value is (14,0,60,31).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 31.37%
CMYK:
(14,0,60,31)
C14M0Y60K31 
(14%,0%,60%,31%)
(0.14/0.00/0.60/0.31)	

CMYK percentages

%14.29
%0
%60
%31.37

Codes

Color #96AF46 in popluar color models

96AF46
RGB15017570
HSL74°42.86%48.04%
HSB/HSV74°60.00%68.63%
CMYK14.29%0.00%60.00%
31.37%

Color #96AF46 in popluar number systems.

HEX96AF46
Decimal15017570
Binary10010110101011111000110
Octal226257106

Shades and tints

Shades of #96AF46

#96AF46
(150,175,70)
#89A040
(137,160,64)
#7C913A
(124,145,58)
#6F8234
(111,130,52)
#62732E
(98,115,46)
#556428
(85,100,40)
#485522
(72,85,34)
#3B461C
(59,70,28)
#2E3716
(46,55,22)
#212810
(33,40,16)
#14190A
(20,25,10)
#000000
(0,0,0)

Tints of #96AF46

#96AF46
(150,175,70)
#9FB656
(159,182,86)
#A8BD66
(168,189,102)
#B1C476
(177,196,118)
#BACB86
(186,203,134)
#C3D296
(195,210,150)
#CCD9A6
(204,217,166)
#D5E0B6
(213,224,182)
#DEE7C6
(222,231,198)
#E7EED6
(231,238,214)
#F0F5E6
(240,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96AF46 color. Also use rgb(150,175,70) instead hex code.

Text Font Color

.myTextColor { color: #96AF46; }

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

This text font color is #96AF46.


Background Color

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

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

This div background color is #96AF46.


Border color

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

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

This div border color is #96AF46.


Opacity

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

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

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

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

This text has shadow with #96AF46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96AF46 on black background.


Color preview on white background

This text has color #96AF46 on white background.



Black color preview on #96AF46 background

This text has black color on #96AF46 background.


White color preview on #96AF46 background

This text has white color on #96AF46 background.