Shades of Islamic Green #0AA110
Tints of Islamic Green #0AA110
RGB
CMYK
RGB Variations
Color information
#0AA110 (or 0x0AA110) is known color: Islamic Green. HEX triplet: 0A, A1 and 10. RGB value is (10,161,16). Sum of RGB (Red+Green+Blue) = 10+161+16=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 161 (63.28% from 255 or 86.10% from 187); Blue value is 16 (6.64% from 255 or 8.56% from 187); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA110 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA110 is #F55EEF. Grayscale: #636363. Windows color (decimal): -16080624 or 1089802. OLE color: 1089802.
HSL color Cylindrical-coordinate representation of color #0AA110: hue angle of 122.38º 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 #0AA110 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 16 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.37 |
| HSL | 122.38º | 0.88% | 0.34% | - |
| HSV(B) | 122.38º | 0.94% | 0.63% | - |
| XYZ | 12.96 | 25.59 | 4.75 | - |
| YUV | 99.32 | 80.97 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 16 | 0.94 | 0 | 0.90 | 0.37 | 122.38 | 0.88 | 0.34 |
| Hex | A | A1 | 10 | 5E | 0 | 5A | 25 | 7A | 58 | 22 |
| Octal | 12 | 241 | 20 | 136 | 0 | 132 | 45 | 172 | 130 | 42 |
| Binary | 1010 | 10100001 | 10000 | 1011110 | 0 | 1011010 | 100101 | 1111010 | 1011000 | 100010 |
Color Harmonies of #0AA110
Complementary color
Monochromatic Colors of #0AA110
Black with #0AA110
Text Example
Text Example
White with #0AA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA110; }
p { color: rgb(10,161,16); }
H1.HeaderClassName
{
color: #0AA110;
}
.AnyTagClassName
{
color: #0AA110;
}
</style>
background-color css
<style>
a { background-color: #0AA110; }
a { background-color: rgb(10,161,16); }
div.DivClassName
{
background-color: #0AA110;
}
.BgClassName
{
background-color: #0AA110;
}
</style>
border-color css
<style>
span { border-color: #0AA110; }
span { border-color: rgb(10,161,16); }
td.TdClassName
{
border-color: #0AA110;
}
.TagClassName
{
border-color: #0AA110;
}
</style>