Shades of Islamic Green #0FBC13
Tints of Islamic Green #0FBC13
RGB
CMYK
RGB Variations
Color information
#0FBC13 (or 0x0FBC13) is known color: Islamic Green. HEX triplet: 0F, BC and 13. RGB value is (15,188,19). Sum of RGB (Red+Green+Blue) = 15+188+19=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 188 (73.83% from 255 or 84.68% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC13 is #F043EC. Grayscale: #757575. Windows color (decimal): -15746029 or 1293327. OLE color: 1293327.
HSL color Cylindrical-coordinate representation of color #0FBC13: hue angle of 121.39º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBC13 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 19 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.26 |
| HSL | 121.39º | 0.85% | 0.4% | - |
| HSV(B) | 121.39º | 0.92% | 0.74% | - |
| XYZ | 18.3 | 36.12 | 6.62 | - |
| YUV | 117.01 | 72.69 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 19 | 0.92 | 0 | 0.90 | 0.26 | 121.39 | 0.85 | 0.4 |
| Hex | F | BC | 13 | 5C | 0 | 5A | 1A | 79 | 55 | 28 |
| Octal | 17 | 274 | 23 | 134 | 0 | 132 | 32 | 171 | 125 | 50 |
| Binary | 1111 | 10111100 | 10011 | 1011100 | 0 | 1011010 | 11010 | 1111001 | 1010101 | 101000 |
Color Harmonies of #0FBC13
Complementary color
Monochromatic Colors of #0FBC13
Black with #0FBC13
Text Example
Text Example
White with #0FBC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC13; }
p { color: rgb(15,188,19); }
H1.HeaderClassName
{
color: #0FBC13;
}
.AnyTagClassName
{
color: #0FBC13;
}
</style>
background-color css
<style>
a { background-color: #0FBC13; }
a { background-color: rgb(15,188,19); }
div.DivClassName
{
background-color: #0FBC13;
}
.BgClassName
{
background-color: #0FBC13;
}
</style>
border-color css
<style>
span { border-color: #0FBC13; }
span { border-color: rgb(15,188,19); }
td.TdClassName
{
border-color: #0FBC13;
}
.TagClassName
{
border-color: #0FBC13;
}
</style>