Shades of Islamic Green #1AB901
Tints of Islamic Green #1AB901
RGB
CMYK
RGB Variations
Color information
#1AB901 (or 0x1AB901) is known color: Islamic Green. HEX triplet: 1A, B9 and 01. RGB value is (26,185,1). Sum of RGB (Red+Green+Blue) = 26+185+1=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 185 (72.66% from 255 or 87.26% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB901 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB901 is #E546FE. Grayscale: #757575. Windows color (decimal): -15025919 or 112922. OLE color: 112922.
HSL color Cylindrical-coordinate representation of color #1AB901: hue angle of 111.85º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AB901 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 1 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.27 |
| HSL | 111.85º | 0.99% | 0.36% | - |
| HSV(B) | 111.85º | 0.99% | 0.73% | - |
| XYZ | 17.78 | 34.92 | 5.83 | - |
| YUV | 116.48 | 62.82 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 1 | 0.86 | 0 | 0.99 | 0.27 | 111.85 | 0.99 | 0.36 |
| Hex | 1A | B9 | 1 | 56 | 0 | 63 | 1B | 70 | 63 | 24 |
| Octal | 32 | 271 | 1 | 126 | 0 | 143 | 33 | 160 | 143 | 44 |
| Binary | 11010 | 10111001 | 1 | 1010110 | 0 | 1100011 | 11011 | 1110000 | 1100011 | 100100 |
Color Harmonies of #1AB901
Complementary color
Monochromatic Colors of #1AB901
Black with #1AB901
Text Example
Text Example
White with #1AB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB901; }
p { color: rgb(26,185,1); }
H1.HeaderClassName
{
color: #1AB901;
}
.AnyTagClassName
{
color: #1AB901;
}
</style>
background-color css
<style>
a { background-color: #1AB901; }
a { background-color: rgb(26,185,1); }
div.DivClassName
{
background-color: #1AB901;
}
.BgClassName
{
background-color: #1AB901;
}
</style>
border-color css
<style>
span { border-color: #1AB901; }
span { border-color: rgb(26,185,1); }
td.TdClassName
{
border-color: #1AB901;
}
.TagClassName
{
border-color: #1AB901;
}
</style>