Shades of Islamic Green #0BAB02
Tints of Islamic Green #0BAB02
RGB
CMYK
RGB Variations
Color information
#0BAB02 (or 0x0BAB02) is known color: Islamic Green. HEX triplet: 0B, AB and 02. RGB value is (11,171,2). Sum of RGB (Red+Green+Blue) = 11+171+2=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 171 (67.19% from 255 or 92.93% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAB02 is #F454FD. Grayscale: #686868. Windows color (decimal): -16012542 or 174859. OLE color: 174859.
HSL color Cylindrical-coordinate representation of color #0BAB02: hue angle of 116.8º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BAB02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 2 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.33 |
| HSL | 116.8º | 0.98% | 0.34% | - |
| HSV(B) | 116.8º | 0.99% | 0.67% | - |
| XYZ | 14.71 | 29.2 | 4.92 | - |
| YUV | 103.89 | 70.49 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 2 | 0.94 | 0 | 0.99 | 0.33 | 116.8 | 0.98 | 0.34 |
| Hex | B | AB | 2 | 5E | 0 | 63 | 21 | 75 | 62 | 22 |
| Octal | 13 | 253 | 2 | 136 | 0 | 143 | 41 | 165 | 142 | 42 |
| Binary | 1011 | 10101011 | 10 | 1011110 | 0 | 1100011 | 100001 | 1110101 | 1100010 | 100010 |
Color Harmonies of #0BAB02
Complementary color
Monochromatic Colors of #0BAB02
Black with #0BAB02
Text Example
Text Example
White with #0BAB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB02; }
p { color: rgb(11,171,2); }
H1.HeaderClassName
{
color: #0BAB02;
}
.AnyTagClassName
{
color: #0BAB02;
}
</style>
background-color css
<style>
a { background-color: #0BAB02; }
a { background-color: rgb(11,171,2); }
div.DivClassName
{
background-color: #0BAB02;
}
.BgClassName
{
background-color: #0BAB02;
}
</style>
border-color css
<style>
span { border-color: #0BAB02; }
span { border-color: rgb(11,171,2); }
td.TdClassName
{
border-color: #0BAB02;
}
.TagClassName
{
border-color: #0BAB02;
}
</style>