Shades of Islamic Green #1AB112
Tints of Islamic Green #1AB112
RGB
CMYK
RGB Variations
Color information
#1AB112 (or 0x1AB112) is known color: Islamic Green. HEX triplet: 1A, B1 and 12. RGB value is (26,177,18). Sum of RGB (Red+Green+Blue) = 26+177+18=221 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.76% from 221); Green value is 177 (69.53% from 255 or 80.09% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB112 is #E54EED. Grayscale: #727272. Windows color (decimal): -15027950 or 1224986. OLE color: 1224986.
HSL color Cylindrical-coordinate representation of color #1AB112: hue angle of 116.98º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AB112 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 18 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.31 |
| HSL | 116.98º | 0.82% | 0.38% | - |
| HSV(B) | 116.98º | 0.9% | 0.69% | - |
| XYZ | 16.26 | 31.71 | 5.84 | - |
| YUV | 113.73 | 73.97 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 18 | 0.85 | 0 | 0.90 | 0.31 | 116.98 | 0.82 | 0.38 |
| Hex | 1A | B1 | 12 | 55 | 0 | 5A | 1F | 75 | 52 | 26 |
| Octal | 32 | 261 | 22 | 125 | 0 | 132 | 37 | 165 | 122 | 46 |
| Binary | 11010 | 10110001 | 10010 | 1010101 | 0 | 1011010 | 11111 | 1110101 | 1010010 | 100110 |
Color Harmonies of #1AB112
Complementary color
Monochromatic Colors of #1AB112
Black with #1AB112
Text Example
Text Example
White with #1AB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB112; }
p { color: rgb(26,177,18); }
H1.HeaderClassName
{
color: #1AB112;
}
.AnyTagClassName
{
color: #1AB112;
}
</style>
background-color css
<style>
a { background-color: #1AB112; }
a { background-color: rgb(26,177,18); }
div.DivClassName
{
background-color: #1AB112;
}
.BgClassName
{
background-color: #1AB112;
}
</style>
border-color css
<style>
span { border-color: #1AB112; }
span { border-color: rgb(26,177,18); }
td.TdClassName
{
border-color: #1AB112;
}
.TagClassName
{
border-color: #1AB112;
}
</style>