Shades of Islamic Green #1AB211
Tints of Islamic Green #1AB211
RGB
CMYK
RGB Variations
Color information
#1AB211 (or 0x1AB211) is known color: Islamic Green. HEX triplet: 1A, B2 and 11. RGB value is (26,178,17). Sum of RGB (Red+Green+Blue) = 26+178+17=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 178 (69.92% from 255 or 80.54% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB211 is #E54DEE. Grayscale: #727272. Windows color (decimal): -15027695 or 1159706. OLE color: 1159706.
HSL color Cylindrical-coordinate representation of color #1AB211: hue angle of 116.65º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AB211 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 17 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.30 |
| HSL | 116.65º | 0.83% | 0.38% | - |
| HSV(B) | 116.65º | 0.9% | 0.7% | - |
| XYZ | 16.45 | 32.1 | 5.86 | - |
| YUV | 114.2 | 73.14 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 17 | 0.85 | 0 | 0.90 | 0.30 | 116.65 | 0.83 | 0.38 |
| Hex | 1A | B2 | 11 | 55 | 0 | 5A | 1E | 75 | 53 | 26 |
| Octal | 32 | 262 | 21 | 125 | 0 | 132 | 36 | 165 | 123 | 46 |
| Binary | 11010 | 10110010 | 10001 | 1010101 | 0 | 1011010 | 11110 | 1110101 | 1010011 | 100110 |
Color Harmonies of #1AB211
Complementary color
Monochromatic Colors of #1AB211
Black with #1AB211
Text Example
Text Example
White with #1AB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB211; }
p { color: rgb(26,178,17); }
H1.HeaderClassName
{
color: #1AB211;
}
.AnyTagClassName
{
color: #1AB211;
}
</style>
background-color css
<style>
a { background-color: #1AB211; }
a { background-color: rgb(26,178,17); }
div.DivClassName
{
background-color: #1AB211;
}
.BgClassName
{
background-color: #1AB211;
}
</style>
border-color css
<style>
span { border-color: #1AB211; }
span { border-color: rgb(26,178,17); }
td.TdClassName
{
border-color: #1AB211;
}
.TagClassName
{
border-color: #1AB211;
}
</style>