Shades of Islamic Green #0FC707
Tints of Islamic Green #0FC707
RGB
CMYK
RGB Variations
Color information
#0FC707 (or 0x0FC707) is known color: Islamic Green. HEX triplet: 0F, C7 and 07. RGB value is (15,199,7). Sum of RGB (Red+Green+Blue) = 15+199+7=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 199 (78.12% from 255 or 90.05% from 221); Blue value is 7 (3.12% from 255 or 3.17% from 221); Max value from RGB is 199 - color contains mainly: green. Hex color #0FC707 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC707 is #F038F8. Grayscale: #7A7A7A. Windows color (decimal): -15743225 or 509711. OLE color: 509711.
HSL color Cylindrical-coordinate representation of color #0FC707: hue angle of 117.5º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FC707 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 199 | 7 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.22 |
| HSL | 117.5º | 0.93% | 0.4% | - |
| HSV(B) | 117.5º | 0.96% | 0.78% | - |
| XYZ | 20.66 | 40.96 | 7.02 | - |
| YUV | 122.1 | 63.04 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 199 | 7 | 0.92 | 0 | 0.96 | 0.22 | 117.5 | 0.93 | 0.4 |
| Hex | F | C7 | 7 | 5C | 0 | 60 | 16 | 76 | 5D | 28 |
| Octal | 17 | 307 | 7 | 134 | 0 | 140 | 26 | 166 | 135 | 50 |
| Binary | 1111 | 11000111 | 111 | 1011100 | 0 | 1100000 | 10110 | 1110110 | 1011101 | 101000 |
Color Harmonies of #0FC707
Complementary color
Monochromatic Colors of #0FC707
Black with #0FC707
Text Example
Text Example
White with #0FC707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC707; }
p { color: rgb(15,199,7); }
H1.HeaderClassName
{
color: #0FC707;
}
.AnyTagClassName
{
color: #0FC707;
}
</style>
background-color css
<style>
a { background-color: #0FC707; }
a { background-color: rgb(15,199,7); }
div.DivClassName
{
background-color: #0FC707;
}
.BgClassName
{
background-color: #0FC707;
}
</style>
border-color css
<style>
span { border-color: #0FC707; }
span { border-color: rgb(15,199,7); }
td.TdClassName
{
border-color: #0FC707;
}
.TagClassName
{
border-color: #0FC707;
}
</style>