Shades of Islamic Green #1AC101
Tints of Islamic Green #1AC101
RGB
CMYK
RGB Variations
Color information
#1AC101 (or 0x1AC101) is known color: Islamic Green. HEX triplet: 1A, C1 and 01. RGB value is (26,193,1). Sum of RGB (Red+Green+Blue) = 26+193+1=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 193 (75.78% from 255 or 87.73% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 193 - color contains mainly: green. Hex color #1AC101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC101 is #E53EFE. Grayscale: #797979. Windows color (decimal): -15023871 or 114970. OLE color: 114970.
HSL color Cylindrical-coordinate representation of color #1AC101: hue angle of 112.19º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1AC101 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 193 | 1 | - |
| CMYK | 0.87 | 0 | 0.99 | 0.24 |
| HSL | 112.19º | 0.99% | 0.38% | - |
| HSV(B) | 112.19º | 0.99% | 0.76% | - |
| XYZ | 19.5 | 38.36 | 6.41 | - |
| YUV | 121.18 | 60.17 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 193 | 1 | 0.87 | 0 | 0.99 | 0.24 | 112.19 | 0.99 | 0.38 |
| Hex | 1A | C1 | 1 | 57 | 0 | 63 | 18 | 70 | 63 | 26 |
| Octal | 32 | 301 | 1 | 127 | 0 | 143 | 30 | 160 | 143 | 46 |
| Binary | 11010 | 11000001 | 1 | 1010111 | 0 | 1100011 | 11000 | 1110000 | 1100011 | 100110 |
Color Harmonies of #1AC101
Complementary color
Monochromatic Colors of #1AC101
Black with #1AC101
Text Example
Text Example
White with #1AC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC101; }
p { color: rgb(26,193,1); }
H1.HeaderClassName
{
color: #1AC101;
}
.AnyTagClassName
{
color: #1AC101;
}
</style>
background-color css
<style>
a { background-color: #1AC101; }
a { background-color: rgb(26,193,1); }
div.DivClassName
{
background-color: #1AC101;
}
.BgClassName
{
background-color: #1AC101;
}
</style>
border-color css
<style>
span { border-color: #1AC101; }
span { border-color: rgb(26,193,1); }
td.TdClassName
{
border-color: #1AC101;
}
.TagClassName
{
border-color: #1AC101;
}
</style>