Shades of Islamic Green #0AA413
Tints of Islamic Green #0AA413
RGB
CMYK
RGB Variations
Color information
#0AA413 (or 0x0AA413) is known color: Islamic Green. HEX triplet: 0A, A4 and 13. RGB value is (10,164,19). Sum of RGB (Red+Green+Blue) = 10+164+19=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 164 (64.45% from 255 or 84.97% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA413 is #F55BEC. Grayscale: #656565. Windows color (decimal): -16079853 or 1287178. OLE color: 1287178.
HSL color Cylindrical-coordinate representation of color #0AA413: hue angle of 123.51º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA413 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 164 | 19 | - |
| CMYK | 0.94 | 0 | 0.88 | 0.36 |
| HSL | 123.51º | 0.89% | 0.34% | - |
| HSV(B) | 123.51º | 0.94% | 0.64% | - |
| XYZ | 13.52 | 26.66 | 5.05 | - |
| YUV | 101.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 19 | 0.94 | 0 | 0.88 | 0.36 | 123.51 | 0.89 | 0.34 |
| Hex | A | A4 | 13 | 5E | 0 | 58 | 24 | 7C | 59 | 22 |
| Octal | 12 | 244 | 23 | 136 | 0 | 130 | 44 | 174 | 131 | 42 |
| Binary | 1010 | 10100100 | 10011 | 1011110 | 0 | 1011000 | 100100 | 1111100 | 1011001 | 100010 |
Color Harmonies of #0AA413
Complementary color
Monochromatic Colors of #0AA413
Black with #0AA413
Text Example
Text Example
White with #0AA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA413; }
p { color: rgb(10,164,19); }
H1.HeaderClassName
{
color: #0AA413;
}
.AnyTagClassName
{
color: #0AA413;
}
</style>
background-color css
<style>
a { background-color: #0AA413; }
a { background-color: rgb(10,164,19); }
div.DivClassName
{
background-color: #0AA413;
}
.BgClassName
{
background-color: #0AA413;
}
</style>
border-color css
<style>
span { border-color: #0AA413; }
span { border-color: rgb(10,164,19); }
td.TdClassName
{
border-color: #0AA413;
}
.TagClassName
{
border-color: #0AA413;
}
</style>