Shades of Green #0F6F12
Tints of Green #0F6F12
RGB
CMYK
RGB Variations
Color information
#0F6F12 (or 0x0F6F12) is known color: Green. HEX triplet: 0F, 6F and 12. RGB value is (15,111,18). Sum of RGB (Red+Green+Blue) = 15+111+18=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6F12 is #F090ED. Grayscale: #474747. Windows color (decimal): -15765742 or 1208079. OLE color: 1208079.
HSL color Cylindrical-coordinate representation of color #0F6F12: hue angle of 121.88º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6F12 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 111 | 18 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.56 |
| HSL | 121.88º | 0.76% | 0.25% | - |
| HSV(B) | 121.88º | 0.86% | 0.44% | - |
| XYZ | 5.99 | 11.51 | 2.48 | - |
| YUV | 71.69 | 97.7 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 18 | 0.86 | 0 | 0.84 | 0.56 | 121.88 | 0.76 | 0.25 |
| Hex | F | 6F | 12 | 56 | 0 | 54 | 38 | 7A | 4C | 19 |
| Octal | 17 | 157 | 22 | 126 | 0 | 124 | 70 | 172 | 114 | 31 |
| Binary | 1111 | 1101111 | 10010 | 1010110 | 0 | 1010100 | 111000 | 1111010 | 1001100 | 11001 |
Color Harmonies of #0F6F12
Complementary color
Monochromatic Colors of #0F6F12
Black with #0F6F12
Text Example
Text Example
White with #0F6F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6F12; }
p { color: rgb(15,111,18); }
H1.HeaderClassName
{
color: #0F6F12;
}
.AnyTagClassName
{
color: #0F6F12;
}
</style>
background-color css
<style>
a { background-color: #0F6F12; }
a { background-color: rgb(15,111,18); }
div.DivClassName
{
background-color: #0F6F12;
}
.BgClassName
{
background-color: #0F6F12;
}
</style>
border-color css
<style>
span { border-color: #0F6F12; }
span { border-color: rgb(15,111,18); }
td.TdClassName
{
border-color: #0F6F12;
}
.TagClassName
{
border-color: #0F6F12;
}
</style>