Shades of Dark Green #090F0E
Tints of Dark Green #090F0E
RGB
CMYK
RGB Variations
Color information
#090F0E (or 0x090F0E) is known color: Dark Green. HEX triplet: 09, 0F and 0E. RGB value is (9,15,14). Sum of RGB (Red+Green+Blue) = 9+15+14=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 15 - color contains mainly: green. Hex color #090F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F0E is #F6F0F1. Grayscale: #0D0D0D. Windows color (decimal): -16183538 or 921353. OLE color: 921353.
HSL color Cylindrical-coordinate representation of color #090F0E: hue angle of 170º degrees, saturation: 0.25, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #090F0E is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 9 | 15 | 14 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.94 |
| HSL | 170º | 0.25% | 0.05% | - |
| HSV(B) | 170º | 0.4% | 0.06% | - |
| XYZ | 0.36 | 0.43 | 0.48 | - |
| YUV | 13.09 | 128.51 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 15 | 14 | 0.40 | 0 | 0.07 | 0.94 | 170 | 0.25 | 0.05 |
| Hex | 9 | F | E | 28 | 0 | 7 | 5E | AA | 19 | 5 |
| Octal | 11 | 17 | 16 | 50 | 0 | 7 | 136 | 252 | 31 | 5 |
| Binary | 1001 | 1111 | 1110 | 101000 | 0 | 111 | 1011110 | 10101010 | 11001 | 101 |
Color Harmonies of #090F0E
Complementary color
Monochromatic Colors of #090F0E
Black with #090F0E
Text Example
Text Example
White with #090F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090F0E; }
p { color: rgb(9,15,14); }
H1.HeaderClassName
{
color: #090F0E;
}
.AnyTagClassName
{
color: #090F0E;
}
</style>
background-color css
<style>
a { background-color: #090F0E; }
a { background-color: rgb(9,15,14); }
div.DivClassName
{
background-color: #090F0E;
}
.BgClassName
{
background-color: #090F0E;
}
</style>
border-color css
<style>
span { border-color: #090F0E; }
span { border-color: rgb(9,15,14); }
td.TdClassName
{
border-color: #090F0E;
}
.TagClassName
{
border-color: #090F0E;
}
</style>