Shades of Islamic Green #0AA10D
Tints of Islamic Green #0AA10D
RGB
CMYK
RGB Variations
Color information
#0AA10D (or 0x0AA10D) is known color: Islamic Green. HEX triplet: 0A, A1 and 0D. RGB value is (10,161,13). Sum of RGB (Red+Green+Blue) = 10+161+13=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 161 (63.28% from 255 or 87.5% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 161 - color contains mainly: green. Hex color #0AA10D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA10D is #F55EF2. Grayscale: #636363. Windows color (decimal): -16080627 or 893194. OLE color: 893194.
HSL color Cylindrical-coordinate representation of color #0AA10D: hue angle of 121.19º 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 #0AA10D is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 161 | 13 | - |
| CMYK | 0.94 | 0 | 0.92 | 0.37 |
| HSL | 121.19º | 0.88% | 0.34% | - |
| HSV(B) | 121.19º | 0.94% | 0.63% | - |
| XYZ | 12.94 | 25.58 | 4.64 | - |
| YUV | 98.98 | 79.47 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 161 | 13 | 0.94 | 0 | 0.92 | 0.37 | 121.19 | 0.88 | 0.34 |
| Hex | A | A1 | D | 5E | 0 | 5C | 25 | 79 | 58 | 22 |
| Octal | 12 | 241 | 15 | 136 | 0 | 134 | 45 | 171 | 130 | 42 |
| Binary | 1010 | 10100001 | 1101 | 1011110 | 0 | 1011100 | 100101 | 1111001 | 1011000 | 100010 |
Color Harmonies of #0AA10D
Complementary color
Monochromatic Colors of #0AA10D
Black with #0AA10D
Text Example
Text Example
White with #0AA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA10D; }
p { color: rgb(10,161,13); }
H1.HeaderClassName
{
color: #0AA10D;
}
.AnyTagClassName
{
color: #0AA10D;
}
</style>
background-color css
<style>
a { background-color: #0AA10D; }
a { background-color: rgb(10,161,13); }
div.DivClassName
{
background-color: #0AA10D;
}
.BgClassName
{
background-color: #0AA10D;
}
</style>
border-color css
<style>
span { border-color: #0AA10D; }
span { border-color: rgb(10,161,13); }
td.TdClassName
{
border-color: #0AA10D;
}
.TagClassName
{
border-color: #0AA10D;
}
</style>