Shades of Islamic Green #0FC103
Tints of Islamic Green #0FC103
RGB
CMYK
RGB Variations
Color information
#0FC103 (or 0x0FC103) is known color: Islamic Green. HEX triplet: 0F, C1 and 03. RGB value is (15,193,3). Sum of RGB (Red+Green+Blue) = 15+193+3=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 193 (75.78% from 255 or 91.47% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC103 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC103 is #F03EFC. Grayscale: #767676. Windows color (decimal): -15744765 or 246031. OLE color: 246031.
HSL color Cylindrical-coordinate representation of color #0FC103: hue angle of 116.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FC103 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.24 |
| HSL | 116.21º | 0.97% | 0.38% | - |
| HSV(B) | 116.21º | 0.98% | 0.76% | - |
| XYZ | 19.28 | 38.25 | 6.45 | - |
| YUV | 118.12 | 63.03 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 3 | 0.92 | 0 | 0.98 | 0.24 | 116.21 | 0.97 | 0.38 |
| Hex | F | C1 | 3 | 5C | 0 | 62 | 18 | 74 | 61 | 26 |
| Octal | 17 | 301 | 3 | 134 | 0 | 142 | 30 | 164 | 141 | 46 |
| Binary | 1111 | 11000001 | 11 | 1011100 | 0 | 1100010 | 11000 | 1110100 | 1100001 | 100110 |
Color Harmonies of #0FC103
Complementary color
Monochromatic Colors of #0FC103
Black with #0FC103
Text Example
Text Example
White with #0FC103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC103; }
p { color: rgb(15,193,3); }
H1.HeaderClassName
{
color: #0FC103;
}
.AnyTagClassName
{
color: #0FC103;
}
</style>
background-color css
<style>
a { background-color: #0FC103; }
a { background-color: rgb(15,193,3); }
div.DivClassName
{
background-color: #0FC103;
}
.BgClassName
{
background-color: #0FC103;
}
</style>
border-color css
<style>
span { border-color: #0FC103; }
span { border-color: rgb(15,193,3); }
td.TdClassName
{
border-color: #0FC103;
}
.TagClassName
{
border-color: #0FC103;
}
</style>