Shades of Islamic Green #0FB116
Tints of Islamic Green #0FB116
RGB
CMYK
RGB Variations
Color information
#0FB116 (or 0x0FB116) is known color: Islamic Green. HEX triplet: 0F, B1 and 16. RGB value is (15,177,22). Sum of RGB (Red+Green+Blue) = 15+177+22=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 177 (69.53% from 255 or 82.71% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB116 is #F04EE9. Grayscale: #6F6F6F. Windows color (decimal): -15748842 or 1487119. OLE color: 1487119.
HSL color Cylindrical-coordinate representation of color #0FB116: hue angle of 122.59º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB116 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 22 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.31 |
| HSL | 122.59º | 0.84% | 0.38% | - |
| HSV(B) | 122.59º | 0.92% | 0.69% | - |
| XYZ | 16.06 | 31.6 | 6.01 | - |
| YUV | 110.89 | 77.83 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 22 | 0.92 | 0 | 0.88 | 0.31 | 122.59 | 0.84 | 0.38 |
| Hex | F | B1 | 16 | 5C | 0 | 58 | 1F | 7B | 54 | 26 |
| Octal | 17 | 261 | 26 | 134 | 0 | 130 | 37 | 173 | 124 | 46 |
| Binary | 1111 | 10110001 | 10110 | 1011100 | 0 | 1011000 | 11111 | 1111011 | 1010100 | 100110 |
Color Harmonies of #0FB116
Complementary color
Monochromatic Colors of #0FB116
Black with #0FB116
Text Example
Text Example
White with #0FB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB116; }
p { color: rgb(15,177,22); }
H1.HeaderClassName
{
color: #0FB116;
}
.AnyTagClassName
{
color: #0FB116;
}
</style>
background-color css
<style>
a { background-color: #0FB116; }
a { background-color: rgb(15,177,22); }
div.DivClassName
{
background-color: #0FB116;
}
.BgClassName
{
background-color: #0FB116;
}
</style>
border-color css
<style>
span { border-color: #0FB116; }
span { border-color: rgb(15,177,22); }
td.TdClassName
{
border-color: #0FB116;
}
.TagClassName
{
border-color: #0FB116;
}
</style>