Shades of Islamic Green #1AC005
Tints of Islamic Green #1AC005
RGB
CMYK
RGB Variations
Color information
#1AC005 (or 0x1AC005) is known color: Islamic Green. HEX triplet: 1A, C0 and 05. RGB value is (26,192,5). Sum of RGB (Red+Green+Blue) = 26+192+5=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 192 (75.39% from 255 or 86.10% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC005 is #E53FFA. Grayscale: #797979. Windows color (decimal): -15024123 or 376858. OLE color: 376858.
HSL color Cylindrical-coordinate representation of color #1AC005: hue angle of 113.26º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1AC005 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 192 | 5 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.25 |
| HSL | 113.26º | 0.95% | 0.39% | - |
| HSV(B) | 113.26º | 0.97% | 0.75% | - |
| XYZ | 19.3 | 37.93 | 6.45 | - |
| YUV | 121.05 | 62.5 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 192 | 5 | 0.86 | 0 | 0.97 | 0.25 | 113.26 | 0.95 | 0.39 |
| Hex | 1A | C0 | 5 | 56 | 0 | 61 | 19 | 71 | 5F | 27 |
| Octal | 32 | 300 | 5 | 126 | 0 | 141 | 31 | 161 | 137 | 47 |
| Binary | 11010 | 11000000 | 101 | 1010110 | 0 | 1100001 | 11001 | 1110001 | 1011111 | 100111 |
Color Harmonies of #1AC005
Complementary color
Monochromatic Colors of #1AC005
Black with #1AC005
Text Example
Text Example
White with #1AC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC005; }
p { color: rgb(26,192,5); }
H1.HeaderClassName
{
color: #1AC005;
}
.AnyTagClassName
{
color: #1AC005;
}
</style>
background-color css
<style>
a { background-color: #1AC005; }
a { background-color: rgb(26,192,5); }
div.DivClassName
{
background-color: #1AC005;
}
.BgClassName
{
background-color: #1AC005;
}
</style>
border-color css
<style>
span { border-color: #1AC005; }
span { border-color: rgb(26,192,5); }
td.TdClassName
{
border-color: #1AC005;
}
.TagClassName
{
border-color: #1AC005;
}
</style>