Shades of Islamic Green #0F9603
Tints of Islamic Green #0F9603
RGB
CMYK
RGB Variations
Color information
#0F9603 (or 0x0F9603) is known color: Islamic Green. HEX triplet: 0F, 96 and 03. RGB value is (15,150,3). Sum of RGB (Red+Green+Blue) = 15+150+3=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 150 (58.98% from 255 or 89.29% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 150 - color contains mainly: green. Hex color #0F9603 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9603 is #F069FC. Grayscale: #5D5D5D. Windows color (decimal): -15755773 or 235023. OLE color: 235023.
HSL color Cylindrical-coordinate representation of color #0F9603: hue angle of 115.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F9603 is Cyan = 0.9, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 150 | 3 | - |
| CMYK | 0.9 | 0 | 0.98 | 0.41 |
| HSL | 115.1º | 0.96% | 0.3% | - |
| HSV(B) | 115.1º | 0.98% | 0.59% | - |
| XYZ | 11.12 | 21.92 | 3.73 | - |
| YUV | 92.88 | 77.27 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 150 | 3 | 0.9 | 0 | 0.98 | 0.41 | 115.1 | 0.96 | 0.3 |
| Hex | F | 96 | 3 | 5A | 0 | 62 | 29 | 73 | 60 | 1E |
| Octal | 17 | 226 | 3 | 132 | 0 | 142 | 51 | 163 | 140 | 36 |
| Binary | 1111 | 10010110 | 11 | 1011010 | 0 | 1100010 | 101001 | 1110011 | 1100000 | 11110 |
Color Harmonies of #0F9603
Complementary color
Monochromatic Colors of #0F9603
Black with #0F9603
Text Example
Text Example
White with #0F9603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9603; }
p { color: rgb(15,150,3); }
H1.HeaderClassName
{
color: #0F9603;
}
.AnyTagClassName
{
color: #0F9603;
}
</style>
background-color css
<style>
a { background-color: #0F9603; }
a { background-color: rgb(15,150,3); }
div.DivClassName
{
background-color: #0F9603;
}
.BgClassName
{
background-color: #0F9603;
}
</style>
border-color css
<style>
span { border-color: #0F9603; }
span { border-color: rgb(15,150,3); }
td.TdClassName
{
border-color: #0F9603;
}
.TagClassName
{
border-color: #0F9603;
}
</style>