Shades of Islamic Green #0FC003
Tints of Islamic Green #0FC003
RGB
CMYK
RGB Variations
Color information
#0FC003 (or 0x0FC003) is known color: Islamic Green. HEX triplet: 0F, C0 and 03. RGB value is (15,192,3). Sum of RGB (Red+Green+Blue) = 15+192+3=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 192 (75.39% from 255 or 91.43% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 192 - color contains mainly: green. Hex color #0FC003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC003 is #F03FFC. Grayscale: #767676. Windows color (decimal): -15745021 or 245775. OLE color: 245775.
HSL color Cylindrical-coordinate representation of color #0FC003: hue angle of 116.19º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FC003 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 15 | 192 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.25 |
| HSL | 116.19º | 0.97% | 0.38% | - |
| HSV(B) | 116.19º | 0.98% | 0.75% | - |
| XYZ | 19.06 | 37.81 | 6.38 | - |
| YUV | 117.53 | 63.36 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 192 | 3 | 0.92 | 0 | 0.98 | 0.25 | 116.19 | 0.97 | 0.38 |
| Hex | F | C0 | 3 | 5C | 0 | 62 | 19 | 74 | 61 | 26 |
| Octal | 17 | 300 | 3 | 134 | 0 | 142 | 31 | 164 | 141 | 46 |
| Binary | 1111 | 11000000 | 11 | 1011100 | 0 | 1100010 | 11001 | 1110100 | 1100001 | 100110 |
Color Harmonies of #0FC003
Complementary color
Monochromatic Colors of #0FC003
Black with #0FC003
Text Example
Text Example
White with #0FC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC003; }
p { color: rgb(15,192,3); }
H1.HeaderClassName
{
color: #0FC003;
}
.AnyTagClassName
{
color: #0FC003;
}
</style>
background-color css
<style>
a { background-color: #0FC003; }
a { background-color: rgb(15,192,3); }
div.DivClassName
{
background-color: #0FC003;
}
.BgClassName
{
background-color: #0FC003;
}
</style>
border-color css
<style>
span { border-color: #0FC003; }
span { border-color: rgb(15,192,3); }
td.TdClassName
{
border-color: #0FC003;
}
.TagClassName
{
border-color: #0FC003;
}
</style>