Shades of Islamic Green #0BAB12
Tints of Islamic Green #0BAB12
RGB
CMYK
RGB Variations
Color information
#0BAB12 (or 0x0BAB12) is known color: Islamic Green. HEX triplet: 0B, AB and 12. RGB value is (11,171,18). Sum of RGB (Red+Green+Blue) = 11+171+18=200 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.5% from 200); Green value is 171 (67.19% from 255 or 85.5% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAB12 is #F454ED. Grayscale: #6A6A6A. Windows color (decimal): -16012526 or 1223435. OLE color: 1223435.
HSL color Cylindrical-coordinate representation of color #0BAB12: hue angle of 122.62º 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 #0BAB12 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 18 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.33 |
| HSL | 122.63º | 0.88% | 0.36% | - |
| HSV(B) | 122.63º | 0.94% | 0.67% | - |
| XYZ | 14.81 | 29.24 | 5.44 | - |
| YUV | 105.72 | 78.49 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 18 | 0.94 | 0 | 0.89 | 0.33 | 122.63 | 0.88 | 0.36 |
| Hex | B | AB | 12 | 5E | 0 | 59 | 21 | 7B | 58 | 24 |
| Octal | 13 | 253 | 22 | 136 | 0 | 131 | 41 | 173 | 130 | 44 |
| Binary | 1011 | 10101011 | 10010 | 1011110 | 0 | 1011001 | 100001 | 1111011 | 1011000 | 100100 |
Color Harmonies of #0BAB12
Complementary color
Monochromatic Colors of #0BAB12
Black with #0BAB12
Text Example
Text Example
White with #0BAB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB12; }
p { color: rgb(11,171,18); }
H1.HeaderClassName
{
color: #0BAB12;
}
.AnyTagClassName
{
color: #0BAB12;
}
</style>
background-color css
<style>
a { background-color: #0BAB12; }
a { background-color: rgb(11,171,18); }
div.DivClassName
{
background-color: #0BAB12;
}
.BgClassName
{
background-color: #0BAB12;
}
</style>
border-color css
<style>
span { border-color: #0BAB12; }
span { border-color: rgb(11,171,18); }
td.TdClassName
{
border-color: #0BAB12;
}
.TagClassName
{
border-color: #0BAB12;
}
</style>