Shades of Islamic Green #0BAC19
Tints of Islamic Green #0BAC19
RGB
CMYK
RGB Variations
Color information
#0BAC19 (or 0x0BAC19) is known color: Islamic Green. HEX triplet: 0B, AC and 19. RGB value is (11,172,25). Sum of RGB (Red+Green+Blue) = 11+172+25=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 172 (67.58% from 255 or 82.69% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAC19 is #F453E6. Grayscale: #6B6B6B. Windows color (decimal): -16012263 or 1682443. OLE color: 1682443.
HSL color Cylindrical-coordinate representation of color #0BAC19: hue angle of 125.22º 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 #0BAC19 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 25 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.33 |
| HSL | 125.22º | 0.88% | 0.36% | - |
| HSV(B) | 125.22º | 0.94% | 0.67% | - |
| XYZ | 15.07 | 29.65 | 5.85 | - |
| YUV | 107.1 | 81.66 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 25 | 0.94 | 0 | 0.85 | 0.33 | 125.22 | 0.88 | 0.36 |
| Hex | B | AC | 19 | 5E | 0 | 55 | 21 | 7D | 58 | 24 |
| Octal | 13 | 254 | 31 | 136 | 0 | 125 | 41 | 175 | 130 | 44 |
| Binary | 1011 | 10101100 | 11001 | 1011110 | 0 | 1010101 | 100001 | 1111101 | 1011000 | 100100 |
Color Harmonies of #0BAC19
Complementary color
Monochromatic Colors of #0BAC19
Black with #0BAC19
Text Example
Text Example
White with #0BAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC19; }
p { color: rgb(11,172,25); }
H1.HeaderClassName
{
color: #0BAC19;
}
.AnyTagClassName
{
color: #0BAC19;
}
</style>
background-color css
<style>
a { background-color: #0BAC19; }
a { background-color: rgb(11,172,25); }
div.DivClassName
{
background-color: #0BAC19;
}
.BgClassName
{
background-color: #0BAC19;
}
</style>
border-color css
<style>
span { border-color: #0BAC19; }
span { border-color: rgb(11,172,25); }
td.TdClassName
{
border-color: #0BAC19;
}
.TagClassName
{
border-color: #0BAC19;
}
</style>