COLOR #009600

HEX: #009600
RGB: (0,150,0)

Color info

#009600 contains only green color. Web safe color of #009600 is #009900 (or #090).

RGB color model

#009600 color RGB value is (0,150,0).

  • red value is 0;
  • green value is 150;
  • blue value is 0.
RGB:
(0,150,0)
(0%,59%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 150 of 255 = 59%
B 0 of 255 = 0%

0
150
0

R + G + B ~ 20%. #009600 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 150 + 0 = 150 (100%)
R 0 of 150 ~ 0%
G 150 of 150 ~ 100%
B 0 of 150 ~ 0%

%100

CMYK color model

#009600 color CMYK value is (100,0,100,41).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 41.18%
CMYK:
(100,0,100,41)
C100M0Y100K41 
(100%,0%,100%,41%)
(1.00/0.00/1.00/0.41)	

CMYK percentages

%100
%0
%100
%41.18

Codes

Color #009600 in popluar color models

009600
RGB01500
HSL120°100.00%29.41%
HSB/HSV120°100.00%58.82%
CMYK100.00%0.00%100.00%
41.18%

Color #009600 in popluar number systems.

HEX009600
Decimal01500
Binary0100101100
Octal02260

Shades and tints

Shades of #009600

#009600
(0,150,0)
#008900
(0,137,0)
#007C00
(0,124,0)
#006F00
(0,111,0)
#006200
(0,98,0)
#005500
(0,85,0)
#004800
(0,72,0)
#003B00
(0,59,0)
#002E00
(0,46,0)
#002100
(0,33,0)
#001400
(0,20,0)
#000000
(0,0,0)

Tints of #009600

#009600
(0,150,0)
#179F17
(23,159,23)
#2EA82E
(46,168,46)
#45B145
(69,177,69)
#5CBA5C
(92,186,92)
#73C373
(115,195,115)
#8ACC8A
(138,204,138)
#A1D5A1
(161,213,161)
#B8DEB8
(184,222,184)
#CFE7CF
(207,231,207)
#E6F0E6
(230,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009600 color. Also use rgb(0,150,0) instead hex code.

Text Font Color

.myTextColor { color: #009600; }

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

This text font color is #009600.


Background Color

.myBgColor { background-color: #009600; }

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

This div background color is #009600.


Border color

.myBorderColor { border: 1px solid #009600; }

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

This div border color is #009600.


Opacity

.myOpacity80 { color: #009600; opacity: 0.8; }

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

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

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

This text has shadow with #009600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009600 on black background.


Color preview on white background

This text has color #009600 on white background.



Black color preview on #009600 background

This text has black color on #009600 background.


White color preview on #009600 background

This text has white color on #009600 background.