Shades of Dark Green #0A1510
Tints of Dark Green #0A1510
RGB
CMYK
RGB Variations
Color information
#0A1510 (or 0x0A1510) is known color: Dark Green. HEX triplet: 0A, 15 and 10. RGB value is (10,21,16). Sum of RGB (Red+Green+Blue) = 10+21+16=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1510 is #F5EAEF. Grayscale: #111111. Windows color (decimal): -16116464 or 1053962. OLE color: 1053962.
HSL color Cylindrical-coordinate representation of color #0A1510: hue angle of 152.73º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A1510 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 21 | 16 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.92 |
| HSL | 152.73º | 0.35% | 0.06% | - |
| HSV(B) | 152.73º | 0.52% | 0.08% | - |
| XYZ | 0.49 | 0.64 | 0.59 | - |
| YUV | 17.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 16 | 0.52 | 0 | 0.24 | 0.92 | 152.73 | 0.35 | 0.06 |
| Hex | A | 15 | 10 | 34 | 0 | 18 | 5C | 99 | 23 | 6 |
| Octal | 12 | 25 | 20 | 64 | 0 | 30 | 134 | 231 | 43 | 6 |
| Binary | 1010 | 10101 | 10000 | 110100 | 0 | 11000 | 1011100 | 10011001 | 100011 | 110 |
Color Harmonies of #0A1510
Complementary color
Monochromatic Colors of #0A1510
Black with #0A1510
Text Example
Text Example
White with #0A1510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1510; }
p { color: rgb(10,21,16); }
H1.HeaderClassName
{
color: #0A1510;
}
.AnyTagClassName
{
color: #0A1510;
}
</style>
background-color css
<style>
a { background-color: #0A1510; }
a { background-color: rgb(10,21,16); }
div.DivClassName
{
background-color: #0A1510;
}
.BgClassName
{
background-color: #0A1510;
}
</style>
border-color css
<style>
span { border-color: #0A1510; }
span { border-color: rgb(10,21,16); }
td.TdClassName
{
border-color: #0A1510;
}
.TagClassName
{
border-color: #0A1510;
}
</style>