Shades of Islamic Green #1AA401
Tints of Islamic Green #1AA401
RGB
CMYK
RGB Variations
Color information
#1AA401 (or 0x1AA401) is known color: Islamic Green. HEX triplet: 1A, A4 and 01. RGB value is (26,164,1). Sum of RGB (Red+Green+Blue) = 26+164+1=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 164 (64.45% from 255 or 85.86% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA401 is #E55BFE. Grayscale: #686868. Windows color (decimal): -15031295 or 107546. OLE color: 107546.
HSL color Cylindrical-coordinate representation of color #1AA401: hue angle of 110.8º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AA401 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 164 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.36 |
| HSL | 110.8º | 0.99% | 0.32% | - |
| HSV(B) | 110.8º | 0.99% | 0.64% | - |
| XYZ | 13.71 | 26.77 | 4.47 | - |
| YUV | 104.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 164 | 1 | 0.84 | 0 | 0.99 | 0.36 | 110.8 | 0.99 | 0.32 |
| Hex | 1A | A4 | 1 | 54 | 0 | 63 | 24 | 6F | 63 | 20 |
| Octal | 32 | 244 | 1 | 124 | 0 | 143 | 44 | 157 | 143 | 40 |
| Binary | 11010 | 10100100 | 1 | 1010100 | 0 | 1100011 | 100100 | 1101111 | 1100011 | 100000 |
Color Harmonies of #1AA401
Complementary color
Monochromatic Colors of #1AA401
Black with #1AA401
Text Example
Text Example
White with #1AA401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA401; }
p { color: rgb(26,164,1); }
H1.HeaderClassName
{
color: #1AA401;
}
.AnyTagClassName
{
color: #1AA401;
}
</style>
background-color css
<style>
a { background-color: #1AA401; }
a { background-color: rgb(26,164,1); }
div.DivClassName
{
background-color: #1AA401;
}
.BgClassName
{
background-color: #1AA401;
}
</style>
border-color css
<style>
span { border-color: #1AA401; }
span { border-color: rgb(26,164,1); }
td.TdClassName
{
border-color: #1AA401;
}
.TagClassName
{
border-color: #1AA401;
}
</style>