Shades of Islamic Green #0FBA04
Tints of Islamic Green #0FBA04
RGB
CMYK
RGB Variations
Color information
#0FBA04 (or 0x0FBA04) is known color: Islamic Green. HEX triplet: 0F, BA and 04. RGB value is (15,186,4). Sum of RGB (Red+Green+Blue) = 15+186+4=205 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.32% from 205); Green value is 186 (73.05% from 255 or 90.73% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA04 is #F045FB. Grayscale: #727272. Windows color (decimal): -15746556 or 309775. OLE color: 309775.
HSL color Cylindrical-coordinate representation of color #0FBA04: hue angle of 116.37º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0FBA04 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 4 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.27 |
| HSL | 116.37º | 0.96% | 0.37% | - |
| HSV(B) | 116.37º | 0.98% | 0.73% | - |
| XYZ | 17.78 | 35.23 | 5.98 | - |
| YUV | 114.12 | 65.85 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 4 | 0.92 | 0 | 0.98 | 0.27 | 116.37 | 0.96 | 0.37 |
| Hex | F | BA | 4 | 5C | 0 | 62 | 1B | 74 | 60 | 25 |
| Octal | 17 | 272 | 4 | 134 | 0 | 142 | 33 | 164 | 140 | 45 |
| Binary | 1111 | 10111010 | 100 | 1011100 | 0 | 1100010 | 11011 | 1110100 | 1100000 | 100101 |
Color Harmonies of #0FBA04
Complementary color
Monochromatic Colors of #0FBA04
Black with #0FBA04
Text Example
Text Example
White with #0FBA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA04; }
p { color: rgb(15,186,4); }
H1.HeaderClassName
{
color: #0FBA04;
}
.AnyTagClassName
{
color: #0FBA04;
}
</style>
background-color css
<style>
a { background-color: #0FBA04; }
a { background-color: rgb(15,186,4); }
div.DivClassName
{
background-color: #0FBA04;
}
.BgClassName
{
background-color: #0FBA04;
}
</style>
border-color css
<style>
span { border-color: #0FBA04; }
span { border-color: rgb(15,186,4); }
td.TdClassName
{
border-color: #0FBA04;
}
.TagClassName
{
border-color: #0FBA04;
}
</style>