Shades of Islamic Green #0AA111
Tints of Islamic Green #0AA111
RGB
CMYK
RGB Variations
Color information
#0AA111 (or 0x0AA111) is known color: Islamic Green. HEX triplet: 0A, A1 and 11. RGB value is (10,161,17). Sum of RGB (Red+Green+Blue) = 10+161+17=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 161 (63.28% from 255 or 85.64% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA111 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA111 is #F55EEE. Grayscale: #636363. Windows color (decimal): -16080623 or 1155338. OLE color: 1155338.
HSL color Cylindrical-coordinate representation of color #0AA111: hue angle of 122.78º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA111 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 17 | - |
| CMYK | 0.94 | 0 | 0.89 | 0.37 |
| HSL | 122.78º | 0.88% | 0.34% | - |
| HSV(B) | 122.78º | 0.94% | 0.63% | - |
| XYZ | 12.97 | 25.59 | 4.79 | - |
| YUV | 99.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 17 | 0.94 | 0 | 0.89 | 0.37 | 122.78 | 0.88 | 0.34 |
| Hex | A | A1 | 11 | 5E | 0 | 59 | 25 | 7B | 58 | 22 |
| Octal | 12 | 241 | 21 | 136 | 0 | 131 | 45 | 173 | 130 | 42 |
| Binary | 1010 | 10100001 | 10001 | 1011110 | 0 | 1011001 | 100101 | 1111011 | 1011000 | 100010 |
Color Harmonies of #0AA111
Complementary color
Monochromatic Colors of #0AA111
Black with #0AA111
Text Example
Text Example
White with #0AA111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA111; }
p { color: rgb(10,161,17); }
H1.HeaderClassName
{
color: #0AA111;
}
.AnyTagClassName
{
color: #0AA111;
}
</style>
background-color css
<style>
a { background-color: #0AA111; }
a { background-color: rgb(10,161,17); }
div.DivClassName
{
background-color: #0AA111;
}
.BgClassName
{
background-color: #0AA111;
}
</style>
border-color css
<style>
span { border-color: #0AA111; }
span { border-color: rgb(10,161,17); }
td.TdClassName
{
border-color: #0AA111;
}
.TagClassName
{
border-color: #0AA111;
}
</style>