Shades of Islamic Green #0FBA13
Tints of Islamic Green #0FBA13
RGB
CMYK
RGB Variations
Color information
#0FBA13 (or 0x0FBA13) is known color: Islamic Green. HEX triplet: 0F, BA and 13. RGB value is (15,186,19). Sum of RGB (Red+Green+Blue) = 15+186+19=220 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.82% from 220); Green value is 186 (73.05% from 255 or 84.55% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA13 is #F045EC. Grayscale: #747474. Windows color (decimal): -15746541 or 1292815. OLE color: 1292815.
HSL color Cylindrical-coordinate representation of color #0FBA13: hue angle of 121.4º 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 #0FBA13 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 186 | 19 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.27 |
| HSL | 121.4º | 0.85% | 0.39% | - |
| HSV(B) | 121.4º | 0.92% | 0.73% | - |
| XYZ | 17.87 | 35.27 | 6.48 | - |
| YUV | 115.83 | 73.35 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 186 | 19 | 0.92 | 0 | 0.90 | 0.27 | 121.4 | 0.85 | 0.39 |
| Hex | F | BA | 13 | 5C | 0 | 5A | 1B | 79 | 55 | 27 |
| Octal | 17 | 272 | 23 | 134 | 0 | 132 | 33 | 171 | 125 | 47 |
| Binary | 1111 | 10111010 | 10011 | 1011100 | 0 | 1011010 | 11011 | 1111001 | 1010101 | 100111 |
Color Harmonies of #0FBA13
Complementary color
Monochromatic Colors of #0FBA13
Black with #0FBA13
Text Example
Text Example
White with #0FBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBA13; }
p { color: rgb(15,186,19); }
H1.HeaderClassName
{
color: #0FBA13;
}
.AnyTagClassName
{
color: #0FBA13;
}
</style>
background-color css
<style>
a { background-color: #0FBA13; }
a { background-color: rgb(15,186,19); }
div.DivClassName
{
background-color: #0FBA13;
}
.BgClassName
{
background-color: #0FBA13;
}
</style>
border-color css
<style>
span { border-color: #0FBA13; }
span { border-color: rgb(15,186,19); }
td.TdClassName
{
border-color: #0FBA13;
}
.TagClassName
{
border-color: #0FBA13;
}
</style>