Shades of Islamic Green #0AA40C
Tints of Islamic Green #0AA40C
RGB
CMYK
RGB Variations
Color information
#0AA40C (or 0x0AA40C) is known color: Islamic Green. HEX triplet: 0A, A4 and 0C. RGB value is (10,164,12). Sum of RGB (Red+Green+Blue) = 10+164+12=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 164 (64.45% from 255 or 88.17% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA40C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA40C is #F55BF3. Grayscale: #656565. Windows color (decimal): -16079860 or 828426. OLE color: 828426.
HSL color Cylindrical-coordinate representation of color #0AA40C: hue angle of 120.78º 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 #0AA40C is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 164 | 12 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.36 |
| HSL | 120.78º | 0.89% | 0.34% | - |
| HSV(B) | 120.78º | 0.94% | 0.64% | - |
| XYZ | 13.47 | 26.64 | 4.78 | - |
| YUV | 100.63 | 77.98 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 12 | 0.94 | 0 | 0.93 | 0.36 | 120.78 | 0.89 | 0.34 |
| Hex | A | A4 | C | 5E | 0 | 5D | 24 | 79 | 59 | 22 |
| Octal | 12 | 244 | 14 | 136 | 0 | 135 | 44 | 171 | 131 | 42 |
| Binary | 1010 | 10100100 | 1100 | 1011110 | 0 | 1011101 | 100100 | 1111001 | 1011001 | 100010 |
Color Harmonies of #0AA40C
Complementary color
Monochromatic Colors of #0AA40C
Black with #0AA40C
Text Example
Text Example
White with #0AA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA40C; }
p { color: rgb(10,164,12); }
H1.HeaderClassName
{
color: #0AA40C;
}
.AnyTagClassName
{
color: #0AA40C;
}
</style>
background-color css
<style>
a { background-color: #0AA40C; }
a { background-color: rgb(10,164,12); }
div.DivClassName
{
background-color: #0AA40C;
}
.BgClassName
{
background-color: #0AA40C;
}
</style>
border-color css
<style>
span { border-color: #0AA40C; }
span { border-color: rgb(10,164,12); }
td.TdClassName
{
border-color: #0AA40C;
}
.TagClassName
{
border-color: #0AA40C;
}
</style>