Shades of Islamic Green #0F9A16
Tints of Islamic Green #0F9A16
RGB
CMYK
RGB Variations
Color information
#0F9A16 (or 0x0F9A16) is known color: Islamic Green. HEX triplet: 0F, 9A and 16. RGB value is (15,154,22). Sum of RGB (Red+Green+Blue) = 15+154+22=191 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.85% from 191); Green value is 154 (60.55% from 255 or 80.63% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 154 - color contains mainly: green. Hex color #0F9A16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9A16 is #F065E9. Grayscale: #616161. Windows color (decimal): -15754730 or 1481231. OLE color: 1481231.
HSL color Cylindrical-coordinate representation of color #0F9A16: hue angle of 123.02º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9A16 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 154 | 22 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.40 |
| HSL | 123.02º | 0.82% | 0.33% | - |
| HSV(B) | 123.02º | 0.9% | 0.6% | - |
| XYZ | 11.9 | 23.27 | 4.62 | - |
| YUV | 97.39 | 85.45 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 154 | 22 | 0.90 | 0 | 0.86 | 0.40 | 123.02 | 0.82 | 0.33 |
| Hex | F | 9A | 16 | 5A | 0 | 56 | 28 | 7B | 52 | 21 |
| Octal | 17 | 232 | 26 | 132 | 0 | 126 | 50 | 173 | 122 | 41 |
| Binary | 1111 | 10011010 | 10110 | 1011010 | 0 | 1010110 | 101000 | 1111011 | 1010010 | 100001 |
Color Harmonies of #0F9A16
Complementary color
Monochromatic Colors of #0F9A16
Black with #0F9A16
Text Example
Text Example
White with #0F9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9A16; }
p { color: rgb(15,154,22); }
H1.HeaderClassName
{
color: #0F9A16;
}
.AnyTagClassName
{
color: #0F9A16;
}
</style>
background-color css
<style>
a { background-color: #0F9A16; }
a { background-color: rgb(15,154,22); }
div.DivClassName
{
background-color: #0F9A16;
}
.BgClassName
{
background-color: #0F9A16;
}
</style>
border-color css
<style>
span { border-color: #0F9A16; }
span { border-color: rgb(15,154,22); }
td.TdClassName
{
border-color: #0F9A16;
}
.TagClassName
{
border-color: #0F9A16;
}
</style>