Shades of Islamic Green #1AB407
Tints of Islamic Green #1AB407
RGB
CMYK
RGB Variations
Color information
#1AB407 (or 0x1AB407) is known color: Islamic Green. HEX triplet: 1A, B4 and 07. RGB value is (26,180,7). Sum of RGB (Red+Green+Blue) = 26+180+7=213 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.21% from 213); Green value is 180 (70.70% from 255 or 84.51% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB407 is #E54BF8. Grayscale: #727272. Windows color (decimal): -15027193 or 504858. OLE color: 504858.
HSL color Cylindrical-coordinate representation of color #1AB407: hue angle of 113.41º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1AB407 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 7 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.29 |
| HSL | 113.41º | 0.93% | 0.37% | - |
| HSV(B) | 113.41º | 0.96% | 0.71% | - |
| XYZ | 16.79 | 32.88 | 5.66 | - |
| YUV | 114.23 | 67.48 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 7 | 0.86 | 0 | 0.96 | 0.29 | 113.41 | 0.93 | 0.37 |
| Hex | 1A | B4 | 7 | 56 | 0 | 60 | 1D | 71 | 5D | 25 |
| Octal | 32 | 264 | 7 | 126 | 0 | 140 | 35 | 161 | 135 | 45 |
| Binary | 11010 | 10110100 | 111 | 1010110 | 0 | 1100000 | 11101 | 1110001 | 1011101 | 100101 |
Color Harmonies of #1AB407
Complementary color
Monochromatic Colors of #1AB407
Black with #1AB407
Text Example
Text Example
White with #1AB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB407; }
p { color: rgb(26,180,7); }
H1.HeaderClassName
{
color: #1AB407;
}
.AnyTagClassName
{
color: #1AB407;
}
</style>
background-color css
<style>
a { background-color: #1AB407; }
a { background-color: rgb(26,180,7); }
div.DivClassName
{
background-color: #1AB407;
}
.BgClassName
{
background-color: #1AB407;
}
</style>
border-color css
<style>
span { border-color: #1AB407; }
span { border-color: rgb(26,180,7); }
td.TdClassName
{
border-color: #1AB407;
}
.TagClassName
{
border-color: #1AB407;
}
</style>