Shades of Islamic Green #1AA508
Tints of Islamic Green #1AA508
RGB
CMYK
RGB Variations
Color information
#1AA508 (or 0x1AA508) is known color: Islamic Green. HEX triplet: 1A, A5 and 08. RGB value is (26,165,8). Sum of RGB (Red+Green+Blue) = 26+165+8=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 165 (64.84% from 255 or 82.91% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 165 - color contains mainly: green. Hex color #1AA508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA508 is #E55AF7. Grayscale: #6A6A6A. Windows color (decimal): -15031032 or 566554. OLE color: 566554.
HSL color Cylindrical-coordinate representation of color #1AA508: hue angle of 113.12º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1AA508 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 165 | 8 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.35 |
| HSL | 113.12º | 0.91% | 0.34% | - |
| HSV(B) | 113.12º | 0.95% | 0.65% | - |
| XYZ | 13.92 | 27.15 | 4.74 | - |
| YUV | 105.54 | 72.95 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 165 | 8 | 0.84 | 0 | 0.95 | 0.35 | 113.12 | 0.91 | 0.34 |
| Hex | 1A | A5 | 8 | 54 | 0 | 5F | 23 | 71 | 5B | 22 |
| Octal | 32 | 245 | 10 | 124 | 0 | 137 | 43 | 161 | 133 | 42 |
| Binary | 11010 | 10100101 | 1000 | 1010100 | 0 | 1011111 | 100011 | 1110001 | 1011011 | 100010 |
Color Harmonies of #1AA508
Complementary color
Monochromatic Colors of #1AA508
Black with #1AA508
Text Example
Text Example
White with #1AA508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA508; }
p { color: rgb(26,165,8); }
H1.HeaderClassName
{
color: #1AA508;
}
.AnyTagClassName
{
color: #1AA508;
}
</style>
background-color css
<style>
a { background-color: #1AA508; }
a { background-color: rgb(26,165,8); }
div.DivClassName
{
background-color: #1AA508;
}
.BgClassName
{
background-color: #1AA508;
}
</style>
border-color css
<style>
span { border-color: #1AA508; }
span { border-color: rgb(26,165,8); }
td.TdClassName
{
border-color: #1AA508;
}
.TagClassName
{
border-color: #1AA508;
}
</style>