Shades of Dark Green #0A1511
Tints of Dark Green #0A1511
RGB
CMYK
RGB Variations
Color information
#0A1511 (or 0x0A1511) is known color: Dark Green. HEX triplet: 0A, 15 and 11. RGB value is (10,21,17). Sum of RGB (Red+Green+Blue) = 10+21+17=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1511 is #F5EAEE. Grayscale: #111111. Windows color (decimal): -16116463 or 1119498. OLE color: 1119498.
HSL color Cylindrical-coordinate representation of color #0A1511: hue angle of 158.18º 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 #0A1511 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 21 | 17 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.92 |
| HSL | 158.18º | 0.35% | 0.06% | - |
| HSV(B) | 158.18º | 0.52% | 0.08% | - |
| XYZ | 0.49 | 0.64 | 0.63 | - |
| YUV | 17.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 17 | 0.52 | 0 | 0.19 | 0.92 | 158.18 | 0.35 | 0.06 |
| Hex | A | 15 | 11 | 34 | 0 | 13 | 5C | 9E | 23 | 6 |
| Octal | 12 | 25 | 21 | 64 | 0 | 23 | 134 | 236 | 43 | 6 |
| Binary | 1010 | 10101 | 10001 | 110100 | 0 | 10011 | 1011100 | 10011110 | 100011 | 110 |
Color Harmonies of #0A1511
Complementary color
Monochromatic Colors of #0A1511
Black with #0A1511
Text Example
Text Example
White with #0A1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1511; }
p { color: rgb(10,21,17); }
H1.HeaderClassName
{
color: #0A1511;
}
.AnyTagClassName
{
color: #0A1511;
}
</style>
background-color css
<style>
a { background-color: #0A1511; }
a { background-color: rgb(10,21,17); }
div.DivClassName
{
background-color: #0A1511;
}
.BgClassName
{
background-color: #0A1511;
}
</style>
border-color css
<style>
span { border-color: #0A1511; }
span { border-color: rgb(10,21,17); }
td.TdClassName
{
border-color: #0A1511;
}
.TagClassName
{
border-color: #0A1511;
}
</style>