Shades of Islamic Green #0BA213
Tints of Islamic Green #0BA213
RGB
CMYK
RGB Variations
Color information
#0BA213 (or 0x0BA213) is known color: Islamic Green. HEX triplet: 0B, A2 and 13. RGB value is (11,162,19). Sum of RGB (Red+Green+Blue) = 11+162+19=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 162 (63.67% from 255 or 84.38% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA213 is #F45DEC. Grayscale: #646464. Windows color (decimal): -16014829 or 1286667. OLE color: 1286667.
HSL color Cylindrical-coordinate representation of color #0BA213: hue angle of 123.18º 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 #0BA213 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 19 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.36 |
| HSL | 123.18º | 0.87% | 0.34% | - |
| HSV(B) | 123.18º | 0.93% | 0.64% | - |
| XYZ | 13.18 | 25.96 | 4.93 | - |
| YUV | 100.55 | 81.97 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 19 | 0.93 | 0 | 0.88 | 0.36 | 123.18 | 0.87 | 0.34 |
| Hex | B | A2 | 13 | 5D | 0 | 58 | 24 | 7B | 57 | 22 |
| Octal | 13 | 242 | 23 | 135 | 0 | 130 | 44 | 173 | 127 | 42 |
| Binary | 1011 | 10100010 | 10011 | 1011101 | 0 | 1011000 | 100100 | 1111011 | 1010111 | 100010 |
Color Harmonies of #0BA213
Complementary color
Monochromatic Colors of #0BA213
Black with #0BA213
Text Example
Text Example
White with #0BA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA213; }
p { color: rgb(11,162,19); }
H1.HeaderClassName
{
color: #0BA213;
}
.AnyTagClassName
{
color: #0BA213;
}
</style>
background-color css
<style>
a { background-color: #0BA213; }
a { background-color: rgb(11,162,19); }
div.DivClassName
{
background-color: #0BA213;
}
.BgClassName
{
background-color: #0BA213;
}
</style>
border-color css
<style>
span { border-color: #0BA213; }
span { border-color: rgb(11,162,19); }
td.TdClassName
{
border-color: #0BA213;
}
.TagClassName
{
border-color: #0BA213;
}
</style>