Shades of Islamic Green #0BAB10
Tints of Islamic Green #0BAB10
RGB
CMYK
RGB Variations
Color information
#0BAB10 (or 0x0BAB10) is known color: Islamic Green. HEX triplet: 0B, AB and 10. RGB value is (11,171,16). Sum of RGB (Red+Green+Blue) = 11+171+16=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 171 (67.19% from 255 or 86.36% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAB10 is #F454EF. Grayscale: #696969. Windows color (decimal): -16012528 or 1092363. OLE color: 1092363.
HSL color Cylindrical-coordinate representation of color #0BAB10: hue angle of 121.88º 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 #0BAB10 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 16 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.33 |
| HSL | 121.88º | 0.88% | 0.36% | - |
| HSV(B) | 121.88º | 0.94% | 0.67% | - |
| XYZ | 14.79 | 29.23 | 5.35 | - |
| YUV | 105.49 | 77.49 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 16 | 0.94 | 0 | 0.91 | 0.33 | 121.88 | 0.88 | 0.36 |
| Hex | B | AB | 10 | 5E | 0 | 5B | 21 | 7A | 58 | 24 |
| Octal | 13 | 253 | 20 | 136 | 0 | 133 | 41 | 172 | 130 | 44 |
| Binary | 1011 | 10101011 | 10000 | 1011110 | 0 | 1011011 | 100001 | 1111010 | 1011000 | 100100 |
Color Harmonies of #0BAB10
Complementary color
Monochromatic Colors of #0BAB10
Black with #0BAB10
Text Example
Text Example
White with #0BAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB10; }
p { color: rgb(11,171,16); }
H1.HeaderClassName
{
color: #0BAB10;
}
.AnyTagClassName
{
color: #0BAB10;
}
</style>
background-color css
<style>
a { background-color: #0BAB10; }
a { background-color: rgb(11,171,16); }
div.DivClassName
{
background-color: #0BAB10;
}
.BgClassName
{
background-color: #0BAB10;
}
</style>
border-color css
<style>
span { border-color: #0BAB10; }
span { border-color: rgb(11,171,16); }
td.TdClassName
{
border-color: #0BAB10;
}
.TagClassName
{
border-color: #0BAB10;
}
</style>