Shades of Islamic Green #0FB119
Tints of Islamic Green #0FB119
RGB
CMYK
RGB Variations
Color information
#0FB119 (or 0x0FB119) is known color: Islamic Green. HEX triplet: 0F, B1 and 19. RGB value is (15,177,25). Sum of RGB (Red+Green+Blue) = 15+177+25=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 177 (69.53% from 255 or 81.57% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB119 is #F04EE6. Grayscale: #6F6F6F. Windows color (decimal): -15748839 or 1683727. OLE color: 1683727.
HSL color Cylindrical-coordinate representation of color #0FB119: hue angle of 123.7º 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 #0FB119 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 25 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.31 |
| HSL | 123.7º | 0.84% | 0.38% | - |
| HSV(B) | 123.7º | 0.92% | 0.69% | - |
| XYZ | 16.09 | 31.62 | 6.17 | - |
| YUV | 111.23 | 79.33 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 25 | 0.92 | 0 | 0.86 | 0.31 | 123.7 | 0.84 | 0.38 |
| Hex | F | B1 | 19 | 5C | 0 | 56 | 1F | 7C | 54 | 26 |
| Octal | 17 | 261 | 31 | 134 | 0 | 126 | 37 | 174 | 124 | 46 |
| Binary | 1111 | 10110001 | 11001 | 1011100 | 0 | 1010110 | 11111 | 1111100 | 1010100 | 100110 |
Color Harmonies of #0FB119
Complementary color
Monochromatic Colors of #0FB119
Black with #0FB119
Text Example
Text Example
White with #0FB119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB119; }
p { color: rgb(15,177,25); }
H1.HeaderClassName
{
color: #0FB119;
}
.AnyTagClassName
{
color: #0FB119;
}
</style>
background-color css
<style>
a { background-color: #0FB119; }
a { background-color: rgb(15,177,25); }
div.DivClassName
{
background-color: #0FB119;
}
.BgClassName
{
background-color: #0FB119;
}
</style>
border-color css
<style>
span { border-color: #0FB119; }
span { border-color: rgb(15,177,25); }
td.TdClassName
{
border-color: #0FB119;
}
.TagClassName
{
border-color: #0FB119;
}
</style>