Shades of Islamic Green #0AA710
Tints of Islamic Green #0AA710
RGB
CMYK
RGB Variations
Color information
#0AA710 (or 0x0AA710) is known color: Islamic Green. HEX triplet: 0A, A7 and 10. RGB value is (10,167,16). Sum of RGB (Red+Green+Blue) = 10+167+16=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 167 (65.62% from 255 or 86.53% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA710 is #F558EF. Grayscale: #676767. Windows color (decimal): -16079088 or 1091338. OLE color: 1091338.
HSL color Cylindrical-coordinate representation of color #0AA710: hue angle of 122.29º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA710 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 167 | 16 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.35 |
| HSL | 122.29º | 0.89% | 0.35% | - |
| HSV(B) | 122.29º | 0.94% | 0.65% | - |
| XYZ | 14.04 | 27.74 | 5.1 | - |
| YUV | 102.84 | 78.99 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 167 | 16 | 0.94 | 0 | 0.90 | 0.35 | 122.29 | 0.89 | 0.35 |
| Hex | A | A7 | 10 | 5E | 0 | 5A | 23 | 7A | 59 | 23 |
| Octal | 12 | 247 | 20 | 136 | 0 | 132 | 43 | 172 | 131 | 43 |
| Binary | 1010 | 10100111 | 10000 | 1011110 | 0 | 1011010 | 100011 | 1111010 | 1011001 | 100011 |
Color Harmonies of #0AA710
Complementary color
Monochromatic Colors of #0AA710
Black with #0AA710
Text Example
Text Example
White with #0AA710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA710; }
p { color: rgb(10,167,16); }
H1.HeaderClassName
{
color: #0AA710;
}
.AnyTagClassName
{
color: #0AA710;
}
</style>
background-color css
<style>
a { background-color: #0AA710; }
a { background-color: rgb(10,167,16); }
div.DivClassName
{
background-color: #0AA710;
}
.BgClassName
{
background-color: #0AA710;
}
</style>
border-color css
<style>
span { border-color: #0AA710; }
span { border-color: rgb(10,167,16); }
td.TdClassName
{
border-color: #0AA710;
}
.TagClassName
{
border-color: #0AA710;
}
</style>