Shades of Islamic Green #1AA40D
Tints of Islamic Green #1AA40D
RGB
CMYK
RGB Variations
Color information
#1AA40D (or 0x1AA40D) is known color: Islamic Green. HEX triplet: 1A, A4 and 0D. RGB value is (26,164,13). Sum of RGB (Red+Green+Blue) = 26+164+13=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 164 (64.45% from 255 or 80.79% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 164 - color contains mainly: green. Hex color #1AA40D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AA40D is #E55BF2. Grayscale: #696969. Windows color (decimal): -15031283 or 893978. OLE color: 893978.
HSL color Cylindrical-coordinate representation of color #1AA40D: hue angle of 114.83º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AA40D is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 26 | 164 | 13 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.36 |
| HSL | 114.83º | 0.85% | 0.35% | - |
| HSV(B) | 114.83º | 0.92% | 0.64% | - |
| XYZ | 13.77 | 26.8 | 4.83 | - |
| YUV | 105.52 | 75.78 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 164 | 13 | 0.84 | 0 | 0.92 | 0.36 | 114.83 | 0.85 | 0.35 |
| Hex | 1A | A4 | D | 54 | 0 | 5C | 24 | 73 | 55 | 23 |
| Octal | 32 | 244 | 15 | 124 | 0 | 134 | 44 | 163 | 125 | 43 |
| Binary | 11010 | 10100100 | 1101 | 1010100 | 0 | 1011100 | 100100 | 1110011 | 1010101 | 100011 |
Color Harmonies of #1AA40D
Complementary color
Monochromatic Colors of #1AA40D
Black with #1AA40D
Text Example
Text Example
White with #1AA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA40D; }
p { color: rgb(26,164,13); }
H1.HeaderClassName
{
color: #1AA40D;
}
.AnyTagClassName
{
color: #1AA40D;
}
</style>
background-color css
<style>
a { background-color: #1AA40D; }
a { background-color: rgb(26,164,13); }
div.DivClassName
{
background-color: #1AA40D;
}
.BgClassName
{
background-color: #1AA40D;
}
</style>
border-color css
<style>
span { border-color: #1AA40D; }
span { border-color: rgb(26,164,13); }
td.TdClassName
{
border-color: #1AA40D;
}
.TagClassName
{
border-color: #1AA40D;
}
</style>