Shades of Islamic Green #0BAB19
Tints of Islamic Green #0BAB19
RGB
CMYK
RGB Variations
Color information
#0BAB19 (or 0x0BAB19) is known color: Islamic Green. HEX triplet: 0B, AB and 19. RGB value is (11,171,25). Sum of RGB (Red+Green+Blue) = 11+171+25=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 171 (67.19% from 255 or 82.61% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAB19 is #F454E6. Grayscale: #6A6A6A. Windows color (decimal): -16012519 or 1682187. OLE color: 1682187.
HSL color Cylindrical-coordinate representation of color #0BAB19: hue angle of 125.25º 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 #0BAB19 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 25 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.33 |
| HSL | 125.25º | 0.88% | 0.36% | - |
| HSV(B) | 125.25º | 0.94% | 0.67% | - |
| XYZ | 14.88 | 29.27 | 5.78 | - |
| YUV | 106.52 | 81.99 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 25 | 0.94 | 0 | 0.85 | 0.33 | 125.25 | 0.88 | 0.36 |
| Hex | B | AB | 19 | 5E | 0 | 55 | 21 | 7D | 58 | 24 |
| Octal | 13 | 253 | 31 | 136 | 0 | 125 | 41 | 175 | 130 | 44 |
| Binary | 1011 | 10101011 | 11001 | 1011110 | 0 | 1010101 | 100001 | 1111101 | 1011000 | 100100 |
Color Harmonies of #0BAB19
Complementary color
Monochromatic Colors of #0BAB19
Black with #0BAB19
Text Example
Text Example
White with #0BAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB19; }
p { color: rgb(11,171,25); }
H1.HeaderClassName
{
color: #0BAB19;
}
.AnyTagClassName
{
color: #0BAB19;
}
</style>
background-color css
<style>
a { background-color: #0BAB19; }
a { background-color: rgb(11,171,25); }
div.DivClassName
{
background-color: #0BAB19;
}
.BgClassName
{
background-color: #0BAB19;
}
</style>
border-color css
<style>
span { border-color: #0BAB19; }
span { border-color: rgb(11,171,25); }
td.TdClassName
{
border-color: #0BAB19;
}
.TagClassName
{
border-color: #0BAB19;
}
</style>