Shades of Islamic Green #1EA300
Tints of Islamic Green #1EA300
RGB
CMYK
RGB Variations
Color information
#1EA300 (or 0x1EA300) is known color: Islamic Green. HEX triplet: 1E, A3 and 00. RGB value is (30,163,0). Sum of RGB (Red+Green+Blue) = 30+163+0=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 163 (64.06% from 255 or 84.46% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 163 - color contains mainly: green. Hex color #1EA300 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EA300 is #E15CFF. Grayscale: #696969. Windows color (decimal): -14769408 or 41758. OLE color: 41758.
HSL color Cylindrical-coordinate representation of color #1EA300: hue angle of 108.96º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EA300 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 30 | 163 | 0 | - |
| CMYK | 0.82 | 0 | 1 | 0.36 |
| HSL | 108.96º | 1% | 0.32% | - |
| HSV(B) | 108.96º | 1% | 0.64% | - |
| XYZ | 13.63 | 26.47 | 4.39 | - |
| YUV | 104.65 | 68.94 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 163 | 0 | 0.82 | 0 | 1 | 0.36 | 108.96 | 1 | 0.32 |
| Hex | 1E | A3 | 0 | 52 | 0 | 64 | 24 | 6D | 64 | 20 |
| Octal | 36 | 243 | 0 | 122 | 0 | 144 | 44 | 155 | 144 | 40 |
| Binary | 11110 | 10100011 | 0 | 1010010 | 0 | 1100100 | 100100 | 1101101 | 1100100 | 100000 |
Color Harmonies of #1EA300
Complementary color
Monochromatic Colors of #1EA300
Black with #1EA300
Text Example
Text Example
White with #1EA300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA300; }
p { color: rgb(30,163,0); }
H1.HeaderClassName
{
color: #1EA300;
}
.AnyTagClassName
{
color: #1EA300;
}
</style>
background-color css
<style>
a { background-color: #1EA300; }
a { background-color: rgb(30,163,0); }
div.DivClassName
{
background-color: #1EA300;
}
.BgClassName
{
background-color: #1EA300;
}
</style>
border-color css
<style>
span { border-color: #1EA300; }
span { border-color: rgb(30,163,0); }
td.TdClassName
{
border-color: #1EA300;
}
.TagClassName
{
border-color: #1EA300;
}
</style>