Shades of Green #0F8704
Tints of Green #0F8704
RGB
CMYK
RGB Variations
Color information
#0F8704 (or 0x0F8704) is known color: Green. HEX triplet: 0F, 87 and 04. RGB value is (15,135,4). Sum of RGB (Red+Green+Blue) = 15+135+4=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 135 (53.12% from 255 or 87.66% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 135 - color contains mainly: green. Hex color #0F8704 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8704 is #F078FB. Grayscale: #545454. Windows color (decimal): -15759612 or 296719. OLE color: 296719.
HSL color Cylindrical-coordinate representation of color #0F8704: hue angle of 114.96º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F8704 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 15 | 135 | 4 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.47 |
| HSL | 114.96º | 0.94% | 0.27% | - |
| HSV(B) | 114.96º | 0.97% | 0.53% | - |
| XYZ | 8.88 | 17.44 | 3.01 | - |
| YUV | 84.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 135 | 4 | 0.89 | 0 | 0.97 | 0.47 | 114.96 | 0.94 | 0.27 |
| Hex | F | 87 | 4 | 59 | 0 | 61 | 2F | 73 | 5E | 1B |
| Octal | 17 | 207 | 4 | 131 | 0 | 141 | 57 | 163 | 136 | 33 |
| Binary | 1111 | 10000111 | 100 | 1011001 | 0 | 1100001 | 101111 | 1110011 | 1011110 | 11011 |
Color Harmonies of #0F8704
Complementary color
Monochromatic Colors of #0F8704
Black with #0F8704
Text Example
Text Example
White with #0F8704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8704; }
p { color: rgb(15,135,4); }
H1.HeaderClassName
{
color: #0F8704;
}
.AnyTagClassName
{
color: #0F8704;
}
</style>
background-color css
<style>
a { background-color: #0F8704; }
a { background-color: rgb(15,135,4); }
div.DivClassName
{
background-color: #0F8704;
}
.BgClassName
{
background-color: #0F8704;
}
</style>
border-color css
<style>
span { border-color: #0F8704; }
span { border-color: rgb(15,135,4); }
td.TdClassName
{
border-color: #0F8704;
}
.TagClassName
{
border-color: #0F8704;
}
</style>