Shades of Islamic Green #0FBA07
Tints of Islamic Green #0FBA07
RGB
CMYK
RGB Variations
Color information
#0FBA07 (or 0x0FBA07) is known color: Islamic Green. HEX triplet: 0F, BA and 07. RGB value is (15,186,7). Sum of RGB (Red+Green+Blue) = 15+186+7=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 7 (3.12% from 255 or 3.37% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA07 is #F045F8. Grayscale: #737373. Windows color (decimal): -15746553 or 506383. OLE color: 506383.
HSL color Cylindrical-coordinate representation of color #0FBA07: hue angle of 117.32º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FBA07 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 7 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.27 |
| HSL | 117.32º | 0.93% | 0.38% | - |
| HSV(B) | 117.32º | 0.96% | 0.73% | - |
| XYZ | 17.79 | 35.23 | 6.06 | - |
| YUV | 114.47 | 67.35 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 7 | 0.92 | 0 | 0.96 | 0.27 | 117.32 | 0.93 | 0.38 |
| Hex | F | BA | 7 | 5C | 0 | 60 | 1B | 75 | 5D | 26 |
| Octal | 17 | 272 | 7 | 134 | 0 | 140 | 33 | 165 | 135 | 46 |
| Binary | 1111 | 10111010 | 111 | 1011100 | 0 | 1100000 | 11011 | 1110101 | 1011101 | 100110 |
Color Harmonies of #0FBA07
Complementary color
Monochromatic Colors of #0FBA07
Black with #0FBA07
Text Example
Text Example
White with #0FBA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA07; }
p { color: rgb(15,186,7); }
H1.HeaderClassName
{
color: #0FBA07;
}
.AnyTagClassName
{
color: #0FBA07;
}
</style>
background-color css
<style>
a { background-color: #0FBA07; }
a { background-color: rgb(15,186,7); }
div.DivClassName
{
background-color: #0FBA07;
}
.BgClassName
{
background-color: #0FBA07;
}
</style>
border-color css
<style>
span { border-color: #0FBA07; }
span { border-color: rgb(15,186,7); }
td.TdClassName
{
border-color: #0FBA07;
}
.TagClassName
{
border-color: #0FBA07;
}
</style>