Shades of Dark Green #000A09
Tints of Dark Green #000A09
RGB
CMYK
RGB Variations
Color information
#000A09 (or 0x000A09) is known color: 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
| RGB | 0 | 10 | 9 | - |
| CMYK | 1 | 0 | 0.10 | 0.96 |
| HSL | 174º | 1% | 0.02% | - |
| HSV(B) | 174º | 1% | 0.04% | - |
| XYZ | 0.16 | 0.24 | 0.3 | - |
| YUV | 6.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 9 | 1 | 0 | 0.10 | 0.96 | 174 | 1 | 0.02 |
| Hex | 0 | A | 9 | 64 | 0 | A | 60 | AE | 64 | 2 |
| Octal | 0 | 12 | 11 | 144 | 0 | 12 | 140 | 256 | 144 | 2 |
| Binary | 0 | 1010 | 1001 | 1100100 | 0 | 1010 | 1100000 | 10101110 | 1100100 | 10 |
Color Harmonies of #000A09
Complementary color
Monochromatic Colors of #000A09
Black with #000A09
Text Example
Text Example
White with #000A09
Text Example
Text Example
HTML Codes & Css Web 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>