Shades of Islamic Green #1ABD0B
Tints of Islamic Green #1ABD0B
RGB
CMYK
RGB Variations
Color information
#1ABD0B (or 0x1ABD0B) is known color: Islamic Green. HEX triplet: 1A, BD and 0B. RGB value is (26,189,11). Sum of RGB (Red+Green+Blue) = 26+189+11=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 189 (74.22% from 255 or 83.63% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 189 - color contains mainly: green. Hex color #1ABD0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABD0B is #E542F4. Grayscale: #787878. Windows color (decimal): -15024885 or 769306. OLE color: 769306.
HSL color Cylindrical-coordinate representation of color #1ABD0B: hue angle of 114.94º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1ABD0B is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 189 | 11 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.26 |
| HSL | 114.94º | 0.89% | 0.39% | - |
| HSV(B) | 114.94º | 0.94% | 0.74% | - |
| XYZ | 18.68 | 36.64 | 6.4 | - |
| YUV | 119.97 | 66.5 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 189 | 11 | 0.86 | 0 | 0.94 | 0.26 | 114.94 | 0.89 | 0.39 |
| Hex | 1A | BD | B | 56 | 0 | 5E | 1A | 73 | 59 | 27 |
| Octal | 32 | 275 | 13 | 126 | 0 | 136 | 32 | 163 | 131 | 47 |
| Binary | 11010 | 10111101 | 1011 | 1010110 | 0 | 1011110 | 11010 | 1110011 | 1011001 | 100111 |
Color Harmonies of #1ABD0B
Complementary color
Monochromatic Colors of #1ABD0B
Black with #1ABD0B
Text Example
Text Example
White with #1ABD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABD0B; }
p { color: rgb(26,189,11); }
H1.HeaderClassName
{
color: #1ABD0B;
}
.AnyTagClassName
{
color: #1ABD0B;
}
</style>
background-color css
<style>
a { background-color: #1ABD0B; }
a { background-color: rgb(26,189,11); }
div.DivClassName
{
background-color: #1ABD0B;
}
.BgClassName
{
background-color: #1ABD0B;
}
</style>
border-color css
<style>
span { border-color: #1ABD0B; }
span { border-color: rgb(26,189,11); }
td.TdClassName
{
border-color: #1ABD0B;
}
.TagClassName
{
border-color: #1ABD0B;
}
</style>