Shades of Islamic Green #1AAC0E
Tints of Islamic Green #1AAC0E
RGB
CMYK
RGB Variations
Color information
#1AAC0E (or 0x1AAC0E) is known color: Islamic Green. HEX triplet: 1A, AC and 0E. RGB value is (26,172,14). Sum of RGB (Red+Green+Blue) = 26+172+14=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 172 (67.58% from 255 or 81.13% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AAC0E is #E553F1. Grayscale: #6E6E6E. Windows color (decimal): -15029234 or 961562. OLE color: 961562.
HSL color Cylindrical-coordinate representation of color #1AAC0E: hue angle of 115.44º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AAC0E is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 172 | 14 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.33 |
| HSL | 115.44º | 0.85% | 0.36% | - |
| HSV(B) | 115.44º | 0.92% | 0.67% | - |
| XYZ | 15.26 | 29.76 | 5.35 | - |
| YUV | 110.33 | 73.63 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 14 | 0.85 | 0 | 0.92 | 0.33 | 115.44 | 0.85 | 0.36 |
| Hex | 1A | AC | E | 55 | 0 | 5C | 21 | 73 | 55 | 24 |
| Octal | 32 | 254 | 16 | 125 | 0 | 134 | 41 | 163 | 125 | 44 |
| Binary | 11010 | 10101100 | 1110 | 1010101 | 0 | 1011100 | 100001 | 1110011 | 1010101 | 100100 |
Color Harmonies of #1AAC0E
Complementary color
Monochromatic Colors of #1AAC0E
Black with #1AAC0E
Text Example
Text Example
White with #1AAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAC0E; }
p { color: rgb(26,172,14); }
H1.HeaderClassName
{
color: #1AAC0E;
}
.AnyTagClassName
{
color: #1AAC0E;
}
</style>
background-color css
<style>
a { background-color: #1AAC0E; }
a { background-color: rgb(26,172,14); }
div.DivClassName
{
background-color: #1AAC0E;
}
.BgClassName
{
background-color: #1AAC0E;
}
</style>
border-color css
<style>
span { border-color: #1AAC0E; }
span { border-color: rgb(26,172,14); }
td.TdClassName
{
border-color: #1AAC0E;
}
.TagClassName
{
border-color: #1AAC0E;
}
</style>