Shades of Green #0F7902
Tints of Green #0F7902
RGB
CMYK
RGB Variations
Color information
#0F7902 (or 0x0F7902) is known color: Green. HEX triplet: 0F, 79 and 02. RGB value is (15,121,2). Sum of RGB (Red+Green+Blue) = 15+121+2=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 121 (47.66% from 255 or 87.68% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 121 - color contains mainly: green. Hex color #0F7902 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7902 is #F086FD. Grayscale: #4C4C4C. Windows color (decimal): -15763198 or 162063. OLE color: 162063.
HSL color Cylindrical-coordinate representation of color #0F7902: hue angle of 113.45º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F7902 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 121 | 2 | - |
| CMYK | 0.88 | 0 | 0.98 | 0.53 |
| HSL | 113.45º | 0.97% | 0.24% | - |
| HSV(B) | 113.45º | 0.98% | 0.47% | - |
| XYZ | 7.05 | 13.78 | 2.35 | - |
| YUV | 75.74 | 86.38 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 121 | 2 | 0.88 | 0 | 0.98 | 0.53 | 113.45 | 0.97 | 0.24 |
| Hex | F | 79 | 2 | 58 | 0 | 62 | 35 | 71 | 61 | 18 |
| Octal | 17 | 171 | 2 | 130 | 0 | 142 | 65 | 161 | 141 | 30 |
| Binary | 1111 | 1111001 | 10 | 1011000 | 0 | 1100010 | 110101 | 1110001 | 1100001 | 11000 |
Color Harmonies of #0F7902
Complementary color
Monochromatic Colors of #0F7902
Black with #0F7902
Text Example
Text Example
White with #0F7902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7902; }
p { color: rgb(15,121,2); }
H1.HeaderClassName
{
color: #0F7902;
}
.AnyTagClassName
{
color: #0F7902;
}
</style>
background-color css
<style>
a { background-color: #0F7902; }
a { background-color: rgb(15,121,2); }
div.DivClassName
{
background-color: #0F7902;
}
.BgClassName
{
background-color: #0F7902;
}
</style>
border-color css
<style>
span { border-color: #0F7902; }
span { border-color: rgb(15,121,2); }
td.TdClassName
{
border-color: #0F7902;
}
.TagClassName
{
border-color: #0F7902;
}
</style>