Shades of Dark Green #090C0A
Tints of Dark Green #090C0A
RGB
CMYK
RGB Variations
Color information
#090C0A (or 0x090C0A) is known color: Dark Green. HEX triplet: 09, 0C and 0A. RGB value is (9,12,10). Sum of RGB (Red+Green+Blue) = 9+12+10=31 (4% of max value = 765). Red value is 9 (3.91% from 255 or 29.03% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 12 - color contains mainly: green. Hex color #090C0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C0A is #F6F3F5. Grayscale: #0A0A0A. Windows color (decimal): -16184310 or 658441. OLE color: 658441.
HSL color Cylindrical-coordinate representation of color #090C0A: hue angle of 140º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #090C0A is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 12 | 10 | - |
CMYK | 0.25 | 0 | 0.17 | 0.95 |
HSL | 140º | 0.14% | 0.04% | - |
HSV(B) | 140º | 0.25% | 0.05% | - |
XYZ | 0.3 | 0.34 | 0.34 | - |
YUV | 10.88 | 127.51 | 126.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 12 | 10 | 0.25 | 0 | 0.17 | 0.95 | 140 | 0.14 | 0.04 |
Hex | 9 | C | A | 19 | 0 | 11 | 5F | 8C | E | 4 |
Octal | 11 | 14 | 12 | 31 | 0 | 21 | 137 | 214 | 16 | 4 |
Binary | 1001 | 1100 | 1010 | 11001 | 0 | 10001 | 1011111 | 10001100 | 1110 | 100 |
Color Harmonies of #090C0A
Complementary color
Monochromatic Colors of #090C0A
Black with #090C0A
Text Example
Text Example
White with #090C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C0A; }
p { color: rgb(9,12,10); }
H1.HeaderClassName
{
color: #090C0A;
}
.AnyTagClassName
{
color: #090C0A;
}
</style>
background-color css
<style>
a { background-color: #090C0A; }
a { background-color: rgb(9,12,10); }
div.DivClassName
{
background-color: #090C0A;
}
.BgClassName
{
background-color: #090C0A;
}
</style>
border-color css
<style>
span { border-color: #090C0A; }
span { border-color: rgb(9,12,10); }
td.TdClassName
{
border-color: #090C0A;
}
.TagClassName
{
border-color: #090C0A;
}
</style>