Shades of Islamic Green #0AA01A
Tints of Islamic Green #0AA01A
RGB
CMYK
RGB Variations
Color information
#0AA01A (or 0x0AA01A) is known color: Islamic Green. HEX triplet: 0A, A0 and 1A. RGB value is (10,160,26). Sum of RGB (Red+Green+Blue) = 10+160+26=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 160 (62.89% from 255 or 81.63% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA01A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA01A is #F55FE5. Grayscale: #646464. Windows color (decimal): -16080870 or 1744906. OLE color: 1744906.
HSL color Cylindrical-coordinate representation of color #0AA01A: hue angle of 126.4º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA01A is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 10 | 160 | 26 | - |
| CMYK | 0.94 | 0 | 0.84 | 0.37 |
| HSL | 126.4º | 0.88% | 0.33% | - |
| HSV(B) | 126.4º | 0.94% | 0.63% | - |
| XYZ | 12.88 | 25.28 | 5.18 | - |
| YUV | 99.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 160 | 26 | 0.94 | 0 | 0.84 | 0.37 | 126.4 | 0.88 | 0.33 |
| Hex | A | A0 | 1A | 5E | 0 | 54 | 25 | 7E | 58 | 21 |
| Octal | 12 | 240 | 32 | 136 | 0 | 124 | 45 | 176 | 130 | 41 |
| Binary | 1010 | 10100000 | 11010 | 1011110 | 0 | 1010100 | 100101 | 1111110 | 1011000 | 100001 |
Color Harmonies of #0AA01A
Complementary color
Monochromatic Colors of #0AA01A
Black with #0AA01A
Text Example
Text Example
White with #0AA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA01A; }
p { color: rgb(10,160,26); }
H1.HeaderClassName
{
color: #0AA01A;
}
.AnyTagClassName
{
color: #0AA01A;
}
</style>
background-color css
<style>
a { background-color: #0AA01A; }
a { background-color: rgb(10,160,26); }
div.DivClassName
{
background-color: #0AA01A;
}
.BgClassName
{
background-color: #0AA01A;
}
</style>
border-color css
<style>
span { border-color: #0AA01A; }
span { border-color: rgb(10,160,26); }
td.TdClassName
{
border-color: #0AA01A;
}
.TagClassName
{
border-color: #0AA01A;
}
</style>