Shades of Islamic Green #0BA404
Tints of Islamic Green #0BA404
RGB
CMYK
RGB Variations
Color information
#0BA404 (or 0x0BA404) is known color: Islamic Green. HEX triplet: 0B, A4 and 04. RGB value is (11,164,4). Sum of RGB (Red+Green+Blue) = 11+164+4=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 164 (64.45% from 255 or 91.62% from 179); Blue value is 4 (1.95% from 255 or 2.23% from 179); Max value from RGB is 164 - color contains mainly: green. Hex color #0BA404 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA404 is #F45BFB. Grayscale: #646464. Windows color (decimal): -16014332 or 304139. OLE color: 304139.
HSL color Cylindrical-coordinate representation of color #0BA404: hue angle of 117.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BA404 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 164 | 4 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.36 |
| HSL | 117.38º | 0.95% | 0.33% | - |
| HSV(B) | 117.38º | 0.98% | 0.64% | - |
| XYZ | 13.44 | 26.63 | 4.55 | - |
| YUV | 100.01 | 73.81 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 164 | 4 | 0.93 | 0 | 0.98 | 0.36 | 117.38 | 0.95 | 0.33 |
| Hex | B | A4 | 4 | 5D | 0 | 62 | 24 | 75 | 5F | 21 |
| Octal | 13 | 244 | 4 | 135 | 0 | 142 | 44 | 165 | 137 | 41 |
| Binary | 1011 | 10100100 | 100 | 1011101 | 0 | 1100010 | 100100 | 1110101 | 1011111 | 100001 |
Color Harmonies of #0BA404
Complementary color
Monochromatic Colors of #0BA404
Black with #0BA404
Text Example
Text Example
White with #0BA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA404; }
p { color: rgb(11,164,4); }
H1.HeaderClassName
{
color: #0BA404;
}
.AnyTagClassName
{
color: #0BA404;
}
</style>
background-color css
<style>
a { background-color: #0BA404; }
a { background-color: rgb(11,164,4); }
div.DivClassName
{
background-color: #0BA404;
}
.BgClassName
{
background-color: #0BA404;
}
</style>
border-color css
<style>
span { border-color: #0BA404; }
span { border-color: rgb(11,164,4); }
td.TdClassName
{
border-color: #0BA404;
}
.TagClassName
{
border-color: #0BA404;
}
</style>