Shades of Islamic Green #0FC007
Tints of Islamic Green #0FC007
RGB
CMYK
RGB Variations
Color information
#0FC007 (or 0x0FC007) is known color: Islamic Green. HEX triplet: 0F, C0 and 07. RGB value is (15,192,7). Sum of RGB (Red+Green+Blue) = 15+192+7=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 192 (75.39% from 255 or 89.72% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC007 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC007 is #F03FF8. Grayscale: #767676. Windows color (decimal): -15745017 or 507919. OLE color: 507919.
HSL color Cylindrical-coordinate representation of color #0FC007: hue angle of 117.41º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FC007 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 7 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.25 |
| HSL | 117.41º | 0.93% | 0.39% | - |
| HSV(B) | 117.41º | 0.96% | 0.75% | - |
| XYZ | 19.08 | 37.82 | 6.49 | - |
| YUV | 117.99 | 65.36 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 7 | 0.92 | 0 | 0.96 | 0.25 | 117.41 | 0.93 | 0.39 |
| Hex | F | C0 | 7 | 5C | 0 | 60 | 19 | 75 | 5D | 27 |
| Octal | 17 | 300 | 7 | 134 | 0 | 140 | 31 | 165 | 135 | 47 |
| Binary | 1111 | 11000000 | 111 | 1011100 | 0 | 1100000 | 11001 | 1110101 | 1011101 | 100111 |
Color Harmonies of #0FC007
Complementary color
Monochromatic Colors of #0FC007
Black with #0FC007
Text Example
Text Example
White with #0FC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC007; }
p { color: rgb(15,192,7); }
H1.HeaderClassName
{
color: #0FC007;
}
.AnyTagClassName
{
color: #0FC007;
}
</style>
background-color css
<style>
a { background-color: #0FC007; }
a { background-color: rgb(15,192,7); }
div.DivClassName
{
background-color: #0FC007;
}
.BgClassName
{
background-color: #0FC007;
}
</style>
border-color css
<style>
span { border-color: #0FC007; }
span { border-color: rgb(15,192,7); }
td.TdClassName
{
border-color: #0FC007;
}
.TagClassName
{
border-color: #0FC007;
}
</style>