Shades of Islamic Green #0F9F13
Tints of Islamic Green #0F9F13
RGB
CMYK
RGB Variations
Color information
#0F9F13 (or 0x0F9F13) is known color: Islamic Green. HEX triplet: 0F, 9F and 13. RGB value is (15,159,19). Sum of RGB (Red+Green+Blue) = 15+159+19=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 159 (62.5% from 255 or 82.38% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9F13 is #F060EC. Grayscale: #646464. Windows color (decimal): -15753453 or 1285903. OLE color: 1285903.
HSL color Cylindrical-coordinate representation of color #0F9F13: hue angle of 121.67º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9F13 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 159 | 19 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.38 |
| HSL | 121.67º | 0.83% | 0.34% | - |
| HSV(B) | 121.67º | 0.91% | 0.62% | - |
| XYZ | 12.71 | 24.94 | 4.76 | - |
| YUV | 99.98 | 82.29 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 159 | 19 | 0.91 | 0 | 0.88 | 0.38 | 121.67 | 0.83 | 0.34 |
| Hex | F | 9F | 13 | 5B | 0 | 58 | 26 | 7A | 53 | 22 |
| Octal | 17 | 237 | 23 | 133 | 0 | 130 | 46 | 172 | 123 | 42 |
| Binary | 1111 | 10011111 | 10011 | 1011011 | 0 | 1011000 | 100110 | 1111010 | 1010011 | 100010 |
Color Harmonies of #0F9F13
Complementary color
Monochromatic Colors of #0F9F13
Black with #0F9F13
Text Example
Text Example
White with #0F9F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9F13; }
p { color: rgb(15,159,19); }
H1.HeaderClassName
{
color: #0F9F13;
}
.AnyTagClassName
{
color: #0F9F13;
}
</style>
background-color css
<style>
a { background-color: #0F9F13; }
a { background-color: rgb(15,159,19); }
div.DivClassName
{
background-color: #0F9F13;
}
.BgClassName
{
background-color: #0F9F13;
}
</style>
border-color css
<style>
span { border-color: #0F9F13; }
span { border-color: rgb(15,159,19); }
td.TdClassName
{
border-color: #0F9F13;
}
.TagClassName
{
border-color: #0F9F13;
}
</style>