Shades of Islamic Green #1AB50B
Tints of Islamic Green #1AB50B
RGB
CMYK
RGB Variations
Color information
#1AB50B (or 0x1AB50B) is known color: Islamic Green. HEX triplet: 1A, B5 and 0B. RGB value is (26,181,11). Sum of RGB (Red+Green+Blue) = 26+181+11=218 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.93% from 218); Green value is 181 (71.09% from 255 or 83.03% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 181 - color contains mainly: green. Hex color #1AB50B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB50B is #E54AF4. Grayscale: #737373. Windows color (decimal): -15026933 or 767258. OLE color: 767258.
HSL color Cylindrical-coordinate representation of color #1AB50B: hue angle of 114.71º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1AB50B is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 181 | 11 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.29 |
| HSL | 114.71º | 0.89% | 0.38% | - |
| HSV(B) | 114.71º | 0.94% | 0.71% | - |
| XYZ | 17.01 | 33.29 | 5.85 | - |
| YUV | 115.28 | 69.15 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 181 | 11 | 0.86 | 0 | 0.94 | 0.29 | 114.71 | 0.89 | 0.38 |
| Hex | 1A | B5 | B | 56 | 0 | 5E | 1D | 73 | 59 | 26 |
| Octal | 32 | 265 | 13 | 126 | 0 | 136 | 35 | 163 | 131 | 46 |
| Binary | 11010 | 10110101 | 1011 | 1010110 | 0 | 1011110 | 11101 | 1110011 | 1011001 | 100110 |
Color Harmonies of #1AB50B
Complementary color
Monochromatic Colors of #1AB50B
Black with #1AB50B
Text Example
Text Example
White with #1AB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB50B; }
p { color: rgb(26,181,11); }
H1.HeaderClassName
{
color: #1AB50B;
}
.AnyTagClassName
{
color: #1AB50B;
}
</style>
background-color css
<style>
a { background-color: #1AB50B; }
a { background-color: rgb(26,181,11); }
div.DivClassName
{
background-color: #1AB50B;
}
.BgClassName
{
background-color: #1AB50B;
}
</style>
border-color css
<style>
span { border-color: #1AB50B; }
span { border-color: rgb(26,181,11); }
td.TdClassName
{
border-color: #1AB50B;
}
.TagClassName
{
border-color: #1AB50B;
}
</style>