Shades of Islamic Green #1AB100
Tints of Islamic Green #1AB100
RGB
CMYK
RGB Variations
Color information
#1AB100 (or 0x1AB100) is known color: Islamic Green. HEX triplet: 1A, B1 and 00. RGB value is (26,177,0). Sum of RGB (Red+Green+Blue) = 26+177+0=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 177 (69.53% from 255 or 87.19% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB100 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB100 is #E54EFF. Grayscale: #707070. Windows color (decimal): -15027968 or 45338. OLE color: 45338.
HSL color Cylindrical-coordinate representation of color #1AB100: hue angle of 111.19º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AB100 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.31 |
| HSL | 111.19º | 1% | 0.35% | - |
| HSV(B) | 111.19º | 1% | 0.69% | - |
| XYZ | 16.15 | 31.66 | 5.26 | - |
| YUV | 111.67 | 64.97 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 0 | 0.85 | 0 | 1 | 0.31 | 111.19 | 1 | 0.35 |
| Hex | 1A | B1 | 0 | 55 | 0 | 64 | 1F | 6F | 64 | 23 |
| Octal | 32 | 261 | 0 | 125 | 0 | 144 | 37 | 157 | 144 | 43 |
| Binary | 11010 | 10110001 | 0 | 1010101 | 0 | 1100100 | 11111 | 1101111 | 1100100 | 100011 |
Color Harmonies of #1AB100
Complementary color
Monochromatic Colors of #1AB100
Black with #1AB100
Text Example
Text Example
White with #1AB100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB100; }
p { color: rgb(26,177,0); }
H1.HeaderClassName
{
color: #1AB100;
}
.AnyTagClassName
{
color: #1AB100;
}
</style>
background-color css
<style>
a { background-color: #1AB100; }
a { background-color: rgb(26,177,0); }
div.DivClassName
{
background-color: #1AB100;
}
.BgClassName
{
background-color: #1AB100;
}
</style>
border-color css
<style>
span { border-color: #1AB100; }
span { border-color: rgb(26,177,0); }
td.TdClassName
{
border-color: #1AB100;
}
.TagClassName
{
border-color: #1AB100;
}
</style>