Shades of Islamic Green #0B8E0A
Tints of Islamic Green #0B8E0A
RGB
CMYK
RGB Variations
Color information
#0B8E0A (or 0x0B8E0A) is known color: Islamic Green. HEX triplet: 0B, 8E and 0A. RGB value is (11,142,10). Sum of RGB (Red+Green+Blue) = 11+142+10=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 142 (55.86% from 255 or 87.12% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 142 - color contains mainly: green. Hex color #0B8E0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B8E0A is #F471F5. Grayscale: #585858. Windows color (decimal): -16019958 or 691723. OLE color: 691723.
HSL color Cylindrical-coordinate representation of color #0B8E0A: hue angle of 119.55º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8E0A is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 142 | 10 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.44 |
| HSL | 119.55º | 0.87% | 0.3% | - |
| HSV(B) | 119.55º | 0.93% | 0.56% | - |
| XYZ | 9.87 | 19.44 | 3.52 | - |
| YUV | 87.78 | 84.1 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 142 | 10 | 0.92 | 0 | 0.93 | 0.44 | 119.55 | 0.87 | 0.3 |
| Hex | B | 8E | A | 5C | 0 | 5D | 2C | 78 | 57 | 1E |
| Octal | 13 | 216 | 12 | 134 | 0 | 135 | 54 | 170 | 127 | 36 |
| Binary | 1011 | 10001110 | 1010 | 1011100 | 0 | 1011101 | 101100 | 1111000 | 1010111 | 11110 |
Color Harmonies of #0B8E0A
Complementary color
Monochromatic Colors of #0B8E0A
Black with #0B8E0A
Text Example
Text Example
White with #0B8E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8E0A; }
p { color: rgb(11,142,10); }
H1.HeaderClassName
{
color: #0B8E0A;
}
.AnyTagClassName
{
color: #0B8E0A;
}
</style>
background-color css
<style>
a { background-color: #0B8E0A; }
a { background-color: rgb(11,142,10); }
div.DivClassName
{
background-color: #0B8E0A;
}
.BgClassName
{
background-color: #0B8E0A;
}
</style>
border-color css
<style>
span { border-color: #0B8E0A; }
span { border-color: rgb(11,142,10); }
td.TdClassName
{
border-color: #0B8E0A;
}
.TagClassName
{
border-color: #0B8E0A;
}
</style>