#000C0A (or 0x000C0A) is unknown color: approx 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.
<style> p { color: #000C0A; } p { color: rgb(0,12,10); } H1.HeaderClassName { color: #000C0A; } .AnyTagClassName { color: #000C0A; } </style>
<style> a { background-color: #000C0A; } a { background-color: rgb(0,12,10); } div.DivClassName { background-color: #000C0A; } .BgClassName { background-color: #000C0A; } </style>
<style> span { border-color: #000C0A; } span { border-color: rgb(0,12,10); } td.TdClassName { border-color: #000C0A; } .TagClassName { border-color: #000C0A; } </style>