Shades of Islamic Green #0BC00F
Tints of Islamic Green #0BC00F
RGB
CMYK
RGB Variations
Color information
#0BC00F (or 0x0BC00F) is known color: Islamic Green. HEX triplet: 0B, C0 and 0F. RGB value is (11,192,15). Sum of RGB (Red+Green+Blue) = 11+192+15=218 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.05% from 218); Green value is 192 (75.39% from 255 or 88.07% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC00F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BC00F is #F43FF0. Grayscale: #767676. Windows color (decimal): -16007153 or 1032203. OLE color: 1032203.
HSL color Cylindrical-coordinate representation of color #0BC00F: hue angle of 121.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC00F is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 15 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.25 |
| HSL | 121.33º | 0.89% | 0.4% | - |
| HSV(B) | 121.33º | 0.94% | 0.75% | - |
| XYZ | 19.07 | 37.8 | 6.74 | - |
| YUV | 117.7 | 70.03 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 15 | 0.94 | 0 | 0.92 | 0.25 | 121.33 | 0.89 | 0.4 |
| Hex | B | C0 | F | 5E | 0 | 5C | 19 | 79 | 59 | 28 |
| Octal | 13 | 300 | 17 | 136 | 0 | 134 | 31 | 171 | 131 | 50 |
| Binary | 1011 | 11000000 | 1111 | 1011110 | 0 | 1011100 | 11001 | 1111001 | 1011001 | 101000 |
Color Harmonies of #0BC00F
Complementary color
Monochromatic Colors of #0BC00F
Black with #0BC00F
Text Example
Text Example
White with #0BC00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC00F; }
p { color: rgb(11,192,15); }
H1.HeaderClassName
{
color: #0BC00F;
}
.AnyTagClassName
{
color: #0BC00F;
}
</style>
background-color css
<style>
a { background-color: #0BC00F; }
a { background-color: rgb(11,192,15); }
div.DivClassName
{
background-color: #0BC00F;
}
.BgClassName
{
background-color: #0BC00F;
}
</style>
border-color css
<style>
span { border-color: #0BC00F; }
span { border-color: rgb(11,192,15); }
td.TdClassName
{
border-color: #0BC00F;
}
.TagClassName
{
border-color: #0BC00F;
}
</style>