Shades of Islamic Green #0FBA06
Tints of Islamic Green #0FBA06
RGB
CMYK
RGB Variations
Color information
#0FBA06 (or 0x0FBA06) is known color: Islamic Green. HEX triplet: 0F, BA and 06. RGB value is (15,186,6). Sum of RGB (Red+Green+Blue) = 15+186+6=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 186 (73.05% from 255 or 89.86% from 207); Blue value is 6 (2.73% from 255 or 2.90% from 207); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA06 is #F045F9. Grayscale: #727272. Windows color (decimal): -15746554 or 440847. OLE color: 440847.
HSL color Cylindrical-coordinate representation of color #0FBA06: hue angle of 117º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FBA06 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 6 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.27 |
| HSL | 117º | 0.94% | 0.38% | - |
| HSV(B) | 117º | 0.97% | 0.73% | - |
| XYZ | 17.79 | 35.23 | 6.04 | - |
| YUV | 114.35 | 66.85 | 57.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 6 | 0.92 | 0 | 0.97 | 0.27 | 117 | 0.94 | 0.38 |
| Hex | F | BA | 6 | 5C | 0 | 61 | 1B | 75 | 5E | 26 |
| Octal | 17 | 272 | 6 | 134 | 0 | 141 | 33 | 165 | 136 | 46 |
| Binary | 1111 | 10111010 | 110 | 1011100 | 0 | 1100001 | 11011 | 1110101 | 1011110 | 100110 |
Color Harmonies of #0FBA06
Complementary color
Monochromatic Colors of #0FBA06
Black with #0FBA06
Text Example
Text Example
White with #0FBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA06; }
p { color: rgb(15,186,6); }
H1.HeaderClassName
{
color: #0FBA06;
}
.AnyTagClassName
{
color: #0FBA06;
}
</style>
background-color css
<style>
a { background-color: #0FBA06; }
a { background-color: rgb(15,186,6); }
div.DivClassName
{
background-color: #0FBA06;
}
.BgClassName
{
background-color: #0FBA06;
}
</style>
border-color css
<style>
span { border-color: #0FBA06; }
span { border-color: rgb(15,186,6); }
td.TdClassName
{
border-color: #0FBA06;
}
.TagClassName
{
border-color: #0FBA06;
}
</style>