Shades of Islamic Green #0F8D09
Tints of Islamic Green #0F8D09
RGB
CMYK
RGB Variations
Color information
#0F8D09 (or 0x0F8D09) is known color: Islamic Green. HEX triplet: 0F, 8D and 09. RGB value is (15,141,9). Sum of RGB (Red+Green+Blue) = 15+141+9=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 141 (55.47% from 255 or 85.45% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 141 - color contains mainly: green. Hex color #0F8D09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8D09 is #F072F6. Grayscale: #585858. Windows color (decimal): -15758071 or 625935. OLE color: 625935.
HSL color Cylindrical-coordinate representation of color #0F8D09: hue angle of 117.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F8D09 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 141 | 9 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.45 |
| HSL | 117.27º | 0.88% | 0.29% | - |
| HSV(B) | 117.27º | 0.94% | 0.55% | - |
| XYZ | 9.77 | 19.17 | 3.44 | - |
| YUV | 88.28 | 83.26 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 141 | 9 | 0.89 | 0 | 0.94 | 0.45 | 117.27 | 0.88 | 0.29 |
| Hex | F | 8D | 9 | 59 | 0 | 5E | 2D | 75 | 58 | 1D |
| Octal | 17 | 215 | 11 | 131 | 0 | 136 | 55 | 165 | 130 | 35 |
| Binary | 1111 | 10001101 | 1001 | 1011001 | 0 | 1011110 | 101101 | 1110101 | 1011000 | 11101 |
Color Harmonies of #0F8D09
Complementary color
Monochromatic Colors of #0F8D09
Black with #0F8D09
Text Example
Text Example
White with #0F8D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8D09; }
p { color: rgb(15,141,9); }
H1.HeaderClassName
{
color: #0F8D09;
}
.AnyTagClassName
{
color: #0F8D09;
}
</style>
background-color css
<style>
a { background-color: #0F8D09; }
a { background-color: rgb(15,141,9); }
div.DivClassName
{
background-color: #0F8D09;
}
.BgClassName
{
background-color: #0F8D09;
}
</style>
border-color css
<style>
span { border-color: #0F8D09; }
span { border-color: rgb(15,141,9); }
td.TdClassName
{
border-color: #0F8D09;
}
.TagClassName
{
border-color: #0F8D09;
}
</style>