Shades of Islamic Green #0FC110
Tints of Islamic Green #0FC110
RGB
CMYK
RGB Variations
Color information
#0FC110 (or 0x0FC110) is known color: Islamic Green. HEX triplet: 0F, C1 and 10. RGB value is (15,193,16). Sum of RGB (Red+Green+Blue) = 15+193+16=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 193 (75.78% from 255 or 86.16% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC110 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC110 is #F03EEF. Grayscale: #787878. Windows color (decimal): -15744752 or 1097999. OLE color: 1097999.
HSL color Cylindrical-coordinate representation of color #0FC110: hue angle of 120.34º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC110 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 16 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.24 |
| HSL | 120.34º | 0.86% | 0.41% | - |
| HSV(B) | 120.34º | 0.92% | 0.76% | - |
| XYZ | 19.36 | 38.28 | 6.86 | - |
| YUV | 119.6 | 69.53 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 16 | 0.92 | 0 | 0.92 | 0.24 | 120.34 | 0.86 | 0.41 |
| Hex | F | C1 | 10 | 5C | 0 | 5C | 18 | 78 | 56 | 29 |
| Octal | 17 | 301 | 20 | 134 | 0 | 134 | 30 | 170 | 126 | 51 |
| Binary | 1111 | 11000001 | 10000 | 1011100 | 0 | 1011100 | 11000 | 1111000 | 1010110 | 101001 |
Color Harmonies of #0FC110
Complementary color
Monochromatic Colors of #0FC110
Black with #0FC110
Text Example
Text Example
White with #0FC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC110; }
p { color: rgb(15,193,16); }
H1.HeaderClassName
{
color: #0FC110;
}
.AnyTagClassName
{
color: #0FC110;
}
</style>
background-color css
<style>
a { background-color: #0FC110; }
a { background-color: rgb(15,193,16); }
div.DivClassName
{
background-color: #0FC110;
}
.BgClassName
{
background-color: #0FC110;
}
</style>
border-color css
<style>
span { border-color: #0FC110; }
span { border-color: rgb(15,193,16); }
td.TdClassName
{
border-color: #0FC110;
}
.TagClassName
{
border-color: #0FC110;
}
</style>