Shades of Dark Green #000C0A
Tints of Dark Green #000C0A
RGB
CMYK
RGB Variations
Color information
#000C0A (or 0x000C0A) is known color: Dark Green. HEX triplet: 00, 0C and 0A. RGB value is (0,12,10). Sum of RGB (Red+Green+Blue) = 0+12+10=22 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 22); Green value is 12 (5.08% from 255 or 54.55% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 12 - color contains mainly: green. Hex color #000C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000C0A is #FFF3F5. Grayscale: #080808. Windows color (decimal): -16774134 or 658432. OLE color: 658432.
HSL color Cylindrical-coordinate representation of color #000C0A: hue angle of 170º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C0A is Cyan = 1, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 12 | 10 | - |
| CMYK | 1 | 0 | 0.17 | 0.95 |
| HSL | 170º | 1% | 0.02% | - |
| HSV(B) | 170º | 1% | 0.05% | - |
| XYZ | 0.19 | 0.28 | 0.33 | - |
| YUV | 8.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 10 | 1 | 0 | 0.17 | 0.95 | 170 | 1 | 0.02 |
| Hex | 0 | C | A | 64 | 0 | 11 | 5F | AA | 64 | 2 |
| Octal | 0 | 14 | 12 | 144 | 0 | 21 | 137 | 252 | 144 | 2 |
| Binary | 0 | 1100 | 1010 | 1100100 | 0 | 10001 | 1011111 | 10101010 | 1100100 | 10 |
Color Harmonies of #000C0A
Complementary color
Monochromatic Colors of #000C0A
Black with #000C0A
Text Example
Text Example
White with #000C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000C0A; }
p { color: rgb(0,12,10); }
H1.HeaderClassName
{
color: #000C0A;
}
.AnyTagClassName
{
color: #000C0A;
}
</style>
background-color css
<style>
a { background-color: #000C0A; }
a { background-color: rgb(0,12,10); }
div.DivClassName
{
background-color: #000C0A;
}
.BgClassName
{
background-color: #000C0A;
}
</style>
border-color css
<style>
span { border-color: #000C0A; }
span { border-color: rgb(0,12,10); }
td.TdClassName
{
border-color: #000C0A;
}
.TagClassName
{
border-color: #000C0A;
}
</style>