Shades of Dark Green #0A1611
Tints of Dark Green #0A1611
RGB
CMYK
RGB Variations
Color information
#0A1611 (or 0x0A1611) is known color: Dark Green. HEX triplet: 0A, 16 and 11. RGB value is (10,22,17). Sum of RGB (Red+Green+Blue) = 10+22+17=49 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.41% from 49); Green value is 22 (8.98% from 255 or 44.90% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1611 is #F5E9EE. Grayscale: #111111. Windows color (decimal): -16116207 or 1119754. OLE color: 1119754.
HSL color Cylindrical-coordinate representation of color #0A1611: hue angle of 155º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0A1611 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 22 | 17 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.91 |
| HSL | 155º | 0.38% | 0.06% | - |
| HSV(B) | 155º | 0.55% | 0.09% | - |
| XYZ | 0.51 | 0.68 | 0.63 | - |
| YUV | 17.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 22 | 17 | 0.55 | 0 | 0.23 | 0.91 | 155 | 0.38 | 0.06 |
| Hex | A | 16 | 11 | 37 | 0 | 17 | 5B | 9B | 26 | 6 |
| Octal | 12 | 26 | 21 | 67 | 0 | 27 | 133 | 233 | 46 | 6 |
| Binary | 1010 | 10110 | 10001 | 110111 | 0 | 10111 | 1011011 | 10011011 | 100110 | 110 |
Color Harmonies of #0A1611
Complementary color
Monochromatic Colors of #0A1611
Black with #0A1611
Text Example
Text Example
White with #0A1611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1611; }
p { color: rgb(10,22,17); }
H1.HeaderClassName
{
color: #0A1611;
}
.AnyTagClassName
{
color: #0A1611;
}
</style>
background-color css
<style>
a { background-color: #0A1611; }
a { background-color: rgb(10,22,17); }
div.DivClassName
{
background-color: #0A1611;
}
.BgClassName
{
background-color: #0A1611;
}
</style>
border-color css
<style>
span { border-color: #0A1611; }
span { border-color: rgb(10,22,17); }
td.TdClassName
{
border-color: #0A1611;
}
.TagClassName
{
border-color: #0A1611;
}
</style>