Shades of Islamic Green #0FB915
Tints of Islamic Green #0FB915
RGB
CMYK
RGB Variations
Color information
#0FB915 (or 0x0FB915) is known color: Islamic Green. HEX triplet: 0F, B9 and 15. RGB value is (15,185,21). Sum of RGB (Red+Green+Blue) = 15+185+21=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 185 (72.66% from 255 or 83.71% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB915 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB915 is #F046EA. Grayscale: #737373. Windows color (decimal): -15746795 or 1423631. OLE color: 1423631.
HSL color Cylindrical-coordinate representation of color #0FB915: hue angle of 122.12º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB915 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 185 | 21 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.27 |
| HSL | 122.12º | 0.85% | 0.39% | - |
| HSV(B) | 122.12º | 0.92% | 0.73% | - |
| XYZ | 17.68 | 34.85 | 6.5 | - |
| YUV | 115.47 | 74.68 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 185 | 21 | 0.92 | 0 | 0.89 | 0.27 | 122.12 | 0.85 | 0.39 |
| Hex | F | B9 | 15 | 5C | 0 | 59 | 1B | 7A | 55 | 27 |
| Octal | 17 | 271 | 25 | 134 | 0 | 131 | 33 | 172 | 125 | 47 |
| Binary | 1111 | 10111001 | 10101 | 1011100 | 0 | 1011001 | 11011 | 1111010 | 1010101 | 100111 |
Color Harmonies of #0FB915
Complementary color
Monochromatic Colors of #0FB915
Black with #0FB915
Text Example
Text Example
White with #0FB915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB915; }
p { color: rgb(15,185,21); }
H1.HeaderClassName
{
color: #0FB915;
}
.AnyTagClassName
{
color: #0FB915;
}
</style>
background-color css
<style>
a { background-color: #0FB915; }
a { background-color: rgb(15,185,21); }
div.DivClassName
{
background-color: #0FB915;
}
.BgClassName
{
background-color: #0FB915;
}
</style>
border-color css
<style>
span { border-color: #0FB915; }
span { border-color: rgb(15,185,21); }
td.TdClassName
{
border-color: #0FB915;
}
.TagClassName
{
border-color: #0FB915;
}
</style>