Shades of Islamic Green #0FB115
Tints of Islamic Green #0FB115
RGB
CMYK
RGB Variations
Color information
#0FB115 (or 0x0FB115) is known color: Islamic Green. HEX triplet: 0F, B1 and 15. RGB value is (15,177,21). Sum of RGB (Red+Green+Blue) = 15+177+21=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 177 (69.53% from 255 or 83.10% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB115 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FB115 is #F04EEA. Grayscale: #6F6F6F. Windows color (decimal): -15748843 or 1421583. OLE color: 1421583.
HSL color Cylindrical-coordinate representation of color #0FB115: hue angle of 122.22º 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 #0FB115 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 177 | 21 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.31 |
| HSL | 122.22º | 0.84% | 0.38% | - |
| HSV(B) | 122.22º | 0.92% | 0.69% | - |
| XYZ | 16.05 | 31.6 | 5.96 | - |
| YUV | 110.78 | 77.33 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 177 | 21 | 0.92 | 0 | 0.88 | 0.31 | 122.22 | 0.84 | 0.38 |
| Hex | F | B1 | 15 | 5C | 0 | 58 | 1F | 7A | 54 | 26 |
| Octal | 17 | 261 | 25 | 134 | 0 | 130 | 37 | 172 | 124 | 46 |
| Binary | 1111 | 10110001 | 10101 | 1011100 | 0 | 1011000 | 11111 | 1111010 | 1010100 | 100110 |
Color Harmonies of #0FB115
Complementary color
Monochromatic Colors of #0FB115
Black with #0FB115
Text Example
Text Example
White with #0FB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB115; }
p { color: rgb(15,177,21); }
H1.HeaderClassName
{
color: #0FB115;
}
.AnyTagClassName
{
color: #0FB115;
}
</style>
background-color css
<style>
a { background-color: #0FB115; }
a { background-color: rgb(15,177,21); }
div.DivClassName
{
background-color: #0FB115;
}
.BgClassName
{
background-color: #0FB115;
}
</style>
border-color css
<style>
span { border-color: #0FB115; }
span { border-color: rgb(15,177,21); }
td.TdClassName
{
border-color: #0FB115;
}
.TagClassName
{
border-color: #0FB115;
}
</style>