Shades of Islamic Green #0BA000
Tints of Islamic Green #0BA000
RGB
CMYK
RGB Variations
Color information
#0BA000 (or 0x0BA000) is known color: Islamic Green. HEX triplet: 0B, A0 and 00. RGB value is (11,160,0). Sum of RGB (Red+Green+Blue) = 11+160+0=171 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.43% from 171); Green value is 160 (62.89% from 255 or 93.57% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 160 - color contains mainly: green. Hex color #0BA000 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA000 is #F45FFF. Grayscale: #616161. Windows color (decimal): -16015360 or 40971. OLE color: 40971.
HSL color Cylindrical-coordinate representation of color #0BA000: hue angle of 115.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BA000 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 160 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.37 |
| HSL | 115.88º | 1% | 0.31% | - |
| HSV(B) | 115.88º | 1% | 0.63% | - |
| XYZ | 12.71 | 25.21 | 4.2 | - |
| YUV | 97.21 | 73.14 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 160 | 0 | 0.93 | 0 | 1 | 0.37 | 115.88 | 1 | 0.31 |
| Hex | B | A0 | 0 | 5D | 0 | 64 | 25 | 74 | 64 | 1F |
| Octal | 13 | 240 | 0 | 135 | 0 | 144 | 45 | 164 | 144 | 37 |
| Binary | 1011 | 10100000 | 0 | 1011101 | 0 | 1100100 | 100101 | 1110100 | 1100100 | 11111 |
Color Harmonies of #0BA000
Complementary color
Monochromatic Colors of #0BA000
Black with #0BA000
Text Example
Text Example
White with #0BA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA000; }
p { color: rgb(11,160,0); }
H1.HeaderClassName
{
color: #0BA000;
}
.AnyTagClassName
{
color: #0BA000;
}
</style>
background-color css
<style>
a { background-color: #0BA000; }
a { background-color: rgb(11,160,0); }
div.DivClassName
{
background-color: #0BA000;
}
.BgClassName
{
background-color: #0BA000;
}
</style>
border-color css
<style>
span { border-color: #0BA000; }
span { border-color: rgb(11,160,0); }
td.TdClassName
{
border-color: #0BA000;
}
.TagClassName
{
border-color: #0BA000;
}
</style>