Shades of Islamic Green #1AAA11
Tints of Islamic Green #1AAA11
RGB
CMYK
RGB Variations
Color information
#1AAA11 (or 0x1AAA11) is known color: Islamic Green. HEX triplet: 1A, AA and 11. RGB value is (26,170,17). Sum of RGB (Red+Green+Blue) = 26+170+17=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 170 (66.80% from 255 or 79.81% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAA11 is #E555EE. Grayscale: #6D6D6D. Windows color (decimal): -15029743 or 1157658. OLE color: 1157658.
HSL color Cylindrical-coordinate representation of color #1AAA11: hue angle of 116.47º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AAA11 is Cyan = 0.85, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 17 | - |
| CMYK | 0.85 | 0 | 0.9 | 0.33 |
| HSL | 116.47º | 0.82% | 0.37% | - |
| HSV(B) | 116.47º | 0.9% | 0.67% | - |
| XYZ | 14.9 | 29.01 | 5.34 | - |
| YUV | 109.5 | 75.79 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 17 | 0.85 | 0 | 0.9 | 0.33 | 116.47 | 0.82 | 0.37 |
| Hex | 1A | AA | 11 | 55 | 0 | 5A | 21 | 74 | 52 | 25 |
| Octal | 32 | 252 | 21 | 125 | 0 | 132 | 41 | 164 | 122 | 45 |
| Binary | 11010 | 10101010 | 10001 | 1010101 | 0 | 1011010 | 100001 | 1110100 | 1010010 | 100101 |
Color Harmonies of #1AAA11
Complementary color
Monochromatic Colors of #1AAA11
Black with #1AAA11
Text Example
Text Example
White with #1AAA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA11; }
p { color: rgb(26,170,17); }
H1.HeaderClassName
{
color: #1AAA11;
}
.AnyTagClassName
{
color: #1AAA11;
}
</style>
background-color css
<style>
a { background-color: #1AAA11; }
a { background-color: rgb(26,170,17); }
div.DivClassName
{
background-color: #1AAA11;
}
.BgClassName
{
background-color: #1AAA11;
}
</style>
border-color css
<style>
span { border-color: #1AAA11; }
span { border-color: rgb(26,170,17); }
td.TdClassName
{
border-color: #1AAA11;
}
.TagClassName
{
border-color: #1AAA11;
}
</style>