Shades of Dark Green #0A100F
Tints of Dark Green #0A100F
RGB
CMYK
RGB Variations
Color information
#0A100F (or 0x0A100F) is known color: Dark Green. HEX triplet: 0A, 10 and 0F. RGB value is (10,16,15). Sum of RGB (Red+Green+Blue) = 10+16+15=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 16 - color contains mainly: green. Hex color #0A100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A100F is #F5EFF0. Grayscale: #0E0E0E. Windows color (decimal): -16117745 or 987146. OLE color: 987146.
HSL color Cylindrical-coordinate representation of color #0A100F: hue angle of 170º 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 #0A100F is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 10 | 16 | 15 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.94 |
| HSL | 170º | 0.23% | 0.05% | - |
| HSV(B) | 170º | 0.38% | 0.06% | - |
| XYZ | 0.4 | 0.47 | 0.52 | - |
| YUV | 14.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 16 | 15 | 0.37 | 0 | 0.06 | 0.94 | 170 | 0.23 | 0.05 |
| Hex | A | 10 | F | 25 | 0 | 6 | 5E | AA | 17 | 5 |
| Octal | 12 | 20 | 17 | 45 | 0 | 6 | 136 | 252 | 27 | 5 |
| Binary | 1010 | 10000 | 1111 | 100101 | 0 | 110 | 1011110 | 10101010 | 10111 | 101 |
Color Harmonies of #0A100F
Complementary color
Monochromatic Colors of #0A100F
Black with #0A100F
Text Example
Text Example
White with #0A100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A100F; }
p { color: rgb(10,16,15); }
H1.HeaderClassName
{
color: #0A100F;
}
.AnyTagClassName
{
color: #0A100F;
}
</style>
background-color css
<style>
a { background-color: #0A100F; }
a { background-color: rgb(10,16,15); }
div.DivClassName
{
background-color: #0A100F;
}
.BgClassName
{
background-color: #0A100F;
}
</style>
border-color css
<style>
span { border-color: #0A100F; }
span { border-color: rgb(10,16,15); }
td.TdClassName
{
border-color: #0A100F;
}
.TagClassName
{
border-color: #0A100F;
}
</style>