Shades of Islamic Green #0BA01C
Tints of Islamic Green #0BA01C
RGB
CMYK
RGB Variations
Color information
#0BA01C (or 0x0BA01C) is known color: Islamic Green. HEX triplet: 0B, A0 and 1C. RGB value is (11,160,28). Sum of RGB (Red+Green+Blue) = 11+160+28=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 160 (62.89% from 255 or 80.40% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 160 - color contains mainly: green. Hex color #0BA01C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA01C is #F45FE3. Grayscale: #646464. Windows color (decimal): -16015332 or 1875979. OLE color: 1875979.
HSL color Cylindrical-coordinate representation of color #0BA01C: hue angle of 126.85º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA01C is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 11 | 160 | 28 | - |
| CMYK | 0.93 | 0 | 0.82 | 0.37 |
| HSL | 126.85º | 0.87% | 0.34% | - |
| HSV(B) | 126.85º | 0.93% | 0.63% | - |
| XYZ | 12.92 | 25.3 | 5.3 | - |
| YUV | 100.4 | 87.14 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 160 | 28 | 0.93 | 0 | 0.82 | 0.37 | 126.85 | 0.87 | 0.34 |
| Hex | B | A0 | 1C | 5D | 0 | 52 | 25 | 7F | 57 | 22 |
| Octal | 13 | 240 | 34 | 135 | 0 | 122 | 45 | 177 | 127 | 42 |
| Binary | 1011 | 10100000 | 11100 | 1011101 | 0 | 1010010 | 100101 | 1111111 | 1010111 | 100010 |
Color Harmonies of #0BA01C
Complementary color
Monochromatic Colors of #0BA01C
Black with #0BA01C
Text Example
Text Example
White with #0BA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA01C; }
p { color: rgb(11,160,28); }
H1.HeaderClassName
{
color: #0BA01C;
}
.AnyTagClassName
{
color: #0BA01C;
}
</style>
background-color css
<style>
a { background-color: #0BA01C; }
a { background-color: rgb(11,160,28); }
div.DivClassName
{
background-color: #0BA01C;
}
.BgClassName
{
background-color: #0BA01C;
}
</style>
border-color css
<style>
span { border-color: #0BA01C; }
span { border-color: rgb(11,160,28); }
td.TdClassName
{
border-color: #0BA01C;
}
.TagClassName
{
border-color: #0BA01C;
}
</style>