Shades of Islamic Green #0BAA10
Tints of Islamic Green #0BAA10
RGB
CMYK
RGB Variations
Color information
#0BAA10 (or 0x0BAA10) is known color: Islamic Green. HEX triplet: 0B, AA and 10. RGB value is (11,170,16). Sum of RGB (Red+Green+Blue) = 11+170+16=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 170 (66.80% from 255 or 86.29% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAA10 is #F455EF. Grayscale: #696969. Windows color (decimal): -16012784 or 1092107. OLE color: 1092107.
HSL color Cylindrical-coordinate representation of color #0BAA10: hue angle of 121.89º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA10 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 170 | 16 | - |
| CMYK | 0.94 | 0 | 0.91 | 0.33 |
| HSL | 121.89º | 0.88% | 0.35% | - |
| HSV(B) | 121.89º | 0.94% | 0.67% | - |
| XYZ | 14.61 | 28.86 | 5.29 | - |
| YUV | 104.9 | 77.82 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 170 | 16 | 0.94 | 0 | 0.91 | 0.33 | 121.89 | 0.88 | 0.35 |
| Hex | B | AA | 10 | 5E | 0 | 5B | 21 | 7A | 58 | 23 |
| Octal | 13 | 252 | 20 | 136 | 0 | 133 | 41 | 172 | 130 | 43 |
| Binary | 1011 | 10101010 | 10000 | 1011110 | 0 | 1011011 | 100001 | 1111010 | 1011000 | 100011 |
Color Harmonies of #0BAA10
Complementary color
Monochromatic Colors of #0BAA10
Black with #0BAA10
Text Example
Text Example
White with #0BAA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAA10; }
p { color: rgb(11,170,16); }
H1.HeaderClassName
{
color: #0BAA10;
}
.AnyTagClassName
{
color: #0BAA10;
}
</style>
background-color css
<style>
a { background-color: #0BAA10; }
a { background-color: rgb(11,170,16); }
div.DivClassName
{
background-color: #0BAA10;
}
.BgClassName
{
background-color: #0BAA10;
}
</style>
border-color css
<style>
span { border-color: #0BAA10; }
span { border-color: rgb(11,170,16); }
td.TdClassName
{
border-color: #0BAA10;
}
.TagClassName
{
border-color: #0BAA10;
}
</style>