Shades of Islamic Green #0FB503
Tints of Islamic Green #0FB503
RGB
CMYK
RGB Variations
Color information
#0FB503 (or 0x0FB503) is known color: Islamic Green. HEX triplet: 0F, B5 and 03. RGB value is (15,181,3). Sum of RGB (Red+Green+Blue) = 15+181+3=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 181 (71.09% from 255 or 90.95% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB503 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB503 is #F04AFC. Grayscale: #6F6F6F. Windows color (decimal): -15747837 or 242959. OLE color: 242959.
HSL color Cylindrical-coordinate representation of color #0FB503: hue angle of 115.96º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FB503 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 181 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.29 |
| HSL | 115.96º | 0.97% | 0.36% | - |
| HSV(B) | 115.96º | 0.98% | 0.71% | - |
| XYZ | 16.74 | 33.16 | 5.6 | - |
| YUV | 111.07 | 67 | 59.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 181 | 3 | 0.92 | 0 | 0.98 | 0.29 | 115.96 | 0.97 | 0.36 |
| Hex | F | B5 | 3 | 5C | 0 | 62 | 1D | 74 | 61 | 24 |
| Octal | 17 | 265 | 3 | 134 | 0 | 142 | 35 | 164 | 141 | 44 |
| Binary | 1111 | 10110101 | 11 | 1011100 | 0 | 1100010 | 11101 | 1110100 | 1100001 | 100100 |
Color Harmonies of #0FB503
Complementary color
Monochromatic Colors of #0FB503
Black with #0FB503
Text Example
Text Example
White with #0FB503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB503; }
p { color: rgb(15,181,3); }
H1.HeaderClassName
{
color: #0FB503;
}
.AnyTagClassName
{
color: #0FB503;
}
</style>
background-color css
<style>
a { background-color: #0FB503; }
a { background-color: rgb(15,181,3); }
div.DivClassName
{
background-color: #0FB503;
}
.BgClassName
{
background-color: #0FB503;
}
</style>
border-color css
<style>
span { border-color: #0FB503; }
span { border-color: rgb(15,181,3); }
td.TdClassName
{
border-color: #0FB503;
}
.TagClassName
{
border-color: #0FB503;
}
</style>