Shades of Islamic Green #0FA116
Tints of Islamic Green #0FA116
RGB
CMYK
RGB Variations
Color information
#0FA116 (or 0x0FA116) is known color: Islamic Green. HEX triplet: 0F, A1 and 16. RGB value is (15,161,22). Sum of RGB (Red+Green+Blue) = 15+161+22=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 161 (63.28% from 255 or 81.31% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA116 is #F05EE9. Grayscale: #656565. Windows color (decimal): -15752938 or 1483023. OLE color: 1483023.
HSL color Cylindrical-coordinate representation of color #0FA116: hue angle of 122.88º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA116 is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 22 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.37 |
| HSL | 122.88º | 0.83% | 0.35% | - |
| HSV(B) | 122.88º | 0.91% | 0.63% | - |
| XYZ | 13.09 | 25.65 | 5.02 | - |
| YUV | 101.5 | 83.13 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 22 | 0.91 | 0 | 0.86 | 0.37 | 122.88 | 0.83 | 0.35 |
| Hex | F | A1 | 16 | 5B | 0 | 56 | 25 | 7B | 53 | 23 |
| Octal | 17 | 241 | 26 | 133 | 0 | 126 | 45 | 173 | 123 | 43 |
| Binary | 1111 | 10100001 | 10110 | 1011011 | 0 | 1010110 | 100101 | 1111011 | 1010011 | 100011 |
Color Harmonies of #0FA116
Complementary color
Monochromatic Colors of #0FA116
Black with #0FA116
Text Example
Text Example
White with #0FA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA116; }
p { color: rgb(15,161,22); }
H1.HeaderClassName
{
color: #0FA116;
}
.AnyTagClassName
{
color: #0FA116;
}
</style>
background-color css
<style>
a { background-color: #0FA116; }
a { background-color: rgb(15,161,22); }
div.DivClassName
{
background-color: #0FA116;
}
.BgClassName
{
background-color: #0FA116;
}
</style>
border-color css
<style>
span { border-color: #0FA116; }
span { border-color: rgb(15,161,22); }
td.TdClassName
{
border-color: #0FA116;
}
.TagClassName
{
border-color: #0FA116;
}
</style>