Shades of Islamic Green #0FB107
Tints of Islamic Green #0FB107
RGB
CMYK
RGB Variations
Color information
#0FB107 (or 0x0FB107) is known color: Islamic Green. HEX triplet: 0F, B1 and 07. RGB value is (15,177,7). Sum of RGB (Red+Green+Blue) = 15+177+7=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 177 (69.53% from 255 or 88.94% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB107 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB107 is #F04EF8. Grayscale: #6D6D6D. Windows color (decimal): -15748857 or 504079. OLE color: 504079.
HSL color Cylindrical-coordinate representation of color #0FB107: hue angle of 117.18º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FB107 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 7 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.31 |
| HSL | 117.18º | 0.92% | 0.36% | - |
| HSV(B) | 117.18º | 0.96% | 0.69% | - |
| XYZ | 15.96 | 31.56 | 5.45 | - |
| YUV | 109.18 | 70.33 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 7 | 0.92 | 0 | 0.96 | 0.31 | 117.18 | 0.92 | 0.36 |
| Hex | F | B1 | 7 | 5C | 0 | 60 | 1F | 75 | 5C | 24 |
| Octal | 17 | 261 | 7 | 134 | 0 | 140 | 37 | 165 | 134 | 44 |
| Binary | 1111 | 10110001 | 111 | 1011100 | 0 | 1100000 | 11111 | 1110101 | 1011100 | 100100 |
Color Harmonies of #0FB107
Complementary color
Monochromatic Colors of #0FB107
Black with #0FB107
Text Example
Text Example
White with #0FB107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB107; }
p { color: rgb(15,177,7); }
H1.HeaderClassName
{
color: #0FB107;
}
.AnyTagClassName
{
color: #0FB107;
}
</style>
background-color css
<style>
a { background-color: #0FB107; }
a { background-color: rgb(15,177,7); }
div.DivClassName
{
background-color: #0FB107;
}
.BgClassName
{
background-color: #0FB107;
}
</style>
border-color css
<style>
span { border-color: #0FB107; }
span { border-color: rgb(15,177,7); }
td.TdClassName
{
border-color: #0FB107;
}
.TagClassName
{
border-color: #0FB107;
}
</style>