Shades of Islamic Green #0AA009
Tints of Islamic Green #0AA009
RGB
CMYK
RGB Variations
Color information
#0AA009 (or 0x0AA009) is known color: Islamic Green. HEX triplet: 0A, A0 and 09. RGB value is (10,160,9). Sum of RGB (Red+Green+Blue) = 10+160+9=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 160 (62.89% from 255 or 89.39% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA009 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA009 is #F55FF6. Grayscale: #626262. Windows color (decimal): -16080887 or 630794. OLE color: 630794.
HSL color Cylindrical-coordinate representation of color #0AA009: hue angle of 119.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA009 is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 9 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.37 |
| HSL | 119.6º | 0.89% | 0.33% | - |
| HSV(B) | 119.6º | 0.94% | 0.63% | - |
| XYZ | 12.75 | 25.23 | 4.46 | - |
| YUV | 97.94 | 77.81 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 9 | 0.94 | 0 | 0.94 | 0.37 | 119.6 | 0.89 | 0.33 |
| Hex | A | A0 | 9 | 5E | 0 | 5E | 25 | 78 | 59 | 21 |
| Octal | 12 | 240 | 11 | 136 | 0 | 136 | 45 | 170 | 131 | 41 |
| Binary | 1010 | 10100000 | 1001 | 1011110 | 0 | 1011110 | 100101 | 1111000 | 1011001 | 100001 |
Color Harmonies of #0AA009
Complementary color
Monochromatic Colors of #0AA009
Black with #0AA009
Text Example
Text Example
White with #0AA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA009; }
p { color: rgb(10,160,9); }
H1.HeaderClassName
{
color: #0AA009;
}
.AnyTagClassName
{
color: #0AA009;
}
</style>
background-color css
<style>
a { background-color: #0AA009; }
a { background-color: rgb(10,160,9); }
div.DivClassName
{
background-color: #0AA009;
}
.BgClassName
{
background-color: #0AA009;
}
</style>
border-color css
<style>
span { border-color: #0AA009; }
span { border-color: rgb(10,160,9); }
td.TdClassName
{
border-color: #0AA009;
}
.TagClassName
{
border-color: #0AA009;
}
</style>