Shades of Islamic Green #0FC100
Tints of Islamic Green #0FC100
RGB
CMYK
RGB Variations
Color information
#0FC100 (or 0x0FC100) is known color: Islamic Green. HEX triplet: 0F, C1 and 00. RGB value is (15,193,0). Sum of RGB (Red+Green+Blue) = 15+193+0=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 193 (75.78% from 255 or 92.79% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 193 - color contains mainly: green. Hex color #0FC100 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC100 is #F03EFF. Grayscale: #767676. Windows color (decimal): -15744768 or 49423. OLE color: 49423.
HSL color Cylindrical-coordinate representation of color #0FC100: hue angle of 115.34º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FC100 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 193 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.24 |
| HSL | 115.34º | 1% | 0.38% | - |
| HSV(B) | 115.34º | 1% | 0.76% | - |
| XYZ | 19.27 | 38.24 | 6.37 | - |
| YUV | 117.78 | 61.53 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 193 | 0 | 0.92 | 0 | 1 | 0.24 | 115.34 | 1 | 0.38 |
| Hex | F | C1 | 0 | 5C | 0 | 64 | 18 | 73 | 64 | 26 |
| Octal | 17 | 301 | 0 | 134 | 0 | 144 | 30 | 163 | 144 | 46 |
| Binary | 1111 | 11000001 | 0 | 1011100 | 0 | 1100100 | 11000 | 1110011 | 1100100 | 100110 |
Color Harmonies of #0FC100
Complementary color
Monochromatic Colors of #0FC100
Black with #0FC100
Text Example
Text Example
White with #0FC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC100; }
p { color: rgb(15,193,0); }
H1.HeaderClassName
{
color: #0FC100;
}
.AnyTagClassName
{
color: #0FC100;
}
</style>
background-color css
<style>
a { background-color: #0FC100; }
a { background-color: rgb(15,193,0); }
div.DivClassName
{
background-color: #0FC100;
}
.BgClassName
{
background-color: #0FC100;
}
</style>
border-color css
<style>
span { border-color: #0FC100; }
span { border-color: rgb(15,193,0); }
td.TdClassName
{
border-color: #0FC100;
}
.TagClassName
{
border-color: #0FC100;
}
</style>