#000A09

Color #000A09 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #000A09

Tints of Dark Green #000A09

Color information

#000A09 (or 0x000A09) is unknown color: approx Dark Green. HEX triplet: 00, 0A and 09. RGB value is (0,10,9). Sum of RGB (Red+Green+Blue) = 0+10+9=19 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 19); Green value is 10 (4.30% from 255 or 52.63% from 19); Blue value is 9 (3.91% from 255 or 47.37% from 19); Max value from RGB is 10 - color contains mainly: green. Hex color #000A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A09 is #FFF5F6. Grayscale: #060606. Windows color (decimal): -16774647 or 592384. OLE color: 592384.

HSL color Cylindrical-coordinate representation of color #000A09: hue angle of 174º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000A09 is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.96.

Color convert

RGB0109-
CMYK100.100.96
HSL174º100%1.96%-
HSV(B)174º100%3.92%-
XYZ0.160.240.3-
YUV6.9129.19123.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 10 (4.30% from 255) = 52.63%
BLUE value IS 9 (3.91% from 255) = 47.37%
R=0%
G=52.63%
B=47.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal0109100.100.961741001.96
Hex0A9640A60ae642
Octal012111440121402561442
Binary010101001110010001010110000010101110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000A09; }

 p { color: rgb(0,10,9); }

 H1.HeaderClassName
 {
   color: #000A09;
 }
 .AnyTagClassName
 {
   color: #000A09;
 }
</style>
background-color css

<style>
 a { background-color: #000A09; }

 a { background-color: rgb(0,10,9); }

 div.DivClassName
 {
   background-color: #000A09;
 }
 .BgClassName
 {
   background-color: #000A09;
 }
</style>
border-color css

<style>
 span { border-color: #000A09; }

 span { border-color: rgb(0,10,9); }

 td.TdClassName
 {
   border-color: #000A09;
 }
 .TagClassName
 {
   border-color: #000A09;
 }
</style>