Shades of Green #0F6009
Tints of Green #0F6009
RGB
CMYK
RGB Variations
Color information
#0F6009 (or 0x0F6009) is known color: Green. HEX triplet: 0F, 60 and 09. RGB value is (15,96,9). Sum of RGB (Red+Green+Blue) = 15+96+9=120 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.5% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6009 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6009 is #F09FF6. Grayscale: #3E3E3E. Windows color (decimal): -15769591 or 614415. OLE color: 614415.
HSL color Cylindrical-coordinate representation of color #0F6009: hue angle of 115.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F6009 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 9 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.62 |
| HSL | 115.86º | 0.83% | 0.21% | - |
| HSV(B) | 115.86º | 0.91% | 0.38% | - |
| XYZ | 4.43 | 8.49 | 1.66 | - |
| YUV | 61.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 9 | 0.84 | 0 | 0.91 | 0.62 | 115.86 | 0.83 | 0.21 |
| Hex | F | 60 | 9 | 54 | 0 | 5B | 3E | 74 | 53 | 15 |
| Octal | 17 | 140 | 11 | 124 | 0 | 133 | 76 | 164 | 123 | 25 |
| Binary | 1111 | 1100000 | 1001 | 1010100 | 0 | 1011011 | 111110 | 1110100 | 1010011 | 10101 |
Color Harmonies of #0F6009
Complementary color
Monochromatic Colors of #0F6009
Black with #0F6009
Text Example
Text Example
White with #0F6009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6009; }
p { color: rgb(15,96,9); }
H1.HeaderClassName
{
color: #0F6009;
}
.AnyTagClassName
{
color: #0F6009;
}
</style>
background-color css
<style>
a { background-color: #0F6009; }
a { background-color: rgb(15,96,9); }
div.DivClassName
{
background-color: #0F6009;
}
.BgClassName
{
background-color: #0F6009;
}
</style>
border-color css
<style>
span { border-color: #0F6009; }
span { border-color: rgb(15,96,9); }
td.TdClassName
{
border-color: #0F6009;
}
.TagClassName
{
border-color: #0F6009;
}
</style>