COLOR #96CC45

HEX: #96CC45
RGB: (150,204,69)

Color info

#96CC45 contains mainly red and green colors. Web safe color of #96CC45 is #99CC33 (or #9C3).

RGB color model

#96CC45 color RGB value is (150,204,69).

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

RGB channels and saturation

R 150 of 255 = 59%
G 204 of 255 = 80%
B 69 of 255 = 27%

150
204
69

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

Portions of RGB colors in percentages

R + G + B =
150 + 204 + 69 = 423 (100%)
R 150 of 423 ~ 35.46%
G 204 of 423 ~ 48.23%
B 69 of 423 ~ 16.31%

%35.46
%48.23
%16.31

CMYK color model

#96CC45 color CMYK value is (26,0,66,20).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 66.18%
  • key color value is 20.00%
CMYK:
(26,0,66,20)
C26M0Y66K20 
(26%,0%,66%,20%)
(0.26/0.00/0.66/0.20)	

CMYK percentages

%26.47
%0
%66.18
%20

Codes

Color #96CC45 in popluar color models

96CC45
RGB15020469
HSL84°56.96%53.53%
HSB/HSV84°66.18%80.00%
CMYK26.47%0.00%66.18%
20.00%

Color #96CC45 in popluar number systems.

HEX96CC45
Decimal15020469
Binary10010110110011001000101
Octal226314105

Shades and tints

Shades of #96CC45

#96CC45
(150,204,69)
#89BA3F
(137,186,63)
#7CA839
(124,168,57)
#6F9633
(111,150,51)
#62842D
(98,132,45)
#557227
(85,114,39)
#486021
(72,96,33)
#3B4E1B
(59,78,27)
#2E3C15
(46,60,21)
#212A0F
(33,42,15)
#141809
(20,24,9)
#000000
(0,0,0)

Tints of #96CC45

#96CC45
(150,204,69)
#9FD055
(159,208,85)
#A8D465
(168,212,101)
#B1D875
(177,216,117)
#BADC85
(186,220,133)
#C3E095
(195,224,149)
#CCE4A5
(204,228,165)
#D5E8B5
(213,232,181)
#DEECC5
(222,236,197)
#E7F0D5
(231,240,213)
#F0F4E5
(240,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96CC45 color. Also use rgb(150,204,69) instead hex code.

Text Font Color

.myTextColor { color: #96CC45; }

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

This text font color is #96CC45.


Background Color

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

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

This div background color is #96CC45.


Border color

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

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

This div border color is #96CC45.


Opacity

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

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

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

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

This text has shadow with #96CC45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #96CC45 on black background.


Color preview on white background

This text has color #96CC45 on white background.



Black color preview on #96CC45 background

This text has black color on #96CC45 background.


White color preview on #96CC45 background

This text has white color on #96CC45 background.