Shades of Islamic Green #0AA900
Tints of Islamic Green #0AA900
RGB
CMYK
RGB Variations
Color information
#0AA900 (or 0x0AA900) is known color: Islamic Green. HEX triplet: 0A, A9 and 00. RGB value is (10,169,0). Sum of RGB (Red+Green+Blue) = 10+169+0=179 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.59% from 179); Green value is 169 (66.41% from 255 or 94.41% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 169 - color contains mainly: green. Hex color #0AA900 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA900 is #F556FF. Grayscale: #666666. Windows color (decimal): -16078592 or 43274. OLE color: 43274.
HSL color Cylindrical-coordinate representation of color #0AA900: hue angle of 116.45º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0AA900 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 10 | 169 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.34 |
| HSL | 116.45º | 1% | 0.33% | - |
| HSV(B) | 116.45º | 1% | 0.66% | - |
| XYZ | 14.31 | 28.44 | 4.74 | - |
| YUV | 102.19 | 70.32 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 169 | 0 | 0.94 | 0 | 1 | 0.34 | 116.45 | 1 | 0.33 |
| Hex | A | A9 | 0 | 5E | 0 | 64 | 22 | 74 | 64 | 21 |
| Octal | 12 | 251 | 0 | 136 | 0 | 144 | 42 | 164 | 144 | 41 |
| Binary | 1010 | 10101001 | 0 | 1011110 | 0 | 1100100 | 100010 | 1110100 | 1100100 | 100001 |
Color Harmonies of #0AA900
Complementary color
Monochromatic Colors of #0AA900
Black with #0AA900
Text Example
Text Example
White with #0AA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA900; }
p { color: rgb(10,169,0); }
H1.HeaderClassName
{
color: #0AA900;
}
.AnyTagClassName
{
color: #0AA900;
}
</style>
background-color css
<style>
a { background-color: #0AA900; }
a { background-color: rgb(10,169,0); }
div.DivClassName
{
background-color: #0AA900;
}
.BgClassName
{
background-color: #0AA900;
}
</style>
border-color css
<style>
span { border-color: #0AA900; }
span { border-color: rgb(10,169,0); }
td.TdClassName
{
border-color: #0AA900;
}
.TagClassName
{
border-color: #0AA900;
}
</style>