Shades of Dark Green #0A1512
Tints of Dark Green #0A1512
RGB
CMYK
RGB Variations
Color information
#0A1512 (or 0x0A1512) is known color: Dark Green. HEX triplet: 0A, 15 and 12. RGB value is (10,21,18). Sum of RGB (Red+Green+Blue) = 10+21+18=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1512 is #F5EAED. Grayscale: #111111. Windows color (decimal): -16116462 or 1185034. OLE color: 1185034.
HSL color Cylindrical-coordinate representation of color #0A1512: hue angle of 163.64º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A1512 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 21 | 18 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.92 |
| HSL | 163.64º | 0.35% | 0.06% | - |
| HSV(B) | 163.64º | 0.52% | 0.08% | - |
| XYZ | 0.5 | 0.64 | 0.67 | - |
| YUV | 17.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 18 | 0.52 | 0 | 0.14 | 0.92 | 163.64 | 0.35 | 0.06 |
| Hex | A | 15 | 12 | 34 | 0 | E | 5C | A4 | 23 | 6 |
| Octal | 12 | 25 | 22 | 64 | 0 | 16 | 134 | 244 | 43 | 6 |
| Binary | 1010 | 10101 | 10010 | 110100 | 0 | 1110 | 1011100 | 10100100 | 100011 | 110 |
Color Harmonies of #0A1512
Complementary color
Monochromatic Colors of #0A1512
Black with #0A1512
Text Example
Text Example
White with #0A1512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1512; }
p { color: rgb(10,21,18); }
H1.HeaderClassName
{
color: #0A1512;
}
.AnyTagClassName
{
color: #0A1512;
}
</style>
background-color css
<style>
a { background-color: #0A1512; }
a { background-color: rgb(10,21,18); }
div.DivClassName
{
background-color: #0A1512;
}
.BgClassName
{
background-color: #0A1512;
}
</style>
border-color css
<style>
span { border-color: #0A1512; }
span { border-color: rgb(10,21,18); }
td.TdClassName
{
border-color: #0A1512;
}
.TagClassName
{
border-color: #0A1512;
}
</style>