Shades of Dark Green #0A140E
Tints of Dark Green #0A140E
RGB
CMYK
RGB Variations
Color information
#0A140E (or 0x0A140E) is known color: Dark Green. HEX triplet: 0A, 14 and 0E. RGB value is (10,20,14). Sum of RGB (Red+Green+Blue) = 10+20+14=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #0A140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A140E is #F5EBF1. Grayscale: #101010. Windows color (decimal): -16116722 or 922634. OLE color: 922634.
HSL color Cylindrical-coordinate representation of color #0A140E: hue angle of 144º 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 #0A140E is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 20 | 14 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.92 |
| HSL | 144º | 0.33% | 0.06% | - |
| HSV(B) | 144º | 0.5% | 0.08% | - |
| XYZ | 0.45 | 0.6 | 0.51 | - |
| YUV | 16.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 14 | 0.50 | 0 | 0.30 | 0.92 | 144 | 0.33 | 0.06 |
| Hex | A | 14 | E | 32 | 0 | 1E | 5C | 90 | 21 | 6 |
| Octal | 12 | 24 | 16 | 62 | 0 | 36 | 134 | 220 | 41 | 6 |
| Binary | 1010 | 10100 | 1110 | 110010 | 0 | 11110 | 1011100 | 10010000 | 100001 | 110 |
Color Harmonies of #0A140E
Complementary color
Monochromatic Colors of #0A140E
Black with #0A140E
Text Example
Text Example
White with #0A140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A140E; }
p { color: rgb(10,20,14); }
H1.HeaderClassName
{
color: #0A140E;
}
.AnyTagClassName
{
color: #0A140E;
}
</style>
background-color css
<style>
a { background-color: #0A140E; }
a { background-color: rgb(10,20,14); }
div.DivClassName
{
background-color: #0A140E;
}
.BgClassName
{
background-color: #0A140E;
}
</style>
border-color css
<style>
span { border-color: #0A140E; }
span { border-color: rgb(10,20,14); }
td.TdClassName
{
border-color: #0A140E;
}
.TagClassName
{
border-color: #0A140E;
}
</style>