Shades of Dark Green #000A05
Tints of Dark Green #000A05
RGB
CMYK
RGB Variations
Color information
#000A05 (or 0x000A05) is known color: Dark Green. HEX triplet: 00, 0A and 05. RGB value is (0,10,5). Sum of RGB (Red+Green+Blue) = 0+10+5=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 10 (4.30% from 255 or 66.67% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 10 - color contains mainly: green. Hex color #000A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A05 is #FFF5FA. Grayscale: #060606. Windows color (decimal): -16774651 or 330240. OLE color: 330240.
HSL color Cylindrical-coordinate representation of color #000A05: hue angle of 150º 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 #000A05 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 10 | 5 | - |
| CMYK | 1 | 0 | 0.50 | 0.96 |
| HSL | 150º | 1% | 0.02% | - |
| HSV(B) | 150º | 1% | 0.04% | - |
| XYZ | 0.14 | 0.23 | 0.18 | - |
| YUV | 6.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 5 | 1 | 0 | 0.50 | 0.96 | 150 | 1 | 0.02 |
| Hex | 0 | A | 5 | 64 | 0 | 32 | 60 | 96 | 64 | 2 |
| Octal | 0 | 12 | 5 | 144 | 0 | 62 | 140 | 226 | 144 | 2 |
| Binary | 0 | 1010 | 101 | 1100100 | 0 | 110010 | 1100000 | 10010110 | 1100100 | 10 |
Color Harmonies of #000A05
Complementary color
Monochromatic Colors of #000A05
Black with #000A05
Text Example
Text Example
White with #000A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A05; }
p { color: rgb(0,10,5); }
H1.HeaderClassName
{
color: #000A05;
}
.AnyTagClassName
{
color: #000A05;
}
</style>
background-color css
<style>
a { background-color: #000A05; }
a { background-color: rgb(0,10,5); }
div.DivClassName
{
background-color: #000A05;
}
.BgClassName
{
background-color: #000A05;
}
</style>
border-color css
<style>
span { border-color: #000A05; }
span { border-color: rgb(0,10,5); }
td.TdClassName
{
border-color: #000A05;
}
.TagClassName
{
border-color: #000A05;
}
</style>