Shades of Islamic Green #1ABE06
Tints of Islamic Green #1ABE06
RGB
CMYK
RGB Variations
Color information
#1ABE06 (or 0x1ABE06) is known color: Islamic Green. HEX triplet: 1A, BE and 06. RGB value is (26,190,6). Sum of RGB (Red+Green+Blue) = 26+190+6=222 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.71% from 222); Green value is 190 (74.61% from 255 or 85.59% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 190 - color contains mainly: green. Hex color #1ABE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABE06 is #E541F9. Grayscale: #787878. Windows color (decimal): -15024634 or 441882. OLE color: 441882.
HSL color Cylindrical-coordinate representation of color #1ABE06: hue angle of 113.48º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ABE06 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 190 | 6 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.25 |
| HSL | 113.48º | 0.94% | 0.38% | - |
| HSV(B) | 113.48º | 0.97% | 0.75% | - |
| XYZ | 18.87 | 37.06 | 6.33 | - |
| YUV | 119.99 | 63.67 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 190 | 6 | 0.86 | 0 | 0.97 | 0.25 | 113.48 | 0.94 | 0.38 |
| Hex | 1A | BE | 6 | 56 | 0 | 61 | 19 | 71 | 5E | 26 |
| Octal | 32 | 276 | 6 | 126 | 0 | 141 | 31 | 161 | 136 | 46 |
| Binary | 11010 | 10111110 | 110 | 1010110 | 0 | 1100001 | 11001 | 1110001 | 1011110 | 100110 |
Color Harmonies of #1ABE06
Complementary color
Monochromatic Colors of #1ABE06
Black with #1ABE06
Text Example
Text Example
White with #1ABE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABE06; }
p { color: rgb(26,190,6); }
H1.HeaderClassName
{
color: #1ABE06;
}
.AnyTagClassName
{
color: #1ABE06;
}
</style>
background-color css
<style>
a { background-color: #1ABE06; }
a { background-color: rgb(26,190,6); }
div.DivClassName
{
background-color: #1ABE06;
}
.BgClassName
{
background-color: #1ABE06;
}
</style>
border-color css
<style>
span { border-color: #1ABE06; }
span { border-color: rgb(26,190,6); }
td.TdClassName
{
border-color: #1ABE06;
}
.TagClassName
{
border-color: #1ABE06;
}
</style>