Color Hex Logo

#009900 Color Hex

#009900
(0,153,0)
12 Favorites   3 Comments

Color spaces of #009900

RGB 01530
HSL0.331.000.30
HSV120°100°60°
CMYK 1.000.001.00   0.40
XYZ11.391222.78253.7971
Yxy22.78250.30000.6000
Hunter Lab47.7310-40.929528.6951
CIE-Lab54.8476-58.860556.8088

#009900 color RGB value is (0,153,0). This hex color code is also a web safe color which is equal to #090.

#009900 hex color red value is 0, green value is 153 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #009900 hue: 0.33 , saturation: 1.00 and the lightness value of 009900 is 0.30.

The process color (four color CMYK) of #009900 color hex is 1.00, 0.00, 1.00, 0.40. Web safe color of #009900 is #009900. Color #009900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011001 00000000
Octal 0 231 0
Decimal 0 153 0
Hex 0 99 0

RGB Percentages of Color #009900

%0.00
%100.00
%0.00

CMYK Percentages of Color #009900

%100
%0
%100
%40

Triadic Colors of #009900

#009900 #000099 #990000

Analogous Colors of #009900

#009900 #00994d #4c9900

Monochromatic Colors of #009900

#009900

Complementary Color

#009900 #990099

#009900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009900 Color CSS Codes

.mybgcolor {background-color:#009900; } 
.myforecolor {color:#009900; }
.mybordercolor {border:3px solid #009900; }

#009900 Text Font Color

<p style="color:#009900">Text here</p>

This sample text font color is #009900
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#009900 Background Color

<div style="background-color:#009900">
Div content here</div>

This div background color is #009900


#009900 Border Color

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

This div border color is #009900


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,153,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009900; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009900;
  -webkit-box-shadow: 1px 1px 3px 2px #009900;
  box-shadow:         1px 1px 3px 2px #009900; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,153,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #009900">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #009900;
  -webkit-box-shadow: 1px 1px 3px 2px #009900;
  box-shadow:         1px 1px 3px 2px #009900;">
Div content here</div>

This div box has shadow with color #009900


Comments

10 Mar 2020, 19:17 TheDogeGameing

I used this color for a Emerald river in my Minecraft pack

22 Jun 2014, 21:23 (guest)

I just looked at this and this is very amazing!! #ColorGreen

22 May 2012, 12:21 (guest)

This is true already.

Please login to write comment.