Shades of Dark Green #0A150E
Tints of Dark Green #0A150E
RGB
CMYK
RGB Variations
Color information
#0A150E (or 0x0A150E) is known color: Dark Green. HEX triplet: 0A, 15 and 0E. RGB value is (10,21,14). Sum of RGB (Red+Green+Blue) = 10+21+14=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #0A150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A150E is #F5EAF1. Grayscale: #101010. Windows color (decimal): -16116466 or 922890. OLE color: 922890.
HSL color Cylindrical-coordinate representation of color #0A150E: hue angle of 141.82º 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 #0A150E is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 21 | 14 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.92 |
| HSL | 141.82º | 0.35% | 0.06% | - |
| HSV(B) | 141.82º | 0.52% | 0.08% | - |
| XYZ | 0.47 | 0.63 | 0.51 | - |
| YUV | 16.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 14 | 0.52 | 0 | 0.33 | 0.92 | 141.82 | 0.35 | 0.06 |
| Hex | A | 15 | E | 34 | 0 | 21 | 5C | 8E | 23 | 6 |
| Octal | 12 | 25 | 16 | 64 | 0 | 41 | 134 | 216 | 43 | 6 |
| Binary | 1010 | 10101 | 1110 | 110100 | 0 | 100001 | 1011100 | 10001110 | 100011 | 110 |
Color Harmonies of #0A150E
Complementary color
Monochromatic Colors of #0A150E
Black with #0A150E
Text Example
Text Example
White with #0A150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A150E; }
p { color: rgb(10,21,14); }
H1.HeaderClassName
{
color: #0A150E;
}
.AnyTagClassName
{
color: #0A150E;
}
</style>
background-color css
<style>
a { background-color: #0A150E; }
a { background-color: rgb(10,21,14); }
div.DivClassName
{
background-color: #0A150E;
}
.BgClassName
{
background-color: #0A150E;
}
</style>
border-color css
<style>
span { border-color: #0A150E; }
span { border-color: rgb(10,21,14); }
td.TdClassName
{
border-color: #0A150E;
}
.TagClassName
{
border-color: #0A150E;
}
</style>