Shades of Islamic Green #1AB10E
Tints of Islamic Green #1AB10E
RGB
CMYK
RGB Variations
Color information
#1AB10E (or 0x1AB10E) is known color: Islamic Green. HEX triplet: 1A, B1 and 0E. RGB value is (26,177,14). Sum of RGB (Red+Green+Blue) = 26+177+14=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 177 (69.53% from 255 or 81.57% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB10E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1AB10E is #E54EF1. Grayscale: #717171. Windows color (decimal): -15027954 or 962842. OLE color: 962842.
HSL color Cylindrical-coordinate representation of color #1AB10E: hue angle of 115.58º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AB10E is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 14 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.31 |
| HSL | 115.58º | 0.85% | 0.37% | - |
| HSV(B) | 115.58º | 0.92% | 0.69% | - |
| XYZ | 16.23 | 31.7 | 5.68 | - |
| YUV | 113.27 | 71.97 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 14 | 0.85 | 0 | 0.92 | 0.31 | 115.58 | 0.85 | 0.37 |
| Hex | 1A | B1 | E | 55 | 0 | 5C | 1F | 74 | 55 | 25 |
| Octal | 32 | 261 | 16 | 125 | 0 | 134 | 37 | 164 | 125 | 45 |
| Binary | 11010 | 10110001 | 1110 | 1010101 | 0 | 1011100 | 11111 | 1110100 | 1010101 | 100101 |
Color Harmonies of #1AB10E
Complementary color
Monochromatic Colors of #1AB10E
Black with #1AB10E
Text Example
Text Example
White with #1AB10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB10E; }
p { color: rgb(26,177,14); }
H1.HeaderClassName
{
color: #1AB10E;
}
.AnyTagClassName
{
color: #1AB10E;
}
</style>
background-color css
<style>
a { background-color: #1AB10E; }
a { background-color: rgb(26,177,14); }
div.DivClassName
{
background-color: #1AB10E;
}
.BgClassName
{
background-color: #1AB10E;
}
</style>
border-color css
<style>
span { border-color: #1AB10E; }
span { border-color: rgb(26,177,14); }
td.TdClassName
{
border-color: #1AB10E;
}
.TagClassName
{
border-color: #1AB10E;
}
</style>