Shades of Islamic Green #1AB201
Tints of Islamic Green #1AB201
RGB
CMYK
RGB Variations
Color information
#1AB201 (or 0x1AB201) is known color: Islamic Green. HEX triplet: 1A, B2 and 01. RGB value is (26,178,1). Sum of RGB (Red+Green+Blue) = 26+178+1=205 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.68% from 205); Green value is 178 (69.92% from 255 or 86.83% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB201 is #E54DFE. Grayscale: #707070. Windows color (decimal): -15027711 or 111130. OLE color: 111130.
HSL color Cylindrical-coordinate representation of color #1AB201: hue angle of 111.53º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AB201 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 1 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.30 |
| HSL | 111.53º | 0.99% | 0.35% | - |
| HSV(B) | 111.53º | 0.99% | 0.7% | - |
| XYZ | 16.35 | 32.06 | 5.36 | - |
| YUV | 112.37 | 65.14 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 1 | 0.85 | 0 | 0.99 | 0.30 | 111.53 | 0.99 | 0.35 |
| Hex | 1A | B2 | 1 | 55 | 0 | 63 | 1E | 70 | 63 | 23 |
| Octal | 32 | 262 | 1 | 125 | 0 | 143 | 36 | 160 | 143 | 43 |
| Binary | 11010 | 10110010 | 1 | 1010101 | 0 | 1100011 | 11110 | 1110000 | 1100011 | 100011 |
Color Harmonies of #1AB201
Complementary color
Monochromatic Colors of #1AB201
Black with #1AB201
Text Example
Text Example
White with #1AB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB201; }
p { color: rgb(26,178,1); }
H1.HeaderClassName
{
color: #1AB201;
}
.AnyTagClassName
{
color: #1AB201;
}
</style>
background-color css
<style>
a { background-color: #1AB201; }
a { background-color: rgb(26,178,1); }
div.DivClassName
{
background-color: #1AB201;
}
.BgClassName
{
background-color: #1AB201;
}
</style>
border-color css
<style>
span { border-color: #1AB201; }
span { border-color: rgb(26,178,1); }
td.TdClassName
{
border-color: #1AB201;
}
.TagClassName
{
border-color: #1AB201;
}
</style>