Shades of Islamic Green #1AAA09
Tints of Islamic Green #1AAA09
RGB
CMYK
RGB Variations
Color information
#1AAA09 (or 0x1AAA09) is known color: Islamic Green. HEX triplet: 1A, AA and 09. RGB value is (26,170,9). Sum of RGB (Red+Green+Blue) = 26+170+9=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAA09 is #E555F6. Grayscale: #6D6D6D. Windows color (decimal): -15029751 or 633370. OLE color: 633370.
HSL color Cylindrical-coordinate representation of color #1AAA09: hue angle of 113.66º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1AAA09 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 9 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.33 |
| HSL | 113.66º | 0.9% | 0.35% | - |
| HSV(B) | 113.66º | 0.95% | 0.67% | - |
| XYZ | 14.85 | 28.99 | 5.07 | - |
| YUV | 108.59 | 71.79 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 9 | 0.85 | 0 | 0.95 | 0.33 | 113.66 | 0.9 | 0.35 |
| Hex | 1A | AA | 9 | 55 | 0 | 5F | 21 | 72 | 5A | 23 |
| Octal | 32 | 252 | 11 | 125 | 0 | 137 | 41 | 162 | 132 | 43 |
| Binary | 11010 | 10101010 | 1001 | 1010101 | 0 | 1011111 | 100001 | 1110010 | 1011010 | 100011 |
Color Harmonies of #1AAA09
Complementary color
Monochromatic Colors of #1AAA09
Black with #1AAA09
Text Example
Text Example
White with #1AAA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA09; }
p { color: rgb(26,170,9); }
H1.HeaderClassName
{
color: #1AAA09;
}
.AnyTagClassName
{
color: #1AAA09;
}
</style>
background-color css
<style>
a { background-color: #1AAA09; }
a { background-color: rgb(26,170,9); }
div.DivClassName
{
background-color: #1AAA09;
}
.BgClassName
{
background-color: #1AAA09;
}
</style>
border-color css
<style>
span { border-color: #1AAA09; }
span { border-color: rgb(26,170,9); }
td.TdClassName
{
border-color: #1AAA09;
}
.TagClassName
{
border-color: #1AAA09;
}
</style>