Shades of Green #0F8113
Tints of Green #0F8113
RGB
CMYK
RGB Variations
Color information
#0F8113 (or 0x0F8113) is known color: Green. HEX triplet: 0F, 81 and 13. RGB value is (15,129,19). Sum of RGB (Red+Green+Blue) = 15+129+19=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 129 (50.78% from 255 or 79.14% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8113 is #F07EEC. Grayscale: #525252. Windows color (decimal): -15761133 or 1278223. OLE color: 1278223.
HSL color Cylindrical-coordinate representation of color #0F8113: hue angle of 122.11º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8113 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 19 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.49 |
| HSL | 122.11º | 0.79% | 0.28% | - |
| HSV(B) | 122.11º | 0.88% | 0.51% | - |
| XYZ | 8.16 | 15.85 | 3.24 | - |
| YUV | 82.37 | 92.23 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 19 | 0.88 | 0 | 0.85 | 0.49 | 122.11 | 0.79 | 0.28 |
| Hex | F | 81 | 13 | 58 | 0 | 55 | 31 | 7A | 4F | 1C |
| Octal | 17 | 201 | 23 | 130 | 0 | 125 | 61 | 172 | 117 | 34 |
| Binary | 1111 | 10000001 | 10011 | 1011000 | 0 | 1010101 | 110001 | 1111010 | 1001111 | 11100 |
Color Harmonies of #0F8113
Complementary color
Monochromatic Colors of #0F8113
Black with #0F8113
Text Example
Text Example
White with #0F8113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8113; }
p { color: rgb(15,129,19); }
H1.HeaderClassName
{
color: #0F8113;
}
.AnyTagClassName
{
color: #0F8113;
}
</style>
background-color css
<style>
a { background-color: #0F8113; }
a { background-color: rgb(15,129,19); }
div.DivClassName
{
background-color: #0F8113;
}
.BgClassName
{
background-color: #0F8113;
}
</style>
border-color css
<style>
span { border-color: #0F8113; }
span { border-color: rgb(15,129,19); }
td.TdClassName
{
border-color: #0F8113;
}
.TagClassName
{
border-color: #0F8113;
}
</style>