COLOR #96AD3D

HEX: #96AD3D RGB: (150,173,61)

Color info

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

RGB color model

#96AD3D color RGB value is (150,173,61).

RGB: (150,173,61) (59%, 68%, 24%)

RGB channels and saturation

R 150 of 255 = 59%
G 173 of 255 = 68%
B 61 of 255 = 24%

150
173
61

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

Portions of RGB colors in percentages

R + G + B = 150 + 173 + 61 = 384 (100%)
R 150 of 384 ~ 39.06%
G 173 of 384 ~ 45.05%
B 61 of 384 ~ 15.89'%

%39.06
%45.05
%15.89

CMYK color model

#96AD3D color CMYK value is (13,0,65,32).

  • cyan value is 13.29%
  • magenta value is 0.00%
  • yellow value is 64.74%
  • key color value is 32.16%

CMYK: (13,0,65,32)
C13M0Y65K32 (13%, 0%, 65%, 32%)
(0.13 / 0.00 / 0.65 / 0.32)

CMYK percentages

%13.29
%0
%64.74
%32.16

Codes

Color #96AD3D in popluar color models

96 AD 3D
RGB 150 173 61
HSL 72° 47.86% 45.88%
HSB/HSV 72° 64.74% 67.84%
CMYK 13.29% 0.00% 64.74%
32.16%

Color #96AD3D in popluar number systems.

HEX 96 AD 3D
Decimal 150 173 61
Binary 10010110 10101101 111101
Octal 226 255 75

Shades and tints

Shades of #96AD3D

#96AD3D
(150,173,61)
#899E38
(137,158,56)
#7C8F33
(124,143,51)
#6F802E
(111,128,46)
#627129
(98,113,41)
#556224
(85,98,36)
#48531F
(72,83,31)
#3B441A
(59,68,26)
#2E3515
(46,53,21)
#212610
(33,38,16)
#14170B
(20,23,11)
#000000
(0,0,0)

Tints of #96AD3D

#96AD3D
(150,173,61)
#9FB44E
(159,180,78)
#A8BB5F
(168,187,95)
#B1C270
(177,194,112)
#BAC981
(186,201,129)
#C3D092
(195,208,146)
#CCD7A3
(204,215,163)
#D5DEB4
(213,222,180)
#DEE5C5
(222,229,197)
#E7ECD6
(231,236,214)
#F0F3E7
(240,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #96AD3D; }

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

This text font color is #96AD3D.

Background Color

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

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

This div background color is #96AD3D.

Border color

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

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

This div border color is #96AD3D.

Opacity

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

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

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

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

This text has shadow with #96AD3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96AD3D.

Preview

Color preview on black background

This text has color #96AD3D on black background.


Color preview on white background

This text has color #96AD3D on white background.


Black color preview on #96AD3D background

This text has black color on #96AD3D background.


White color preview on #96AD3D background

This text has white color on #96AD3D background.


Related colors

Complementary color

Complementary color for #hex is #6952C2.


I love getcolorcode.com

Triadic colors

1 #3D96AD and #AD3D96 with #96AD3D are triadic colors.

2 #3DAD96 and #AD963D with #96AD3D are triadic colors.