Shades of Dark Green #0A1010
Tints of Dark Green #0A1010
RGB
CMYK
RGB Variations
Color information
#0A1010 (or 0x0A1010) is known color: Dark Green. HEX triplet: 0A, 10 and 10. RGB value is (10,16,16). Sum of RGB (Red+Green+Blue) = 10+16+16=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 16 (6.64% from 255 or 38.10% from 42); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #0A1010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1010 is #F5EFEF. Grayscale: #0E0E0E. Windows color (decimal): -16117744 or 1052682. OLE color: 1052682.
HSL color Cylindrical-coordinate representation of color #0A1010: hue angle of 180º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0A1010 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 16 | 16 | - |
| CMYK | 0.37 | 0 | 0 | 0.94 |
| HSL | 180º | 0.23% | 0.05% | - |
| HSV(B) | 180º | 0.38% | 0.06% | - |
| XYZ | 0.4 | 0.47 | 0.56 | - |
| YUV | 14.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 16 | 0.37 | 0 | 0 | 0.94 | 180 | 0.23 | 0.05 |
| Hex | A | 10 | 10 | 25 | 0 | 0 | 5E | B4 | 17 | 5 |
| Octal | 12 | 20 | 20 | 45 | 0 | 0 | 136 | 264 | 27 | 5 |
| Binary | 1010 | 10000 | 10000 | 100101 | 0 | 0 | 1011110 | 10110100 | 10111 | 101 |
Color Harmonies of #0A1010
Complementary color
Monochromatic Colors of #0A1010
Black with #0A1010
Text Example
Text Example
White with #0A1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1010; }
p { color: rgb(10,16,16); }
H1.HeaderClassName
{
color: #0A1010;
}
.AnyTagClassName
{
color: #0A1010;
}
</style>
background-color css
<style>
a { background-color: #0A1010; }
a { background-color: rgb(10,16,16); }
div.DivClassName
{
background-color: #0A1010;
}
.BgClassName
{
background-color: #0A1010;
}
</style>
border-color css
<style>
span { border-color: #0A1010; }
span { border-color: rgb(10,16,16); }
td.TdClassName
{
border-color: #0A1010;
}
.TagClassName
{
border-color: #0A1010;
}
</style>