Shades of Green #0F8013
Tints of Green #0F8013
RGB
CMYK
RGB Variations
Color information
#0F8013 (or 0x0F8013) is known color: Green. HEX triplet: 0F, 80 and 13. RGB value is (15,128,19). Sum of RGB (Red+Green+Blue) = 15+128+19=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 128 (50.39% from 255 or 79.01% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8013 is #F07FEC. Grayscale: #525252. Windows color (decimal): -15761389 or 1277967. OLE color: 1277967.
HSL color Cylindrical-coordinate representation of color #0F8013: hue angle of 122.12º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8013 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 19 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.50 |
| HSL | 122.12º | 0.79% | 0.28% | - |
| HSV(B) | 122.12º | 0.88% | 0.5% | - |
| XYZ | 8.03 | 15.59 | 3.2 | - |
| YUV | 81.79 | 92.56 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 19 | 0.88 | 0 | 0.85 | 0.50 | 122.12 | 0.79 | 0.28 |
| Hex | F | 80 | 13 | 58 | 0 | 55 | 32 | 7A | 4F | 1C |
| Octal | 17 | 200 | 23 | 130 | 0 | 125 | 62 | 172 | 117 | 34 |
| Binary | 1111 | 10000000 | 10011 | 1011000 | 0 | 1010101 | 110010 | 1111010 | 1001111 | 11100 |
Color Harmonies of #0F8013
Complementary color
Monochromatic Colors of #0F8013
Black with #0F8013
Text Example
Text Example
White with #0F8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8013; }
p { color: rgb(15,128,19); }
H1.HeaderClassName
{
color: #0F8013;
}
.AnyTagClassName
{
color: #0F8013;
}
</style>
background-color css
<style>
a { background-color: #0F8013; }
a { background-color: rgb(15,128,19); }
div.DivClassName
{
background-color: #0F8013;
}
.BgClassName
{
background-color: #0F8013;
}
</style>
border-color css
<style>
span { border-color: #0F8013; }
span { border-color: rgb(15,128,19); }
td.TdClassName
{
border-color: #0F8013;
}
.TagClassName
{
border-color: #0F8013;
}
</style>