Shades of Dark Green #0A110E
Tints of Dark Green #0A110E
RGB
CMYK
RGB Variations
Color information
#0A110E (or 0x0A110E) is known color: Dark Green. HEX triplet: 0A, 11 and 0E. RGB value is (10,17,14). Sum of RGB (Red+Green+Blue) = 10+17+14=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 17 - color contains mainly: green. Hex color #0A110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A110E is #F5EEF1. Grayscale: #0E0E0E. Windows color (decimal): -16117490 or 921866. OLE color: 921866.
HSL color Cylindrical-coordinate representation of color #0A110E: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0A110E is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 17 | 14 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.93 |
| HSL | 154.29º | 0.26% | 0.05% | - |
| HSV(B) | 154.29º | 0.41% | 0.07% | - |
| XYZ | 0.4 | 0.5 | 0.49 | - |
| YUV | 14.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 17 | 14 | 0.41 | 0 | 0.18 | 0.93 | 154.29 | 0.26 | 0.05 |
| Hex | A | 11 | E | 29 | 0 | 12 | 5D | 9A | 1A | 5 |
| Octal | 12 | 21 | 16 | 51 | 0 | 22 | 135 | 232 | 32 | 5 |
| Binary | 1010 | 10001 | 1110 | 101001 | 0 | 10010 | 1011101 | 10011010 | 11010 | 101 |
Color Harmonies of #0A110E
Complementary color
Monochromatic Colors of #0A110E
Black with #0A110E
Text Example
Text Example
White with #0A110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A110E; }
p { color: rgb(10,17,14); }
H1.HeaderClassName
{
color: #0A110E;
}
.AnyTagClassName
{
color: #0A110E;
}
</style>
background-color css
<style>
a { background-color: #0A110E; }
a { background-color: rgb(10,17,14); }
div.DivClassName
{
background-color: #0A110E;
}
.BgClassName
{
background-color: #0A110E;
}
</style>
border-color css
<style>
span { border-color: #0A110E; }
span { border-color: rgb(10,17,14); }
td.TdClassName
{
border-color: #0A110E;
}
.TagClassName
{
border-color: #0A110E;
}
</style>