Shades of Islamic Green #1AB800
Tints of Islamic Green #1AB800
RGB
CMYK
RGB Variations
Color information
#1AB800 (or 0x1AB800) is known color: Islamic Green. HEX triplet: 1A, B8 and 00. RGB value is (26,184,0). Sum of RGB (Red+Green+Blue) = 26+184+0=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 184 (72.27% from 255 or 87.62% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 184 - color contains mainly: green. Hex color #1AB800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB800 is #E547FF. Grayscale: #747474. Windows color (decimal): -15026176 or 47130. OLE color: 47130.
HSL color Cylindrical-coordinate representation of color #1AB800: hue angle of 111.52º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AB800 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 184 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.28 |
| HSL | 111.52º | 1% | 0.36% | - |
| HSV(B) | 111.52º | 1% | 0.72% | - |
| XYZ | 17.57 | 34.5 | 5.73 | - |
| YUV | 115.78 | 62.65 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 0 | 0.86 | 0 | 1 | 0.28 | 111.52 | 1 | 0.36 |
| Hex | 1A | B8 | 0 | 56 | 0 | 64 | 1C | 70 | 64 | 24 |
| Octal | 32 | 270 | 0 | 126 | 0 | 144 | 34 | 160 | 144 | 44 |
| Binary | 11010 | 10111000 | 0 | 1010110 | 0 | 1100100 | 11100 | 1110000 | 1100100 | 100100 |
Color Harmonies of #1AB800
Complementary color
Monochromatic Colors of #1AB800
Black with #1AB800
Text Example
Text Example
White with #1AB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB800; }
p { color: rgb(26,184,0); }
H1.HeaderClassName
{
color: #1AB800;
}
.AnyTagClassName
{
color: #1AB800;
}
</style>
background-color css
<style>
a { background-color: #1AB800; }
a { background-color: rgb(26,184,0); }
div.DivClassName
{
background-color: #1AB800;
}
.BgClassName
{
background-color: #1AB800;
}
</style>
border-color css
<style>
span { border-color: #1AB800; }
span { border-color: rgb(26,184,0); }
td.TdClassName
{
border-color: #1AB800;
}
.TagClassName
{
border-color: #1AB800;
}
</style>