Shades of Islamic Green #1AB101
Tints of Islamic Green #1AB101
RGB
CMYK
RGB Variations
Color information
#1AB101 (or 0x1AB101) is known color: Islamic Green. HEX triplet: 1A, B1 and 01. RGB value is (26,177,1). Sum of RGB (Red+Green+Blue) = 26+177+1=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 177 (69.53% from 255 or 86.76% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB101 is #E54EFE. Grayscale: #707070. Windows color (decimal): -15027967 or 110874. OLE color: 110874.
HSL color Cylindrical-coordinate representation of color #1AB101: hue angle of 111.48º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AB101 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.31 |
| HSL | 111.48º | 0.99% | 0.35% | - |
| HSV(B) | 111.48º | 0.99% | 0.69% | - |
| XYZ | 16.15 | 31.67 | 5.29 | - |
| YUV | 111.79 | 65.47 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 1 | 0.85 | 0 | 0.99 | 0.31 | 111.48 | 0.99 | 0.35 |
| Hex | 1A | B1 | 1 | 55 | 0 | 63 | 1F | 6F | 63 | 23 |
| Octal | 32 | 261 | 1 | 125 | 0 | 143 | 37 | 157 | 143 | 43 |
| Binary | 11010 | 10110001 | 1 | 1010101 | 0 | 1100011 | 11111 | 1101111 | 1100011 | 100011 |
Color Harmonies of #1AB101
Complementary color
Monochromatic Colors of #1AB101
Black with #1AB101
Text Example
Text Example
White with #1AB101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB101; }
p { color: rgb(26,177,1); }
H1.HeaderClassName
{
color: #1AB101;
}
.AnyTagClassName
{
color: #1AB101;
}
</style>
background-color css
<style>
a { background-color: #1AB101; }
a { background-color: rgb(26,177,1); }
div.DivClassName
{
background-color: #1AB101;
}
.BgClassName
{
background-color: #1AB101;
}
</style>
border-color css
<style>
span { border-color: #1AB101; }
span { border-color: rgb(26,177,1); }
td.TdClassName
{
border-color: #1AB101;
}
.TagClassName
{
border-color: #1AB101;
}
</style>