Shades of Islamic Green #1AA800
Tints of Islamic Green #1AA800
RGB
CMYK
RGB Variations
Color information
#1AA800 (or 0x1AA800) is known color: Islamic Green. HEX triplet: 1A, A8 and 00. RGB value is (26,168,0). Sum of RGB (Red+Green+Blue) = 26+168+0=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 168 (66.02% from 255 or 86.60% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 168 - color contains mainly: green. Hex color #1AA800 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA800 is #E557FF. Grayscale: #6A6A6A. Windows color (decimal): -15030272 or 43034. OLE color: 43034.
HSL color Cylindrical-coordinate representation of color #1AA800: hue angle of 110.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AA800 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 26 | 168 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.34 |
| HSL | 110.71º | 1% | 0.33% | - |
| HSV(B) | 110.71º | 1% | 0.66% | - |
| XYZ | 14.43 | 28.22 | 4.69 | - |
| YUV | 106.39 | 67.96 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 168 | 0 | 0.85 | 0 | 1 | 0.34 | 110.71 | 1 | 0.33 |
| Hex | 1A | A8 | 0 | 55 | 0 | 64 | 22 | 6F | 64 | 21 |
| Octal | 32 | 250 | 0 | 125 | 0 | 144 | 42 | 157 | 144 | 41 |
| Binary | 11010 | 10101000 | 0 | 1010101 | 0 | 1100100 | 100010 | 1101111 | 1100100 | 100001 |
Color Harmonies of #1AA800
Complementary color
Monochromatic Colors of #1AA800
Black with #1AA800
Text Example
Text Example
White with #1AA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA800; }
p { color: rgb(26,168,0); }
H1.HeaderClassName
{
color: #1AA800;
}
.AnyTagClassName
{
color: #1AA800;
}
</style>
background-color css
<style>
a { background-color: #1AA800; }
a { background-color: rgb(26,168,0); }
div.DivClassName
{
background-color: #1AA800;
}
.BgClassName
{
background-color: #1AA800;
}
</style>
border-color css
<style>
span { border-color: #1AA800; }
span { border-color: rgb(26,168,0); }
td.TdClassName
{
border-color: #1AA800;
}
.TagClassName
{
border-color: #1AA800;
}
</style>