Shades of Islamic Green #0FBA03
Tints of Islamic Green #0FBA03
RGB
CMYK
RGB Variations
Color information
#0FBA03 (or 0x0FBA03) is known color: Islamic Green. HEX triplet: 0F, BA and 03. RGB value is (15,186,3). Sum of RGB (Red+Green+Blue) = 15+186+3=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 186 (73.05% from 255 or 91.18% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA03 is #F045FC. Grayscale: #727272. Windows color (decimal): -15746557 or 244239. OLE color: 244239.
HSL color Cylindrical-coordinate representation of color #0FBA03: hue angle of 116.07º degrees, saturation: 0.97, 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 #0FBA03 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 3 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.27 |
| HSL | 116.07º | 0.97% | 0.37% | - |
| HSV(B) | 116.07º | 0.98% | 0.73% | - |
| XYZ | 17.77 | 35.23 | 5.95 | - |
| YUV | 114.01 | 65.35 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 3 | 0.92 | 0 | 0.98 | 0.27 | 116.07 | 0.97 | 0.37 |
| Hex | F | BA | 3 | 5C | 0 | 62 | 1B | 74 | 61 | 25 |
| Octal | 17 | 272 | 3 | 134 | 0 | 142 | 33 | 164 | 141 | 45 |
| Binary | 1111 | 10111010 | 11 | 1011100 | 0 | 1100010 | 11011 | 1110100 | 1100001 | 100101 |
Color Harmonies of #0FBA03
Complementary color
Monochromatic Colors of #0FBA03
Black with #0FBA03
Text Example
Text Example
White with #0FBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA03; }
p { color: rgb(15,186,3); }
H1.HeaderClassName
{
color: #0FBA03;
}
.AnyTagClassName
{
color: #0FBA03;
}
</style>
background-color css
<style>
a { background-color: #0FBA03; }
a { background-color: rgb(15,186,3); }
div.DivClassName
{
background-color: #0FBA03;
}
.BgClassName
{
background-color: #0FBA03;
}
</style>
border-color css
<style>
span { border-color: #0FBA03; }
span { border-color: rgb(15,186,3); }
td.TdClassName
{
border-color: #0FBA03;
}
.TagClassName
{
border-color: #0FBA03;
}
</style>