Shades of Islamic Green #0FB515
Tints of Islamic Green #0FB515
RGB
CMYK
RGB Variations
Color information
#0FB515 (or 0x0FB515) is known color: Islamic Green. HEX triplet: 0F, B5 and 15. RGB value is (15,181,21). Sum of RGB (Red+Green+Blue) = 15+181+21=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 181 (71.09% from 255 or 83.41% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB515 is #F04AEA. Grayscale: #717171. Windows color (decimal): -15747819 or 1422607. OLE color: 1422607.
HSL color Cylindrical-coordinate representation of color #0FB515: hue angle of 122.17º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB515 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 21 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.29 |
| HSL | 122.17º | 0.85% | 0.38% | - |
| HSV(B) | 122.17º | 0.92% | 0.71% | - |
| XYZ | 16.86 | 33.2 | 6.23 | - |
| YUV | 113.13 | 76 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 21 | 0.92 | 0 | 0.88 | 0.29 | 122.17 | 0.85 | 0.38 |
| Hex | F | B5 | 15 | 5C | 0 | 58 | 1D | 7A | 55 | 26 |
| Octal | 17 | 265 | 25 | 134 | 0 | 130 | 35 | 172 | 125 | 46 |
| Binary | 1111 | 10110101 | 10101 | 1011100 | 0 | 1011000 | 11101 | 1111010 | 1010101 | 100110 |
Color Harmonies of #0FB515
Complementary color
Monochromatic Colors of #0FB515
Black with #0FB515
Text Example
Text Example
White with #0FB515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB515; }
p { color: rgb(15,181,21); }
H1.HeaderClassName
{
color: #0FB515;
}
.AnyTagClassName
{
color: #0FB515;
}
</style>
background-color css
<style>
a { background-color: #0FB515; }
a { background-color: rgb(15,181,21); }
div.DivClassName
{
background-color: #0FB515;
}
.BgClassName
{
background-color: #0FB515;
}
</style>
border-color css
<style>
span { border-color: #0FB515; }
span { border-color: rgb(15,181,21); }
td.TdClassName
{
border-color: #0FB515;
}
.TagClassName
{
border-color: #0FB515;
}
</style>