Shades of Green #0F8909
Tints of Green #0F8909
RGB
CMYK
RGB Variations
Color information
#0F8909 (or 0x0F8909) is known color: Green. HEX triplet: 0F, 89 and 09. RGB value is (15,137,9). Sum of RGB (Red+Green+Blue) = 15+137+9=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 137 (53.91% from 255 or 85.09% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 137 - color contains mainly: green. Hex color #0F8909 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8909 is #F076F6. Grayscale: #565656. Windows color (decimal): -15759095 or 624911. OLE color: 624911.
HSL color Cylindrical-coordinate representation of color #0F8909: hue angle of 117.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F8909 is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 137 | 9 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.46 |
| HSL | 117.19º | 0.88% | 0.29% | - |
| HSV(B) | 117.19º | 0.93% | 0.54% | - |
| XYZ | 9.19 | 18.01 | 3.25 | - |
| YUV | 85.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 137 | 9 | 0.89 | 0 | 0.93 | 0.46 | 117.19 | 0.88 | 0.29 |
| Hex | F | 89 | 9 | 59 | 0 | 5D | 2E | 75 | 58 | 1D |
| Octal | 17 | 211 | 11 | 131 | 0 | 135 | 56 | 165 | 130 | 35 |
| Binary | 1111 | 10001001 | 1001 | 1011001 | 0 | 1011101 | 101110 | 1110101 | 1011000 | 11101 |
Color Harmonies of #0F8909
Complementary color
Monochromatic Colors of #0F8909
Black with #0F8909
Text Example
Text Example
White with #0F8909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8909; }
p { color: rgb(15,137,9); }
H1.HeaderClassName
{
color: #0F8909;
}
.AnyTagClassName
{
color: #0F8909;
}
</style>
background-color css
<style>
a { background-color: #0F8909; }
a { background-color: rgb(15,137,9); }
div.DivClassName
{
background-color: #0F8909;
}
.BgClassName
{
background-color: #0F8909;
}
</style>
border-color css
<style>
span { border-color: #0F8909; }
span { border-color: rgb(15,137,9); }
td.TdClassName
{
border-color: #0F8909;
}
.TagClassName
{
border-color: #0F8909;
}
</style>