Shades of Islamic Green #0FC213
Tints of Islamic Green #0FC213
RGB
CMYK
RGB Variations
Color information
#0FC213 (or 0x0FC213) is known color: Islamic Green. HEX triplet: 0F, C2 and 13. RGB value is (15,194,19). Sum of RGB (Red+Green+Blue) = 15+194+19=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 194 (76.17% from 255 or 85.09% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC213 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC213 is #F03DEC. Grayscale: #797979. Windows color (decimal): -15744493 or 1294863. OLE color: 1294863.
HSL color Cylindrical-coordinate representation of color #0FC213: hue angle of 121.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 #0FC213 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 19 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.24 |
| HSL | 121.34º | 0.86% | 0.41% | - |
| HSV(B) | 121.34º | 0.92% | 0.76% | - |
| XYZ | 19.61 | 38.73 | 7.06 | - |
| YUV | 120.53 | 70.7 | 52.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 19 | 0.92 | 0 | 0.90 | 0.24 | 121.34 | 0.86 | 0.41 |
| Hex | F | C2 | 13 | 5C | 0 | 5A | 18 | 79 | 56 | 29 |
| Octal | 17 | 302 | 23 | 134 | 0 | 132 | 30 | 171 | 126 | 51 |
| Binary | 1111 | 11000010 | 10011 | 1011100 | 0 | 1011010 | 11000 | 1111001 | 1010110 | 101001 |
Color Harmonies of #0FC213
Complementary color
Monochromatic Colors of #0FC213
Black with #0FC213
Text Example
Text Example
White with #0FC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC213; }
p { color: rgb(15,194,19); }
H1.HeaderClassName
{
color: #0FC213;
}
.AnyTagClassName
{
color: #0FC213;
}
</style>
background-color css
<style>
a { background-color: #0FC213; }
a { background-color: rgb(15,194,19); }
div.DivClassName
{
background-color: #0FC213;
}
.BgClassName
{
background-color: #0FC213;
}
</style>
border-color css
<style>
span { border-color: #0FC213; }
span { border-color: rgb(15,194,19); }
td.TdClassName
{
border-color: #0FC213;
}
.TagClassName
{
border-color: #0FC213;
}
</style>