Shades of Islamic Green #0FC014
Tints of Islamic Green #0FC014
RGB
CMYK
RGB Variations
Color information
#0FC014 (or 0x0FC014) is known color: Islamic Green. HEX triplet: 0F, C0 and 14. RGB value is (15,192,20). Sum of RGB (Red+Green+Blue) = 15+192+20=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 192 (75.39% from 255 or 84.58% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC014 is #F03FEB. Grayscale: #777777. Windows color (decimal): -15745004 or 1359887. OLE color: 1359887.
HSL color Cylindrical-coordinate representation of color #0FC014: hue angle of 121.69º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC014 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 20 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.25 |
| HSL | 121.69º | 0.86% | 0.41% | - |
| HSV(B) | 121.69º | 0.92% | 0.75% | - |
| XYZ | 19.17 | 37.85 | 6.96 | - |
| YUV | 119.47 | 71.86 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 20 | 0.92 | 0 | 0.90 | 0.25 | 121.69 | 0.86 | 0.41 |
| Hex | F | C0 | 14 | 5C | 0 | 5A | 19 | 7A | 56 | 29 |
| Octal | 17 | 300 | 24 | 134 | 0 | 132 | 31 | 172 | 126 | 51 |
| Binary | 1111 | 11000000 | 10100 | 1011100 | 0 | 1011010 | 11001 | 1111010 | 1010110 | 101001 |
Color Harmonies of #0FC014
Complementary color
Monochromatic Colors of #0FC014
Black with #0FC014
Text Example
Text Example
White with #0FC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC014; }
p { color: rgb(15,192,20); }
H1.HeaderClassName
{
color: #0FC014;
}
.AnyTagClassName
{
color: #0FC014;
}
</style>
background-color css
<style>
a { background-color: #0FC014; }
a { background-color: rgb(15,192,20); }
div.DivClassName
{
background-color: #0FC014;
}
.BgClassName
{
background-color: #0FC014;
}
</style>
border-color css
<style>
span { border-color: #0FC014; }
span { border-color: rgb(15,192,20); }
td.TdClassName
{
border-color: #0FC014;
}
.TagClassName
{
border-color: #0FC014;
}
</style>