Shades of Islamic Green #1EC101
Tints of Islamic Green #1EC101
RGB
CMYK
RGB Variations
Color information
#1EC101 (or 0x1EC101) is known color: Islamic Green. HEX triplet: 1E, C1 and 01. RGB value is (30,193,1). Sum of RGB (Red+Green+Blue) = 30+193+1=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 193 (75.78% from 255 or 86.16% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC101 is #E13EFE. Grayscale: #7A7A7A. Windows color (decimal): -14761727 or 114974. OLE color: 114974.
HSL color Cylindrical-coordinate representation of color #1EC101: hue angle of 110.94º 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 #1EC101 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.24 |
| HSL | 110.94º | 0.99% | 0.38% | - |
| HSV(B) | 110.94º | 0.99% | 0.76% | - |
| XYZ | 19.61 | 38.42 | 6.41 | - |
| YUV | 122.38 | 59.5 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 1 | 0.84 | 0 | 0.99 | 0.24 | 110.94 | 0.99 | 0.38 |
| Hex | 1E | C1 | 1 | 54 | 0 | 63 | 18 | 6F | 63 | 26 |
| Octal | 36 | 301 | 1 | 124 | 0 | 143 | 30 | 157 | 143 | 46 |
| Binary | 11110 | 11000001 | 1 | 1010100 | 0 | 1100011 | 11000 | 1101111 | 1100011 | 100110 |
Color Harmonies of #1EC101
Complementary color
Monochromatic Colors of #1EC101
Black with #1EC101
Text Example
Text Example
White with #1EC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC101; }
p { color: rgb(30,193,1); }
H1.HeaderClassName
{
color: #1EC101;
}
.AnyTagClassName
{
color: #1EC101;
}
</style>
background-color css
<style>
a { background-color: #1EC101; }
a { background-color: rgb(30,193,1); }
div.DivClassName
{
background-color: #1EC101;
}
.BgClassName
{
background-color: #1EC101;
}
</style>
border-color css
<style>
span { border-color: #1EC101; }
span { border-color: rgb(30,193,1); }
td.TdClassName
{
border-color: #1EC101;
}
.TagClassName
{
border-color: #1EC101;
}
</style>