Shades of Islamic Green #0FA111
Tints of Islamic Green #0FA111
RGB
CMYK
RGB Variations
Color information
#0FA111 (or 0x0FA111) is known color: Islamic Green. HEX triplet: 0F, A1 and 11. RGB value is (15,161,17). Sum of RGB (Red+Green+Blue) = 15+161+17=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 161 (63.28% from 255 or 83.42% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA111 is #F05EEE. Grayscale: #656565. Windows color (decimal): -15752943 or 1155343. OLE color: 1155343.
HSL color Cylindrical-coordinate representation of color #0FA111: hue angle of 120.82º 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 #0FA111 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 17 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.37 |
| HSL | 120.82º | 0.83% | 0.35% | - |
| HSV(B) | 120.82º | 0.91% | 0.63% | - |
| XYZ | 13.04 | 25.63 | 4.79 | - |
| YUV | 100.93 | 80.63 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 17 | 0.91 | 0 | 0.89 | 0.37 | 120.82 | 0.83 | 0.35 |
| Hex | F | A1 | 11 | 5B | 0 | 59 | 25 | 79 | 53 | 23 |
| Octal | 17 | 241 | 21 | 133 | 0 | 131 | 45 | 171 | 123 | 43 |
| Binary | 1111 | 10100001 | 10001 | 1011011 | 0 | 1011001 | 100101 | 1111001 | 1010011 | 100011 |
Color Harmonies of #0FA111
Complementary color
Monochromatic Colors of #0FA111
Black with #0FA111
Text Example
Text Example
White with #0FA111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA111; }
p { color: rgb(15,161,17); }
H1.HeaderClassName
{
color: #0FA111;
}
.AnyTagClassName
{
color: #0FA111;
}
</style>
background-color css
<style>
a { background-color: #0FA111; }
a { background-color: rgb(15,161,17); }
div.DivClassName
{
background-color: #0FA111;
}
.BgClassName
{
background-color: #0FA111;
}
</style>
border-color css
<style>
span { border-color: #0FA111; }
span { border-color: rgb(15,161,17); }
td.TdClassName
{
border-color: #0FA111;
}
.TagClassName
{
border-color: #0FA111;
}
</style>