Shades of Dark Green #0A100E
Tints of Dark Green #0A100E
RGB
CMYK
RGB Variations
Color information
#0A100E (or 0x0A100E) is known color: Dark Green. HEX triplet: 0A, 10 and 0E. RGB value is (10,16,14). Sum of RGB (Red+Green+Blue) = 10+16+14=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 16 - color contains mainly: green. Hex color #0A100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A100E is #F5EFF1. Grayscale: #0D0D0D. Windows color (decimal): -16117746 or 921610. OLE color: 921610.
HSL color Cylindrical-coordinate representation of color #0A100E: hue angle of 160º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #0A100E is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 16 | 14 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.94 |
| HSL | 160º | 0.23% | 0.05% | - |
| HSV(B) | 160º | 0.38% | 0.06% | - |
| XYZ | 0.39 | 0.47 | 0.49 | - |
| YUV | 13.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 14 | 0.37 | 0 | 0.13 | 0.94 | 160 | 0.23 | 0.05 |
| Hex | A | 10 | E | 25 | 0 | D | 5E | A0 | 17 | 5 |
| Octal | 12 | 20 | 16 | 45 | 0 | 15 | 136 | 240 | 27 | 5 |
| Binary | 1010 | 10000 | 1110 | 100101 | 0 | 1101 | 1011110 | 10100000 | 10111 | 101 |
Color Harmonies of #0A100E
Complementary color
Monochromatic Colors of #0A100E
Black with #0A100E
Text Example
Text Example
White with #0A100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A100E; }
p { color: rgb(10,16,14); }
H1.HeaderClassName
{
color: #0A100E;
}
.AnyTagClassName
{
color: #0A100E;
}
</style>
background-color css
<style>
a { background-color: #0A100E; }
a { background-color: rgb(10,16,14); }
div.DivClassName
{
background-color: #0A100E;
}
.BgClassName
{
background-color: #0A100E;
}
</style>
border-color css
<style>
span { border-color: #0A100E; }
span { border-color: rgb(10,16,14); }
td.TdClassName
{
border-color: #0A100E;
}
.TagClassName
{
border-color: #0A100E;
}
</style>