Shades of Islamic Green #0FBC14
Tints of Islamic Green #0FBC14
RGB
CMYK
RGB Variations
Color information
#0FBC14 (or 0x0FBC14) is known color: Islamic Green. HEX triplet: 0F, BC and 14. RGB value is (15,188,20). Sum of RGB (Red+Green+Blue) = 15+188+20=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 188 (73.83% from 255 or 84.30% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 188 - color contains mainly: green. Hex color #0FBC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBC14 is #F043EB. Grayscale: #757575. Windows color (decimal): -15746028 or 1358863. OLE color: 1358863.
HSL color Cylindrical-coordinate representation of color #0FBC14: hue angle of 121.73º 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 #0FBC14 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 188 | 20 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.26 |
| HSL | 121.73º | 0.85% | 0.4% | - |
| HSV(B) | 121.73º | 0.92% | 0.74% | - |
| XYZ | 18.31 | 36.12 | 6.67 | - |
| YUV | 117.12 | 73.19 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 188 | 20 | 0.92 | 0 | 0.89 | 0.26 | 121.73 | 0.85 | 0.4 |
| Hex | F | BC | 14 | 5C | 0 | 59 | 1A | 7A | 55 | 28 |
| Octal | 17 | 274 | 24 | 134 | 0 | 131 | 32 | 172 | 125 | 50 |
| Binary | 1111 | 10111100 | 10100 | 1011100 | 0 | 1011001 | 11010 | 1111010 | 1010101 | 101000 |
Color Harmonies of #0FBC14
Complementary color
Monochromatic Colors of #0FBC14
Black with #0FBC14
Text Example
Text Example
White with #0FBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBC14; }
p { color: rgb(15,188,20); }
H1.HeaderClassName
{
color: #0FBC14;
}
.AnyTagClassName
{
color: #0FBC14;
}
</style>
background-color css
<style>
a { background-color: #0FBC14; }
a { background-color: rgb(15,188,20); }
div.DivClassName
{
background-color: #0FBC14;
}
.BgClassName
{
background-color: #0FBC14;
}
</style>
border-color css
<style>
span { border-color: #0FBC14; }
span { border-color: rgb(15,188,20); }
td.TdClassName
{
border-color: #0FBC14;
}
.TagClassName
{
border-color: #0FBC14;
}
</style>