Shades of Islamic Green #0FB111
Tints of Islamic Green #0FB111
RGB
CMYK
RGB Variations
Color information
#0FB111 (or 0x0FB111) is known color: Islamic Green. HEX triplet: 0F, B1 and 11. RGB value is (15,177,17). Sum of RGB (Red+Green+Blue) = 15+177+17=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 177 (69.53% from 255 or 84.69% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB111 is #F04EEE. Grayscale: #6E6E6E. Windows color (decimal): -15748847 or 1159439. OLE color: 1159439.
HSL color Cylindrical-coordinate representation of color #0FB111: hue angle of 120.74º 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 #0FB111 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 17 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.31 |
| HSL | 120.74º | 0.84% | 0.38% | - |
| HSV(B) | 120.74º | 0.92% | 0.69% | - |
| XYZ | 16.02 | 31.59 | 5.78 | - |
| YUV | 110.32 | 75.33 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 17 | 0.92 | 0 | 0.90 | 0.31 | 120.74 | 0.84 | 0.38 |
| Hex | F | B1 | 11 | 5C | 0 | 5A | 1F | 79 | 54 | 26 |
| Octal | 17 | 261 | 21 | 134 | 0 | 132 | 37 | 171 | 124 | 46 |
| Binary | 1111 | 10110001 | 10001 | 1011100 | 0 | 1011010 | 11111 | 1111001 | 1010100 | 100110 |
Color Harmonies of #0FB111
Complementary color
Monochromatic Colors of #0FB111
Black with #0FB111
Text Example
Text Example
White with #0FB111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB111; }
p { color: rgb(15,177,17); }
H1.HeaderClassName
{
color: #0FB111;
}
.AnyTagClassName
{
color: #0FB111;
}
</style>
background-color css
<style>
a { background-color: #0FB111; }
a { background-color: rgb(15,177,17); }
div.DivClassName
{
background-color: #0FB111;
}
.BgClassName
{
background-color: #0FB111;
}
</style>
border-color css
<style>
span { border-color: #0FB111; }
span { border-color: rgb(15,177,17); }
td.TdClassName
{
border-color: #0FB111;
}
.TagClassName
{
border-color: #0FB111;
}
</style>