Shades of Dark Green #0A1811
Tints of Dark Green #0A1811
RGB
CMYK
RGB Variations
Color information
#0A1811 (or 0x0A1811) is known color: Dark Green. HEX triplet: 0A, 18 and 11. RGB value is (10,24,17). Sum of RGB (Red+Green+Blue) = 10+24+17=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1811 is #F5E7EE. Grayscale: #131313. Windows color (decimal): -16115695 or 1120266. OLE color: 1120266.
HSL color Cylindrical-coordinate representation of color #0A1811: hue angle of 150º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1811 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 24 | 17 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.91 |
| HSL | 150º | 0.41% | 0.07% | - |
| HSV(B) | 150º | 0.58% | 0.09% | - |
| XYZ | 0.55 | 0.76 | 0.65 | - |
| YUV | 19.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 17 | 0.58 | 0 | 0.29 | 0.91 | 150 | 0.41 | 0.07 |
| Hex | A | 18 | 11 | 3A | 0 | 1D | 5B | 96 | 29 | 7 |
| Octal | 12 | 30 | 21 | 72 | 0 | 35 | 133 | 226 | 51 | 7 |
| Binary | 1010 | 11000 | 10001 | 111010 | 0 | 11101 | 1011011 | 10010110 | 101001 | 111 |
Color Harmonies of #0A1811
Complementary color
Monochromatic Colors of #0A1811
Black with #0A1811
Text Example
Text Example
White with #0A1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1811; }
p { color: rgb(10,24,17); }
H1.HeaderClassName
{
color: #0A1811;
}
.AnyTagClassName
{
color: #0A1811;
}
</style>
background-color css
<style>
a { background-color: #0A1811; }
a { background-color: rgb(10,24,17); }
div.DivClassName
{
background-color: #0A1811;
}
.BgClassName
{
background-color: #0A1811;
}
</style>
border-color css
<style>
span { border-color: #0A1811; }
span { border-color: rgb(10,24,17); }
td.TdClassName
{
border-color: #0A1811;
}
.TagClassName
{
border-color: #0A1811;
}
</style>