Shades of Dark Green #000A04
Tints of Dark Green #000A04
RGB
CMYK
RGB Variations
Color information
#000A04 (or 0x000A04) is known color: Dark Green. HEX triplet: 00, 0A and 04. RGB value is (0,10,4). Sum of RGB (Red+Green+Blue) = 0+10+4=14 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 14); Green value is 10 (4.30% from 255 or 71.43% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 10 - color contains mainly: green. Hex color #000A04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A04 is #FFF5FB. Grayscale: #060606. Windows color (decimal): -16774652 or 264704. OLE color: 264704.
HSL color Cylindrical-coordinate representation of color #000A04: hue angle of 144º 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 #000A04 is Cyan = 1, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 0 | 10 | 4 | - |
| CMYK | 1 | 0 | 0.6 | 0.96 |
| HSL | 144º | 1% | 0.02% | - |
| HSV(B) | 144º | 1% | 0.04% | - |
| XYZ | 0.13 | 0.23 | 0.15 | - |
| YUV | 6.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 4 | 1 | 0 | 0.6 | 0.96 | 144 | 1 | 0.02 |
| Hex | 0 | A | 4 | 64 | 0 | 3C | 60 | 90 | 64 | 2 |
| Octal | 0 | 12 | 4 | 144 | 0 | 74 | 140 | 220 | 144 | 2 |
| Binary | 0 | 1010 | 100 | 1100100 | 0 | 111100 | 1100000 | 10010000 | 1100100 | 10 |
Color Harmonies of #000A04
Complementary color
Monochromatic Colors of #000A04
Black with #000A04
Text Example
Text Example
White with #000A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A04; }
p { color: rgb(0,10,4); }
H1.HeaderClassName
{
color: #000A04;
}
.AnyTagClassName
{
color: #000A04;
}
</style>
background-color css
<style>
a { background-color: #000A04; }
a { background-color: rgb(0,10,4); }
div.DivClassName
{
background-color: #000A04;
}
.BgClassName
{
background-color: #000A04;
}
</style>
border-color css
<style>
span { border-color: #000A04; }
span { border-color: rgb(0,10,4); }
td.TdClassName
{
border-color: #000A04;
}
.TagClassName
{
border-color: #000A04;
}
</style>