COLOR #009000

HEX: #009000
RGB: (0,144,0)

Color info

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

RGB color model

#009000 color RGB value is (0,144,0).

  • red value is 0;
  • green value is 144;
  • blue value is 0.
RGB:
(0,144,0)
(0%,56%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 144 of 255 = 56%
B 0 of 255 = 0%

0
144
0

R + G + B ~ 19%. #009000 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#009000 color CMYK value is (100,0,100,44).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 43.53%
CMYK:
(100,0,100,44)
C100M0Y100K44 
(100%,0%,100%,44%)
(1.00/0.00/1.00/0.44)	

CMYK percentages

%100
%0
%100
%43.53

Codes

Color #009000 in popluar color models

009000
RGB01440
HSL120°100.00%28.24%
HSB/HSV120°100.00%56.47%
CMYK100.00%0.00%100.00%
43.53%

Color #009000 in popluar number systems.

HEX009000
Decimal01440
Binary0100100000
Octal02200

Shades and tints

Shades of #009000

#009000
(0,144,0)
#008300
(0,131,0)
#007600
(0,118,0)
#006900
(0,105,0)
#005C00
(0,92,0)
#004F00
(0,79,0)
#004200
(0,66,0)
#003500
(0,53,0)
#002800
(0,40,0)
#001B00
(0,27,0)
#000E00
(0,14,0)
#000000
(0,0,0)

Tints of #009000

#009000
(0,144,0)
#179A17
(23,154,23)
#2EA42E
(46,164,46)
#45AE45
(69,174,69)
#5CB85C
(92,184,92)
#73C273
(115,194,115)
#8ACC8A
(138,204,138)
#A1D6A1
(161,214,161)
#B8E0B8
(184,224,184)
#CFEACF
(207,234,207)
#E6F4E6
(230,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009000; }

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

This text font color is #009000.


Background Color

.myBgColor { background-color: #009000; }

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

This div background color is #009000.


Border color

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

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

This div border color is #009000.


Opacity

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

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

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

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

This text has shadow with #009000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009000 on black background.


Color preview on white background

This text has color #009000 on white background.



Black color preview on #009000 background

This text has black color on #009000 background.


White color preview on #009000 background

This text has white color on #009000 background.