Shades of Green #0F6D14
Tints of Green #0F6D14
RGB
CMYK
RGB Variations
Color information
#0F6D14 (or 0x0F6D14) is known color: Green. HEX triplet: 0F, 6D and 14. RGB value is (15,109,20). Sum of RGB (Red+Green+Blue) = 15+109+20=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 109 (42.97% from 255 or 75.69% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 109 - color contains mainly: green. Hex color #0F6D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6D14 is #F092EB. Grayscale: #474747. Windows color (decimal): -15766252 or 1338639. OLE color: 1338639.
HSL color Cylindrical-coordinate representation of color #0F6D14: hue angle of 123.19º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6D14 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 109 | 20 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.57 |
| HSL | 123.19º | 0.76% | 0.24% | - |
| HSV(B) | 123.19º | 0.86% | 0.43% | - |
| XYZ | 5.79 | 11.09 | 2.5 | - |
| YUV | 70.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 109 | 20 | 0.86 | 0 | 0.82 | 0.57 | 123.19 | 0.76 | 0.24 |
| Hex | F | 6D | 14 | 56 | 0 | 52 | 39 | 7B | 4C | 18 |
| Octal | 17 | 155 | 24 | 126 | 0 | 122 | 71 | 173 | 114 | 30 |
| Binary | 1111 | 1101101 | 10100 | 1010110 | 0 | 1010010 | 111001 | 1111011 | 1001100 | 11000 |
Color Harmonies of #0F6D14
Complementary color
Monochromatic Colors of #0F6D14
Black with #0F6D14
Text Example
Text Example
White with #0F6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6D14; }
p { color: rgb(15,109,20); }
H1.HeaderClassName
{
color: #0F6D14;
}
.AnyTagClassName
{
color: #0F6D14;
}
</style>
background-color css
<style>
a { background-color: #0F6D14; }
a { background-color: rgb(15,109,20); }
div.DivClassName
{
background-color: #0F6D14;
}
.BgClassName
{
background-color: #0F6D14;
}
</style>
border-color css
<style>
span { border-color: #0F6D14; }
span { border-color: rgb(15,109,20); }
td.TdClassName
{
border-color: #0F6D14;
}
.TagClassName
{
border-color: #0F6D14;
}
</style>