Shades of Islamic Green #0BAD0A
Tints of Islamic Green #0BAD0A
RGB
CMYK
RGB Variations
Color information
#0BAD0A (or 0x0BAD0A) is known color: Islamic Green. HEX triplet: 0B, AD and 0A. RGB value is (11,173,10). Sum of RGB (Red+Green+Blue) = 11+173+10=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 173 (67.97% from 255 or 89.18% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAD0A is #F452F5. Grayscale: #6A6A6A. Windows color (decimal): -16012022 or 699659. OLE color: 699659.
HSL color Cylindrical-coordinate representation of color #0BAD0A: hue angle of 119.63º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD0A is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 10 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.32 |
| HSL | 119.63º | 0.89% | 0.36% | - |
| HSV(B) | 119.63º | 0.94% | 0.68% | - |
| XYZ | 15.14 | 29.98 | 5.28 | - |
| YUV | 105.98 | 73.83 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 10 | 0.94 | 0 | 0.94 | 0.32 | 119.63 | 0.89 | 0.36 |
| Hex | B | AD | A | 5E | 0 | 5E | 20 | 78 | 59 | 24 |
| Octal | 13 | 255 | 12 | 136 | 0 | 136 | 40 | 170 | 131 | 44 |
| Binary | 1011 | 10101101 | 1010 | 1011110 | 0 | 1011110 | 100000 | 1111000 | 1011001 | 100100 |
Color Harmonies of #0BAD0A
Complementary color
Monochromatic Colors of #0BAD0A
Black with #0BAD0A
Text Example
Text Example
White with #0BAD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD0A; }
p { color: rgb(11,173,10); }
H1.HeaderClassName
{
color: #0BAD0A;
}
.AnyTagClassName
{
color: #0BAD0A;
}
</style>
background-color css
<style>
a { background-color: #0BAD0A; }
a { background-color: rgb(11,173,10); }
div.DivClassName
{
background-color: #0BAD0A;
}
.BgClassName
{
background-color: #0BAD0A;
}
</style>
border-color css
<style>
span { border-color: #0BAD0A; }
span { border-color: rgb(11,173,10); }
td.TdClassName
{
border-color: #0BAD0A;
}
.TagClassName
{
border-color: #0BAD0A;
}
</style>