Shades of Dark Green #090A0A
Tints of Dark Green #090A0A
RGB
CMYK
RGB Variations
Color information
#090A0A (or 0x090A0A) is known color: Dark Green. HEX triplet: 09, 0A and 0A. RGB value is (9,10,10). Sum of RGB (Red+Green+Blue) = 9+10+10=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #090A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A0A is #F6F5F5. Grayscale: #090909. Windows color (decimal): -16184822 or 657929. OLE color: 657929.
HSL color Cylindrical-coordinate representation of color #090A0A: hue angle of 180º degrees, saturation: 0.05, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #090A0A is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 9 | 10 | 10 | - |
| CMYK | 0.10 | 0 | 0 | 0.96 |
| HSL | 180º | 0.05% | 0.04% | - |
| HSV(B) | 180º | 0.1% | 0.04% | - |
| XYZ | 0.28 | 0.3 | 0.33 | - |
| YUV | 9.7 | 128.17 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 10 | 0.10 | 0 | 0 | 0.96 | 180 | 0.05 | 0.04 |
| Hex | 9 | A | A | A | 0 | 0 | 60 | B4 | 5 | 4 |
| Octal | 11 | 12 | 12 | 12 | 0 | 0 | 140 | 264 | 5 | 4 |
| Binary | 1001 | 1010 | 1010 | 1010 | 0 | 0 | 1100000 | 10110100 | 101 | 100 |
Color Harmonies of #090A0A
Complementary color
Monochromatic Colors of #090A0A
Black with #090A0A
Text Example
Text Example
White with #090A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A0A; }
p { color: rgb(9,10,10); }
H1.HeaderClassName
{
color: #090A0A;
}
.AnyTagClassName
{
color: #090A0A;
}
</style>
background-color css
<style>
a { background-color: #090A0A; }
a { background-color: rgb(9,10,10); }
div.DivClassName
{
background-color: #090A0A;
}
.BgClassName
{
background-color: #090A0A;
}
</style>
border-color css
<style>
span { border-color: #090A0A; }
span { border-color: rgb(9,10,10); }
td.TdClassName
{
border-color: #090A0A;
}
.TagClassName
{
border-color: #090A0A;
}
</style>