Shades of Islamic Green #1AB90C
Tints of Islamic Green #1AB90C
RGB
CMYK
RGB Variations
Color information
#1AB90C (or 0x1AB90C) is known color: Islamic Green. HEX triplet: 1A, B9 and 0C. RGB value is (26,185,12). Sum of RGB (Red+Green+Blue) = 26+185+12=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 185 (72.66% from 255 or 82.96% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB90C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB90C is #E546F3. Grayscale: #767676. Windows color (decimal): -15025908 or 833818. OLE color: 833818.
HSL color Cylindrical-coordinate representation of color #1AB90C: hue angle of 115.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AB90C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 185 | 12 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.27 |
| HSL | 115.14º | 0.88% | 0.39% | - |
| HSV(B) | 115.14º | 0.94% | 0.73% | - |
| XYZ | 17.84 | 34.94 | 6.15 | - |
| YUV | 117.74 | 68.32 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 185 | 12 | 0.86 | 0 | 0.94 | 0.27 | 115.14 | 0.88 | 0.39 |
| Hex | 1A | B9 | C | 56 | 0 | 5E | 1B | 73 | 58 | 27 |
| Octal | 32 | 271 | 14 | 126 | 0 | 136 | 33 | 163 | 130 | 47 |
| Binary | 11010 | 10111001 | 1100 | 1010110 | 0 | 1011110 | 11011 | 1110011 | 1011000 | 100111 |
Color Harmonies of #1AB90C
Complementary color
Monochromatic Colors of #1AB90C
Black with #1AB90C
Text Example
Text Example
White with #1AB90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB90C; }
p { color: rgb(26,185,12); }
H1.HeaderClassName
{
color: #1AB90C;
}
.AnyTagClassName
{
color: #1AB90C;
}
</style>
background-color css
<style>
a { background-color: #1AB90C; }
a { background-color: rgb(26,185,12); }
div.DivClassName
{
background-color: #1AB90C;
}
.BgClassName
{
background-color: #1AB90C;
}
</style>
border-color css
<style>
span { border-color: #1AB90C; }
span { border-color: rgb(26,185,12); }
td.TdClassName
{
border-color: #1AB90C;
}
.TagClassName
{
border-color: #1AB90C;
}
</style>