Shades of Dark Green #090E0C
Tints of Dark Green #090E0C
RGB
CMYK
RGB Variations
Color information
#090E0C (or 0x090E0C) is known color: Dark Green. HEX triplet: 09, 0E and 0C. RGB value is (9,14,12). Sum of RGB (Red+Green+Blue) = 9+14+12=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 14 - color contains mainly: green. Hex color #090E0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090E0C is #F6F1F3. Grayscale: #0C0C0C. Windows color (decimal): -16183796 or 790025. OLE color: 790025.
HSL color Cylindrical-coordinate representation of color #090E0C: hue angle of 156º degrees, saturation: 0.22, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #090E0C is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 14 | 12 | - |
CMYK | 0.36 | 0 | 0.14 | 0.95 |
HSL | 156º | 0.22% | 0.05% | - |
HSV(B) | 156º | 0.36% | 0.05% | - |
XYZ | 0.34 | 0.4 | 0.41 | - |
YUV | 12.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 14 | 12 | 0.36 | 0 | 0.14 | 0.95 | 156 | 0.22 | 0.05 |
Hex | 9 | E | C | 24 | 0 | E | 5F | 9C | 16 | 5 |
Octal | 11 | 16 | 14 | 44 | 0 | 16 | 137 | 234 | 26 | 5 |
Binary | 1001 | 1110 | 1100 | 100100 | 0 | 1110 | 1011111 | 10011100 | 10110 | 101 |
Color Harmonies of #090E0C
Complementary color
Monochromatic Colors of #090E0C
Black with #090E0C
Text Example
Text Example
White with #090E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E0C; }
p { color: rgb(9,14,12); }
H1.HeaderClassName
{
color: #090E0C;
}
.AnyTagClassName
{
color: #090E0C;
}
</style>
background-color css
<style>
a { background-color: #090E0C; }
a { background-color: rgb(9,14,12); }
div.DivClassName
{
background-color: #090E0C;
}
.BgClassName
{
background-color: #090E0C;
}
</style>
border-color css
<style>
span { border-color: #090E0C; }
span { border-color: rgb(9,14,12); }
td.TdClassName
{
border-color: #090E0C;
}
.TagClassName
{
border-color: #090E0C;
}
</style>