Shades of Islamic Green #1AA502
Tints of Islamic Green #1AA502
RGB
CMYK
RGB Variations
Color information
#1AA502 (or 0x1AA502) is known color: Islamic Green. HEX triplet: 1A, A5 and 02. RGB value is (26,165,2). Sum of RGB (Red+Green+Blue) = 26+165+2=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 165 (64.84% from 255 or 85.49% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA502 is #E55AFD. Grayscale: #696969. Windows color (decimal): -15031038 or 173338. OLE color: 173338.
HSL color Cylindrical-coordinate representation of color #1AA502: hue angle of 111.17º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AA502 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 165 | 2 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.35 |
| HSL | 111.17º | 0.98% | 0.33% | - |
| HSV(B) | 111.17º | 0.99% | 0.65% | - |
| XYZ | 13.89 | 27.13 | 4.56 | - |
| YUV | 104.86 | 69.95 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 165 | 2 | 0.84 | 0 | 0.99 | 0.35 | 111.17 | 0.98 | 0.33 |
| Hex | 1A | A5 | 2 | 54 | 0 | 63 | 23 | 6F | 62 | 21 |
| Octal | 32 | 245 | 2 | 124 | 0 | 143 | 43 | 157 | 142 | 41 |
| Binary | 11010 | 10100101 | 10 | 1010100 | 0 | 1100011 | 100011 | 1101111 | 1100010 | 100001 |
Color Harmonies of #1AA502
Complementary color
Monochromatic Colors of #1AA502
Black with #1AA502
Text Example
Text Example
White with #1AA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA502; }
p { color: rgb(26,165,2); }
H1.HeaderClassName
{
color: #1AA502;
}
.AnyTagClassName
{
color: #1AA502;
}
</style>
background-color css
<style>
a { background-color: #1AA502; }
a { background-color: rgb(26,165,2); }
div.DivClassName
{
background-color: #1AA502;
}
.BgClassName
{
background-color: #1AA502;
}
</style>
border-color css
<style>
span { border-color: #1AA502; }
span { border-color: rgb(26,165,2); }
td.TdClassName
{
border-color: #1AA502;
}
.TagClassName
{
border-color: #1AA502;
}
</style>