Shades of Islamic Green #1AB200
Tints of Islamic Green #1AB200
RGB
CMYK
RGB Variations
Color information
#1AB200 (or 0x1AB200) is known color: Islamic Green. HEX triplet: 1A, B2 and 00. RGB value is (26,178,0). Sum of RGB (Red+Green+Blue) = 26+178+0=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 178 (69.92% from 255 or 87.25% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB200 is #E54DFF. Grayscale: #707070. Windows color (decimal): -15027712 or 45594. OLE color: 45594.
HSL color Cylindrical-coordinate representation of color #1AB200: hue angle of 111.24º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1AB200 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 0 | - |
| CMYK | 0.85 | 0 | 1 | 0.30 |
| HSL | 111.24º | 1% | 0.35% | - |
| HSV(B) | 111.24º | 1% | 0.7% | - |
| XYZ | 16.35 | 32.06 | 5.33 | - |
| YUV | 112.26 | 64.64 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 0 | 0.85 | 0 | 1 | 0.30 | 111.24 | 1 | 0.35 |
| Hex | 1A | B2 | 0 | 55 | 0 | 64 | 1E | 6F | 64 | 23 |
| Octal | 32 | 262 | 0 | 125 | 0 | 144 | 36 | 157 | 144 | 43 |
| Binary | 11010 | 10110010 | 0 | 1010101 | 0 | 1100100 | 11110 | 1101111 | 1100100 | 100011 |
Color Harmonies of #1AB200
Complementary color
Monochromatic Colors of #1AB200
Black with #1AB200
Text Example
Text Example
White with #1AB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB200; }
p { color: rgb(26,178,0); }
H1.HeaderClassName
{
color: #1AB200;
}
.AnyTagClassName
{
color: #1AB200;
}
</style>
background-color css
<style>
a { background-color: #1AB200; }
a { background-color: rgb(26,178,0); }
div.DivClassName
{
background-color: #1AB200;
}
.BgClassName
{
background-color: #1AB200;
}
</style>
border-color css
<style>
span { border-color: #1AB200; }
span { border-color: rgb(26,178,0); }
td.TdClassName
{
border-color: #1AB200;
}
.TagClassName
{
border-color: #1AB200;
}
</style>