Shades of Islamic Green #0FC200
Tints of Islamic Green #0FC200
RGB
CMYK
RGB Variations
Color information
#0FC200 (or 0x0FC200) is known color: Islamic Green. HEX triplet: 0F, C2 and 00. RGB value is (15,194,0). Sum of RGB (Red+Green+Blue) = 15+194+0=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 194 (76.17% from 255 or 92.82% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC200 is #F03DFF. Grayscale: #767676. Windows color (decimal): -15744512 or 49679. OLE color: 49679.
HSL color Cylindrical-coordinate representation of color #0FC200: hue angle of 115.36º 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 #0FC200 is Cyan = 0.92, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 0 | - |
| CMYK | 0.92 | 0 | 1 | 0.24 |
| HSL | 115.36º | 1% | 0.38% | - |
| HSV(B) | 115.36º | 1% | 0.76% | - |
| XYZ | 19.49 | 38.69 | 6.44 | - |
| YUV | 118.36 | 61.2 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 0 | 0.92 | 0 | 1 | 0.24 | 115.36 | 1 | 0.38 |
| Hex | F | C2 | 0 | 5C | 0 | 64 | 18 | 73 | 64 | 26 |
| Octal | 17 | 302 | 0 | 134 | 0 | 144 | 30 | 163 | 144 | 46 |
| Binary | 1111 | 11000010 | 0 | 1011100 | 0 | 1100100 | 11000 | 1110011 | 1100100 | 100110 |
Color Harmonies of #0FC200
Complementary color
Monochromatic Colors of #0FC200
Black with #0FC200
Text Example
Text Example
White with #0FC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC200; }
p { color: rgb(15,194,0); }
H1.HeaderClassName
{
color: #0FC200;
}
.AnyTagClassName
{
color: #0FC200;
}
</style>
background-color css
<style>
a { background-color: #0FC200; }
a { background-color: rgb(15,194,0); }
div.DivClassName
{
background-color: #0FC200;
}
.BgClassName
{
background-color: #0FC200;
}
</style>
border-color css
<style>
span { border-color: #0FC200; }
span { border-color: rgb(15,194,0); }
td.TdClassName
{
border-color: #0FC200;
}
.TagClassName
{
border-color: #0FC200;
}
</style>