Shades of Islamic Green #0FBA11
Tints of Islamic Green #0FBA11
RGB
CMYK
RGB Variations
Color information
#0FBA11 (or 0x0FBA11) is known color: Islamic Green. HEX triplet: 0F, BA and 11. RGB value is (15,186,17). Sum of RGB (Red+Green+Blue) = 15+186+17=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 186 (73.05% from 255 or 85.32% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA11 is #F045EE. Grayscale: #747474. Windows color (decimal): -15746543 or 1161743. OLE color: 1161743.
HSL color Cylindrical-coordinate representation of color #0FBA11: hue angle of 120.7º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA11 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 17 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.27 |
| HSL | 120.7º | 0.85% | 0.39% | - |
| HSV(B) | 120.7º | 0.92% | 0.73% | - |
| XYZ | 17.86 | 35.26 | 6.39 | - |
| YUV | 115.61 | 72.35 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 17 | 0.92 | 0 | 0.91 | 0.27 | 120.7 | 0.85 | 0.39 |
| Hex | F | BA | 11 | 5C | 0 | 5B | 1B | 79 | 55 | 27 |
| Octal | 17 | 272 | 21 | 134 | 0 | 133 | 33 | 171 | 125 | 47 |
| Binary | 1111 | 10111010 | 10001 | 1011100 | 0 | 1011011 | 11011 | 1111001 | 1010101 | 100111 |
Color Harmonies of #0FBA11
Complementary color
Monochromatic Colors of #0FBA11
Black with #0FBA11
Text Example
Text Example
White with #0FBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA11; }
p { color: rgb(15,186,17); }
H1.HeaderClassName
{
color: #0FBA11;
}
.AnyTagClassName
{
color: #0FBA11;
}
</style>
background-color css
<style>
a { background-color: #0FBA11; }
a { background-color: rgb(15,186,17); }
div.DivClassName
{
background-color: #0FBA11;
}
.BgClassName
{
background-color: #0FBA11;
}
</style>
border-color css
<style>
span { border-color: #0FBA11; }
span { border-color: rgb(15,186,17); }
td.TdClassName
{
border-color: #0FBA11;
}
.TagClassName
{
border-color: #0FBA11;
}
</style>