Shades of Dark Green #0A1814
Tints of Dark Green #0A1814
RGB
CMYK
RGB Variations
Color information
#0A1814 (or 0x0A1814) is known color: Dark Green. HEX triplet: 0A, 18 and 14. RGB value is (10,24,20). Sum of RGB (Red+Green+Blue) = 10+24+20=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 24 (9.77% from 255 or 44.44% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1814 is #F5E7EB. Grayscale: #131313. Windows color (decimal): -16115692 or 1316874. OLE color: 1316874.
HSL color Cylindrical-coordinate representation of color #0A1814: hue angle of 162.86º 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 #0A1814 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 24 | 20 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.91 |
| HSL | 162.86º | 0.41% | 0.07% | - |
| HSV(B) | 162.86º | 0.58% | 0.09% | - |
| XYZ | 0.58 | 0.77 | 0.78 | - |
| YUV | 19.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 20 | 0.58 | 0 | 0.17 | 0.91 | 162.86 | 0.41 | 0.07 |
| Hex | A | 18 | 14 | 3A | 0 | 11 | 5B | A3 | 29 | 7 |
| Octal | 12 | 30 | 24 | 72 | 0 | 21 | 133 | 243 | 51 | 7 |
| Binary | 1010 | 11000 | 10100 | 111010 | 0 | 10001 | 1011011 | 10100011 | 101001 | 111 |
Color Harmonies of #0A1814
Complementary color
Monochromatic Colors of #0A1814
Black with #0A1814
Text Example
Text Example
White with #0A1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1814; }
p { color: rgb(10,24,20); }
H1.HeaderClassName
{
color: #0A1814;
}
.AnyTagClassName
{
color: #0A1814;
}
</style>
background-color css
<style>
a { background-color: #0A1814; }
a { background-color: rgb(10,24,20); }
div.DivClassName
{
background-color: #0A1814;
}
.BgClassName
{
background-color: #0A1814;
}
</style>
border-color css
<style>
span { border-color: #0A1814; }
span { border-color: rgb(10,24,20); }
td.TdClassName
{
border-color: #0A1814;
}
.TagClassName
{
border-color: #0A1814;
}
</style>