Shades of Islamic Green #0AA10C
Tints of Islamic Green #0AA10C
RGB
CMYK
RGB Variations
Color information
#0AA10C (or 0x0AA10C) is known color: Islamic Green. HEX triplet: 0A, A1 and 0C. RGB value is (10,161,12). Sum of RGB (Red+Green+Blue) = 10+161+12=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 161 (63.28% from 255 or 87.98% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA10C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA10C is #F55EF3. Grayscale: #636363. Windows color (decimal): -16080628 or 827658. OLE color: 827658.
HSL color Cylindrical-coordinate representation of color #0AA10C: hue angle of 120.79º 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 #0AA10C is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 12 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.37 |
| HSL | 120.79º | 0.88% | 0.34% | - |
| HSV(B) | 120.79º | 0.94% | 0.63% | - |
| XYZ | 12.94 | 25.58 | 4.6 | - |
| YUV | 98.87 | 78.97 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 12 | 0.94 | 0 | 0.93 | 0.37 | 120.79 | 0.88 | 0.34 |
| Hex | A | A1 | C | 5E | 0 | 5D | 25 | 79 | 58 | 22 |
| Octal | 12 | 241 | 14 | 136 | 0 | 135 | 45 | 171 | 130 | 42 |
| Binary | 1010 | 10100001 | 1100 | 1011110 | 0 | 1011101 | 100101 | 1111001 | 1011000 | 100010 |
Color Harmonies of #0AA10C
Complementary color
Monochromatic Colors of #0AA10C
Black with #0AA10C
Text Example
Text Example
White with #0AA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA10C; }
p { color: rgb(10,161,12); }
H1.HeaderClassName
{
color: #0AA10C;
}
.AnyTagClassName
{
color: #0AA10C;
}
</style>
background-color css
<style>
a { background-color: #0AA10C; }
a { background-color: rgb(10,161,12); }
div.DivClassName
{
background-color: #0AA10C;
}
.BgClassName
{
background-color: #0AA10C;
}
</style>
border-color css
<style>
span { border-color: #0AA10C; }
span { border-color: rgb(10,161,12); }
td.TdClassName
{
border-color: #0AA10C;
}
.TagClassName
{
border-color: #0AA10C;
}
</style>