Shades of Islamic Green #1AB802
Tints of Islamic Green #1AB802
RGB
CMYK
RGB Variations
Color information
#1AB802 (or 0x1AB802) is known color: Islamic Green. HEX triplet: 1A, B8 and 02. RGB value is (26,184,2). Sum of RGB (Red+Green+Blue) = 26+184+2=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 184 (72.27% from 255 or 86.79% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB802 is #E547FD. Grayscale: #747474. Windows color (decimal): -15026174 or 178202. OLE color: 178202.
HSL color Cylindrical-coordinate representation of color #1AB802: hue angle of 112.09º degrees, saturation: 0.98, 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 #1AB802 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 2 | - |
| CMYK | 0.86 | 0 | 0.99 | 0.28 |
| HSL | 112.09º | 0.98% | 0.36% | - |
| HSV(B) | 112.09º | 0.99% | 0.72% | - |
| XYZ | 17.58 | 34.5 | 5.79 | - |
| YUV | 116.01 | 63.65 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 2 | 0.86 | 0 | 0.99 | 0.28 | 112.09 | 0.98 | 0.36 |
| Hex | 1A | B8 | 2 | 56 | 0 | 63 | 1C | 70 | 62 | 24 |
| Octal | 32 | 270 | 2 | 126 | 0 | 143 | 34 | 160 | 142 | 44 |
| Binary | 11010 | 10111000 | 10 | 1010110 | 0 | 1100011 | 11100 | 1110000 | 1100010 | 100100 |
Color Harmonies of #1AB802
Complementary color
Monochromatic Colors of #1AB802
Black with #1AB802
Text Example
Text Example
White with #1AB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB802; }
p { color: rgb(26,184,2); }
H1.HeaderClassName
{
color: #1AB802;
}
.AnyTagClassName
{
color: #1AB802;
}
</style>
background-color css
<style>
a { background-color: #1AB802; }
a { background-color: rgb(26,184,2); }
div.DivClassName
{
background-color: #1AB802;
}
.BgClassName
{
background-color: #1AB802;
}
</style>
border-color css
<style>
span { border-color: #1AB802; }
span { border-color: rgb(26,184,2); }
td.TdClassName
{
border-color: #1AB802;
}
.TagClassName
{
border-color: #1AB802;
}
</style>