Shades of Islamic Green #0BA200
Tints of Islamic Green #0BA200
RGB
CMYK
RGB Variations
Color information
#0BA200 (or 0x0BA200) is known color: Islamic Green. HEX triplet: 0B, A2 and 00. RGB value is (11,162,0). Sum of RGB (Red+Green+Blue) = 11+162+0=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 162 (63.67% from 255 or 93.64% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA200 is #F45DFF. Grayscale: #626262. Windows color (decimal): -16014848 or 41483. OLE color: 41483.
HSL color Cylindrical-coordinate representation of color #0BA200: hue angle of 115.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0BA200 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 162 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.36 |
| HSL | 115.93º | 1% | 0.32% | - |
| HSV(B) | 115.93º | 1% | 0.64% | - |
| XYZ | 13.06 | 25.91 | 4.31 | - |
| YUV | 98.38 | 72.47 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 162 | 0 | 0.93 | 0 | 1 | 0.36 | 115.93 | 1 | 0.32 |
| Hex | B | A2 | 0 | 5D | 0 | 64 | 24 | 74 | 64 | 20 |
| Octal | 13 | 242 | 0 | 135 | 0 | 144 | 44 | 164 | 144 | 40 |
| Binary | 1011 | 10100010 | 0 | 1011101 | 0 | 1100100 | 100100 | 1110100 | 1100100 | 100000 |
Color Harmonies of #0BA200
Complementary color
Monochromatic Colors of #0BA200
Black with #0BA200
Text Example
Text Example
White with #0BA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA200; }
p { color: rgb(11,162,0); }
H1.HeaderClassName
{
color: #0BA200;
}
.AnyTagClassName
{
color: #0BA200;
}
</style>
background-color css
<style>
a { background-color: #0BA200; }
a { background-color: rgb(11,162,0); }
div.DivClassName
{
background-color: #0BA200;
}
.BgClassName
{
background-color: #0BA200;
}
</style>
border-color css
<style>
span { border-color: #0BA200; }
span { border-color: rgb(11,162,0); }
td.TdClassName
{
border-color: #0BA200;
}
.TagClassName
{
border-color: #0BA200;
}
</style>