Shades of Islamic Green #0BAC0A
Tints of Islamic Green #0BAC0A
RGB
CMYK
RGB Variations
Color information
#0BAC0A (or 0x0BAC0A) is known color: Islamic Green. HEX triplet: 0B, AC and 0A. RGB value is (11,172,10). Sum of RGB (Red+Green+Blue) = 11+172+10=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 172 (67.58% from 255 or 89.12% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAC0A is #F453F5. Grayscale: #696969. Windows color (decimal): -16012278 or 699403. OLE color: 699403.
HSL color Cylindrical-coordinate representation of color #0BAC0A: hue angle of 119.63º degrees, saturation: 0.89, 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 #0BAC0A is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 10 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.33 |
| HSL | 119.63º | 0.89% | 0.36% | - |
| HSV(B) | 119.63º | 0.94% | 0.67% | - |
| XYZ | 14.95 | 29.6 | 5.21 | - |
| YUV | 105.39 | 74.16 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 10 | 0.94 | 0 | 0.94 | 0.33 | 119.63 | 0.89 | 0.36 |
| Hex | B | AC | A | 5E | 0 | 5E | 21 | 78 | 59 | 24 |
| Octal | 13 | 254 | 12 | 136 | 0 | 136 | 41 | 170 | 131 | 44 |
| Binary | 1011 | 10101100 | 1010 | 1011110 | 0 | 1011110 | 100001 | 1111000 | 1011001 | 100100 |
Color Harmonies of #0BAC0A
Complementary color
Monochromatic Colors of #0BAC0A
Black with #0BAC0A
Text Example
Text Example
White with #0BAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC0A; }
p { color: rgb(11,172,10); }
H1.HeaderClassName
{
color: #0BAC0A;
}
.AnyTagClassName
{
color: #0BAC0A;
}
</style>
background-color css
<style>
a { background-color: #0BAC0A; }
a { background-color: rgb(11,172,10); }
div.DivClassName
{
background-color: #0BAC0A;
}
.BgClassName
{
background-color: #0BAC0A;
}
</style>
border-color css
<style>
span { border-color: #0BAC0A; }
span { border-color: rgb(11,172,10); }
td.TdClassName
{
border-color: #0BAC0A;
}
.TagClassName
{
border-color: #0BAC0A;
}
</style>