COLOR #009500

HEX: #009500
RGB: (0,149,0)

Color info

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

RGB color model

#009500 color RGB value is (0,149,0).

  • red value is 0;
  • green value is 149;
  • blue value is 0.
RGB:
(0,149,0)
(0%,58%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 149 of 255 = 58%
B 0 of 255 = 0%

0
149
0

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#009500 color CMYK value is (100,0,100,42).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 41.57%
CMYK:
(100,0,100,42)
C100M0Y100K42 
(100%,0%,100%,42%)
(1.00/0.00/1.00/0.42)	

CMYK percentages

%100
%0
%100
%41.57

Codes

Color #009500 in popluar color models

009500
RGB01490
HSL120°100.00%29.22%
HSB/HSV120°100.00%58.43%
CMYK100.00%0.00%100.00%
41.57%

Color #009500 in popluar number systems.

HEX009500
Decimal01490
Binary0100101010
Octal02250

Shades and tints

Shades of #009500

#009500
(0,149,0)
#008800
(0,136,0)
#007B00
(0,123,0)
#006E00
(0,110,0)
#006100
(0,97,0)
#005400
(0,84,0)
#004700
(0,71,0)
#003A00
(0,58,0)
#002D00
(0,45,0)
#002000
(0,32,0)
#001300
(0,19,0)
#000000
(0,0,0)

Tints of #009500

#009500
(0,149,0)
#179E17
(23,158,23)
#2EA72E
(46,167,46)
#45B045
(69,176,69)
#5CB95C
(92,185,92)
#73C273
(115,194,115)
#8ACB8A
(138,203,138)
#A1D4A1
(161,212,161)
#B8DDB8
(184,221,184)
#CFE6CF
(207,230,207)
#E6EFE6
(230,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009500; }

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

This text font color is #009500.


Background Color

.myBgColor { background-color: #009500; }

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

This div background color is #009500.


Border color

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

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

This div border color is #009500.


Opacity

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

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

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

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

This text has shadow with #009500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009500 on black background.


Color preview on white background

This text has color #009500 on white background.



Black color preview on #009500 background

This text has black color on #009500 background.


White color preview on #009500 background

This text has white color on #009500 background.