Shades of Islamic Green #0F9E13
Tints of Islamic Green #0F9E13
RGB
CMYK
RGB Variations
Color information
#0F9E13 (or 0x0F9E13) is known color: Islamic Green. HEX triplet: 0F, 9E and 13. RGB value is (15,158,19). Sum of RGB (Red+Green+Blue) = 15+158+19=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 158 (62.11% from 255 or 82.29% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 158 - color contains mainly: green. Hex color #0F9E13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9E13 is #F061EC. Grayscale: #636363. Windows color (decimal): -15753709 or 1285647. OLE color: 1285647.
HSL color Cylindrical-coordinate representation of color #0F9E13: hue angle of 121.68º 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 #0F9E13 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 158 | 19 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.38 |
| HSL | 121.68º | 0.83% | 0.34% | - |
| HSV(B) | 121.68º | 0.91% | 0.62% | - |
| XYZ | 12.54 | 24.6 | 4.7 | - |
| YUV | 99.4 | 82.62 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 158 | 19 | 0.91 | 0 | 0.88 | 0.38 | 121.68 | 0.83 | 0.34 |
| Hex | F | 9E | 13 | 5B | 0 | 58 | 26 | 7A | 53 | 22 |
| Octal | 17 | 236 | 23 | 133 | 0 | 130 | 46 | 172 | 123 | 42 |
| Binary | 1111 | 10011110 | 10011 | 1011011 | 0 | 1011000 | 100110 | 1111010 | 1010011 | 100010 |
Color Harmonies of #0F9E13
Complementary color
Monochromatic Colors of #0F9E13
Black with #0F9E13
Text Example
Text Example
White with #0F9E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9E13; }
p { color: rgb(15,158,19); }
H1.HeaderClassName
{
color: #0F9E13;
}
.AnyTagClassName
{
color: #0F9E13;
}
</style>
background-color css
<style>
a { background-color: #0F9E13; }
a { background-color: rgb(15,158,19); }
div.DivClassName
{
background-color: #0F9E13;
}
.BgClassName
{
background-color: #0F9E13;
}
</style>
border-color css
<style>
span { border-color: #0F9E13; }
span { border-color: rgb(15,158,19); }
td.TdClassName
{
border-color: #0F9E13;
}
.TagClassName
{
border-color: #0F9E13;
}
</style>