Shades of Islamic Green #1AAA01
Tints of Islamic Green #1AAA01
RGB
CMYK
RGB Variations
Color information
#1AAA01 (or 0x1AAA01) is known color: Islamic Green. HEX triplet: 1A, AA and 01. RGB value is (26,170,1). Sum of RGB (Red+Green+Blue) = 26+170+1=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 170 (66.80% from 255 or 86.29% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAA01 is #E555FE. Grayscale: #6C6C6C. Windows color (decimal): -15029759 or 109082. OLE color: 109082.
HSL color Cylindrical-coordinate representation of color #1AAA01: hue angle of 111.12º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AAA01 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.33 |
| HSL | 111.12º | 0.99% | 0.34% | - |
| HSV(B) | 111.12º | 0.99% | 0.67% | - |
| XYZ | 14.81 | 28.97 | 4.84 | - |
| YUV | 107.68 | 67.79 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 1 | 0.85 | 0 | 0.99 | 0.33 | 111.12 | 0.99 | 0.34 |
| Hex | 1A | AA | 1 | 55 | 0 | 63 | 21 | 6F | 63 | 22 |
| Octal | 32 | 252 | 1 | 125 | 0 | 143 | 41 | 157 | 143 | 42 |
| Binary | 11010 | 10101010 | 1 | 1010101 | 0 | 1100011 | 100001 | 1101111 | 1100011 | 100010 |
Color Harmonies of #1AAA01
Complementary color
Monochromatic Colors of #1AAA01
Black with #1AAA01
Text Example
Text Example
White with #1AAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA01; }
p { color: rgb(26,170,1); }
H1.HeaderClassName
{
color: #1AAA01;
}
.AnyTagClassName
{
color: #1AAA01;
}
</style>
background-color css
<style>
a { background-color: #1AAA01; }
a { background-color: rgb(26,170,1); }
div.DivClassName
{
background-color: #1AAA01;
}
.BgClassName
{
background-color: #1AAA01;
}
</style>
border-color css
<style>
span { border-color: #1AAA01; }
span { border-color: rgb(26,170,1); }
td.TdClassName
{
border-color: #1AAA01;
}
.TagClassName
{
border-color: #1AAA01;
}
</style>