Shades of Dark Green #0A1410
Tints of Dark Green #0A1410
RGB
CMYK
RGB Variations
Color information
#0A1410 (or 0x0A1410) is known color: Dark Green. HEX triplet: 0A, 14 and 10. RGB value is (10,20,16). Sum of RGB (Red+Green+Blue) = 10+20+16=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 16 (6.64% from 255 or 34.78% from 46); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1410 is #F5EBEF. Grayscale: #101010. Windows color (decimal): -16116720 or 1053706. OLE color: 1053706.
HSL color Cylindrical-coordinate representation of color #0A1410: hue angle of 156º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A1410 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 20 | 16 | - |
| CMYK | 0.50 | 0 | 0.20 | 0.92 |
| HSL | 156º | 0.33% | 0.06% | - |
| HSV(B) | 156º | 0.5% | 0.08% | - |
| XYZ | 0.47 | 0.6 | 0.58 | - |
| YUV | 16.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 16 | 0.50 | 0 | 0.20 | 0.92 | 156 | 0.33 | 0.06 |
| Hex | A | 14 | 10 | 32 | 0 | 14 | 5C | 9C | 21 | 6 |
| Octal | 12 | 24 | 20 | 62 | 0 | 24 | 134 | 234 | 41 | 6 |
| Binary | 1010 | 10100 | 10000 | 110010 | 0 | 10100 | 1011100 | 10011100 | 100001 | 110 |
Color Harmonies of #0A1410
Complementary color
Monochromatic Colors of #0A1410
Black with #0A1410
Text Example
Text Example
White with #0A1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1410; }
p { color: rgb(10,20,16); }
H1.HeaderClassName
{
color: #0A1410;
}
.AnyTagClassName
{
color: #0A1410;
}
</style>
background-color css
<style>
a { background-color: #0A1410; }
a { background-color: rgb(10,20,16); }
div.DivClassName
{
background-color: #0A1410;
}
.BgClassName
{
background-color: #0A1410;
}
</style>
border-color css
<style>
span { border-color: #0A1410; }
span { border-color: rgb(10,20,16); }
td.TdClassName
{
border-color: #0A1410;
}
.TagClassName
{
border-color: #0A1410;
}
</style>