Shades of Islamic Green #0F9713
Tints of Islamic Green #0F9713
RGB
CMYK
RGB Variations
Color information
#0F9713 (or 0x0F9713) is known color: Islamic Green. HEX triplet: 0F, 97 and 13. RGB value is (15,151,19). Sum of RGB (Red+Green+Blue) = 15+151+19=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 151 (59.38% from 255 or 81.62% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 151 - color contains mainly: green. Hex color #0F9713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9713 is #F068EC. Grayscale: #5F5F5F. Windows color (decimal): -15755501 or 1283855. OLE color: 1283855.
HSL color Cylindrical-coordinate representation of color #0F9713: hue angle of 121.76º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9713 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 15 | 151 | 19 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.41 |
| HSL | 121.76º | 0.82% | 0.33% | - |
| HSV(B) | 121.76º | 0.9% | 0.59% | - |
| XYZ | 11.38 | 22.28 | 4.32 | - |
| YUV | 95.29 | 84.94 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 151 | 19 | 0.90 | 0 | 0.87 | 0.41 | 121.76 | 0.82 | 0.33 |
| Hex | F | 97 | 13 | 5A | 0 | 57 | 29 | 7A | 52 | 21 |
| Octal | 17 | 227 | 23 | 132 | 0 | 127 | 51 | 172 | 122 | 41 |
| Binary | 1111 | 10010111 | 10011 | 1011010 | 0 | 1010111 | 101001 | 1111010 | 1010010 | 100001 |
Color Harmonies of #0F9713
Complementary color
Monochromatic Colors of #0F9713
Black with #0F9713
Text Example
Text Example
White with #0F9713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9713; }
p { color: rgb(15,151,19); }
H1.HeaderClassName
{
color: #0F9713;
}
.AnyTagClassName
{
color: #0F9713;
}
</style>
background-color css
<style>
a { background-color: #0F9713; }
a { background-color: rgb(15,151,19); }
div.DivClassName
{
background-color: #0F9713;
}
.BgClassName
{
background-color: #0F9713;
}
</style>
border-color css
<style>
span { border-color: #0F9713; }
span { border-color: rgb(15,151,19); }
td.TdClassName
{
border-color: #0F9713;
}
.TagClassName
{
border-color: #0F9713;
}
</style>