Shades of Islamic Green #0BAB13
Tints of Islamic Green #0BAB13
RGB
CMYK
RGB Variations
Color information
#0BAB13 (or 0x0BAB13) is known color: Islamic Green. HEX triplet: 0B, AB and 13. RGB value is (11,171,19). Sum of RGB (Red+Green+Blue) = 11+171+19=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 171 (67.19% from 255 or 85.07% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAB13 is #F454EC. Grayscale: #6A6A6A. Windows color (decimal): -16012525 or 1288971. OLE color: 1288971.
HSL color Cylindrical-coordinate representation of color #0BAB13: hue angle of 123º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAB13 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 19 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.33 |
| HSL | 123º | 0.88% | 0.36% | - |
| HSV(B) | 123º | 0.94% | 0.67% | - |
| XYZ | 14.82 | 29.24 | 5.48 | - |
| YUV | 105.83 | 78.99 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 19 | 0.94 | 0 | 0.89 | 0.33 | 123 | 0.88 | 0.36 |
| Hex | B | AB | 13 | 5E | 0 | 59 | 21 | 7B | 58 | 24 |
| Octal | 13 | 253 | 23 | 136 | 0 | 131 | 41 | 173 | 130 | 44 |
| Binary | 1011 | 10101011 | 10011 | 1011110 | 0 | 1011001 | 100001 | 1111011 | 1011000 | 100100 |
Color Harmonies of #0BAB13
Complementary color
Monochromatic Colors of #0BAB13
Black with #0BAB13
Text Example
Text Example
White with #0BAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB13; }
p { color: rgb(11,171,19); }
H1.HeaderClassName
{
color: #0BAB13;
}
.AnyTagClassName
{
color: #0BAB13;
}
</style>
background-color css
<style>
a { background-color: #0BAB13; }
a { background-color: rgb(11,171,19); }
div.DivClassName
{
background-color: #0BAB13;
}
.BgClassName
{
background-color: #0BAB13;
}
</style>
border-color css
<style>
span { border-color: #0BAB13; }
span { border-color: rgb(11,171,19); }
td.TdClassName
{
border-color: #0BAB13;
}
.TagClassName
{
border-color: #0BAB13;
}
</style>