Shades of Islamic Green #1AB701
Tints of Islamic Green #1AB701
RGB
CMYK
RGB Variations
Color information
#1AB701 (or 0x1AB701) is known color: Islamic Green. HEX triplet: 1A, B7 and 01. RGB value is (26,183,1). Sum of RGB (Red+Green+Blue) = 26+183+1=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 183 (71.88% from 255 or 87.14% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 183 - color contains mainly: green. Hex color #1AB701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB701 is #E548FE. Grayscale: #737373. Windows color (decimal): -15026431 or 112410. OLE color: 112410.
HSL color Cylindrical-coordinate representation of color #1AB701: hue angle of 111.76º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AB701 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 183 | 1 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.28 |
| HSL | 111.76º | 0.99% | 0.36% | - |
| HSV(B) | 111.76º | 0.99% | 0.72% | - |
| XYZ | 17.36 | 34.09 | 5.69 | - |
| YUV | 115.31 | 63.49 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 183 | 1 | 0.86 | 0 | 0.99 | 0.28 | 111.76 | 0.99 | 0.36 |
| Hex | 1A | B7 | 1 | 56 | 0 | 63 | 1C | 70 | 63 | 24 |
| Octal | 32 | 267 | 1 | 126 | 0 | 143 | 34 | 160 | 143 | 44 |
| Binary | 11010 | 10110111 | 1 | 1010110 | 0 | 1100011 | 11100 | 1110000 | 1100011 | 100100 |
Color Harmonies of #1AB701
Complementary color
Monochromatic Colors of #1AB701
Black with #1AB701
Text Example
Text Example
White with #1AB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB701; }
p { color: rgb(26,183,1); }
H1.HeaderClassName
{
color: #1AB701;
}
.AnyTagClassName
{
color: #1AB701;
}
</style>
background-color css
<style>
a { background-color: #1AB701; }
a { background-color: rgb(26,183,1); }
div.DivClassName
{
background-color: #1AB701;
}
.BgClassName
{
background-color: #1AB701;
}
</style>
border-color css
<style>
span { border-color: #1AB701; }
span { border-color: rgb(26,183,1); }
td.TdClassName
{
border-color: #1AB701;
}
.TagClassName
{
border-color: #1AB701;
}
</style>