Shades of Islamic Green #0FB10B
Tints of Islamic Green #0FB10B
RGB
CMYK
RGB Variations
Color information
#0FB10B (or 0x0FB10B) is known color: Islamic Green. HEX triplet: 0F, B1 and 0B. RGB value is (15,177,11). Sum of RGB (Red+Green+Blue) = 15+177+11=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 177 (69.53% from 255 or 87.19% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB10B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB10B is #F04EF4. Grayscale: #6E6E6E. Windows color (decimal): -15748853 or 766223. OLE color: 766223.
HSL color Cylindrical-coordinate representation of color #0FB10B: hue angle of 118.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FB10B is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 11 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.31 |
| HSL | 118.55º | 0.88% | 0.37% | - |
| HSV(B) | 118.55º | 0.94% | 0.69% | - |
| XYZ | 15.98 | 31.57 | 5.57 | - |
| YUV | 109.64 | 72.33 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 11 | 0.92 | 0 | 0.94 | 0.31 | 118.55 | 0.88 | 0.37 |
| Hex | F | B1 | B | 5C | 0 | 5E | 1F | 77 | 58 | 25 |
| Octal | 17 | 261 | 13 | 134 | 0 | 136 | 37 | 167 | 130 | 45 |
| Binary | 1111 | 10110001 | 1011 | 1011100 | 0 | 1011110 | 11111 | 1110111 | 1011000 | 100101 |
Color Harmonies of #0FB10B
Complementary color
Monochromatic Colors of #0FB10B
Black with #0FB10B
Text Example
Text Example
White with #0FB10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB10B; }
p { color: rgb(15,177,11); }
H1.HeaderClassName
{
color: #0FB10B;
}
.AnyTagClassName
{
color: #0FB10B;
}
</style>
background-color css
<style>
a { background-color: #0FB10B; }
a { background-color: rgb(15,177,11); }
div.DivClassName
{
background-color: #0FB10B;
}
.BgClassName
{
background-color: #0FB10B;
}
</style>
border-color css
<style>
span { border-color: #0FB10B; }
span { border-color: rgb(15,177,11); }
td.TdClassName
{
border-color: #0FB10B;
}
.TagClassName
{
border-color: #0FB10B;
}
</style>