Shades of Islamic Green #0FC210
Tints of Islamic Green #0FC210
RGB
CMYK
RGB Variations
Color information
#0FC210 (or 0x0FC210) is known color: Islamic Green. HEX triplet: 0F, C2 and 10. RGB value is (15,194,16). Sum of RGB (Red+Green+Blue) = 15+194+16=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 194 (76.17% from 255 or 86.22% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC210 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC210 is #F03DEF. Grayscale: #787878. Windows color (decimal): -15744496 or 1098255. OLE color: 1098255.
HSL color Cylindrical-coordinate representation of color #0FC210: 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 #0FC210 is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 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.58 | 38.72 | 6.93 | - |
| YUV | 120.19 | 69.2 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 16 | 0.92 | 0 | 0.92 | 0.24 | 120.34 | 0.86 | 0.41 |
| Hex | F | C2 | 10 | 5C | 0 | 5C | 18 | 78 | 56 | 29 |
| Octal | 17 | 302 | 20 | 134 | 0 | 134 | 30 | 170 | 126 | 51 |
| Binary | 1111 | 11000010 | 10000 | 1011100 | 0 | 1011100 | 11000 | 1111000 | 1010110 | 101001 |
Color Harmonies of #0FC210
Complementary color
Monochromatic Colors of #0FC210
Black with #0FC210
Text Example
Text Example
White with #0FC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC210; }
p { color: rgb(15,194,16); }
H1.HeaderClassName
{
color: #0FC210;
}
.AnyTagClassName
{
color: #0FC210;
}
</style>
background-color css
<style>
a { background-color: #0FC210; }
a { background-color: rgb(15,194,16); }
div.DivClassName
{
background-color: #0FC210;
}
.BgClassName
{
background-color: #0FC210;
}
</style>
border-color css
<style>
span { border-color: #0FC210; }
span { border-color: rgb(15,194,16); }
td.TdClassName
{
border-color: #0FC210;
}
.TagClassName
{
border-color: #0FC210;
}
</style>