Shades of Islamic Green #1AB410
Tints of Islamic Green #1AB410
RGB
CMYK
RGB Variations
Color information
#1AB410 (or 0x1AB410) is known color: Islamic Green. HEX triplet: 1A, B4 and 10. RGB value is (26,180,16). Sum of RGB (Red+Green+Blue) = 26+180+16=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 180 (70.70% from 255 or 81.08% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB410 is #E54BEF. Grayscale: #737373. Windows color (decimal): -15027184 or 1094682. OLE color: 1094682.
HSL color Cylindrical-coordinate representation of color #1AB410: hue angle of 116.34º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AB410 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 16 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.29 |
| HSL | 116.34º | 0.84% | 0.38% | - |
| HSV(B) | 116.34º | 0.91% | 0.71% | - |
| XYZ | 16.84 | 32.9 | 5.95 | - |
| YUV | 115.26 | 71.98 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 16 | 0.86 | 0 | 0.91 | 0.29 | 116.34 | 0.84 | 0.38 |
| Hex | 1A | B4 | 10 | 56 | 0 | 5B | 1D | 74 | 54 | 26 |
| Octal | 32 | 264 | 20 | 126 | 0 | 133 | 35 | 164 | 124 | 46 |
| Binary | 11010 | 10110100 | 10000 | 1010110 | 0 | 1011011 | 11101 | 1110100 | 1010100 | 100110 |
Color Harmonies of #1AB410
Complementary color
Monochromatic Colors of #1AB410
Black with #1AB410
Text Example
Text Example
White with #1AB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB410; }
p { color: rgb(26,180,16); }
H1.HeaderClassName
{
color: #1AB410;
}
.AnyTagClassName
{
color: #1AB410;
}
</style>
background-color css
<style>
a { background-color: #1AB410; }
a { background-color: rgb(26,180,16); }
div.DivClassName
{
background-color: #1AB410;
}
.BgClassName
{
background-color: #1AB410;
}
</style>
border-color css
<style>
span { border-color: #1AB410; }
span { border-color: rgb(26,180,16); }
td.TdClassName
{
border-color: #1AB410;
}
.TagClassName
{
border-color: #1AB410;
}
</style>