Shades of Islamic Green #0BA218
Tints of Islamic Green #0BA218
RGB
CMYK
RGB Variations
Color information
#0BA218 (or 0x0BA218) is known color: Islamic Green. HEX triplet: 0B, A2 and 18. RGB value is (11,162,24). Sum of RGB (Red+Green+Blue) = 11+162+24=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 162 (63.67% from 255 or 82.23% from 197); Blue value is 24 (9.77% from 255 or 12.18% from 197); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA218 is #F45DE7. Grayscale: #656565. Windows color (decimal): -16014824 or 1614347. OLE color: 1614347.
HSL color Cylindrical-coordinate representation of color #0BA218: hue angle of 125.17º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA218 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 24 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.36 |
| HSL | 125.17º | 0.87% | 0.34% | - |
| HSV(B) | 125.17º | 0.93% | 0.64% | - |
| XYZ | 13.22 | 25.98 | 5.18 | - |
| YUV | 101.12 | 84.47 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 24 | 0.93 | 0 | 0.85 | 0.36 | 125.17 | 0.87 | 0.34 |
| Hex | B | A2 | 18 | 5D | 0 | 55 | 24 | 7D | 57 | 22 |
| Octal | 13 | 242 | 30 | 135 | 0 | 125 | 44 | 175 | 127 | 42 |
| Binary | 1011 | 10100010 | 11000 | 1011101 | 0 | 1010101 | 100100 | 1111101 | 1010111 | 100010 |
Color Harmonies of #0BA218
Complementary color
Monochromatic Colors of #0BA218
Black with #0BA218
Text Example
Text Example
White with #0BA218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA218; }
p { color: rgb(11,162,24); }
H1.HeaderClassName
{
color: #0BA218;
}
.AnyTagClassName
{
color: #0BA218;
}
</style>
background-color css
<style>
a { background-color: #0BA218; }
a { background-color: rgb(11,162,24); }
div.DivClassName
{
background-color: #0BA218;
}
.BgClassName
{
background-color: #0BA218;
}
</style>
border-color css
<style>
span { border-color: #0BA218; }
span { border-color: rgb(11,162,24); }
td.TdClassName
{
border-color: #0BA218;
}
.TagClassName
{
border-color: #0BA218;
}
</style>