Shades of Islamic Green #0F9301
Tints of Islamic Green #0F9301
RGB
CMYK
RGB Variations
Color information
#0F9301 (or 0x0F9301) is known color: Islamic Green. HEX triplet: 0F, 93 and 01. RGB value is (15,147,1). Sum of RGB (Red+Green+Blue) = 15+147+1=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 147 (57.81% from 255 or 90.18% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9301 is #F06CFE. Grayscale: #5B5B5B. Windows color (decimal): -15756543 or 103183. OLE color: 103183.
HSL color Cylindrical-coordinate representation of color #0F9301: hue angle of 114.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F9301 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.42 |
| HSL | 114.25º | 0.99% | 0.29% | - |
| HSV(B) | 114.25º | 0.99% | 0.58% | - |
| XYZ | 10.64 | 20.97 | 3.52 | - |
| YUV | 90.89 | 77.27 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 1 | 0.90 | 0 | 0.99 | 0.42 | 114.25 | 0.99 | 0.29 |
| Hex | F | 93 | 1 | 5A | 0 | 63 | 2A | 72 | 63 | 1D |
| Octal | 17 | 223 | 1 | 132 | 0 | 143 | 52 | 162 | 143 | 35 |
| Binary | 1111 | 10010011 | 1 | 1011010 | 0 | 1100011 | 101010 | 1110010 | 1100011 | 11101 |
Color Harmonies of #0F9301
Complementary color
Monochromatic Colors of #0F9301
Black with #0F9301
Text Example
Text Example
White with #0F9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9301; }
p { color: rgb(15,147,1); }
H1.HeaderClassName
{
color: #0F9301;
}
.AnyTagClassName
{
color: #0F9301;
}
</style>
background-color css
<style>
a { background-color: #0F9301; }
a { background-color: rgb(15,147,1); }
div.DivClassName
{
background-color: #0F9301;
}
.BgClassName
{
background-color: #0F9301;
}
</style>
border-color css
<style>
span { border-color: #0F9301; }
span { border-color: rgb(15,147,1); }
td.TdClassName
{
border-color: #0F9301;
}
.TagClassName
{
border-color: #0F9301;
}
</style>