Shades of Islamic Green #1EB40A
Tints of Islamic Green #1EB40A
RGB
CMYK
RGB Variations
Color information
#1EB40A (or 0x1EB40A) is known color: Islamic Green. HEX triplet: 1E, B4 and 0A. RGB value is (30,180,10). Sum of RGB (Red+Green+Blue) = 30+180+10=220 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.64% from 220); Green value is 180 (70.70% from 255 or 81.82% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB40A is #E14BF5. Grayscale: #747474. Windows color (decimal): -14765046 or 701470. OLE color: 701470.
HSL color Cylindrical-coordinate representation of color #1EB40A: hue angle of 112.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EB40A is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 10 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.29 |
| HSL | 112.94º | 0.89% | 0.37% | - |
| HSV(B) | 112.94º | 0.94% | 0.71% | - |
| XYZ | 16.91 | 32.94 | 5.75 | - |
| YUV | 115.77 | 68.31 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 10 | 0.83 | 0 | 0.94 | 0.29 | 112.94 | 0.89 | 0.37 |
| Hex | 1E | B4 | A | 53 | 0 | 5E | 1D | 71 | 59 | 25 |
| Octal | 36 | 264 | 12 | 123 | 0 | 136 | 35 | 161 | 131 | 45 |
| Binary | 11110 | 10110100 | 1010 | 1010011 | 0 | 1011110 | 11101 | 1110001 | 1011001 | 100101 |
Color Harmonies of #1EB40A
Complementary color
Monochromatic Colors of #1EB40A
Black with #1EB40A
Text Example
Text Example
White with #1EB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB40A; }
p { color: rgb(30,180,10); }
H1.HeaderClassName
{
color: #1EB40A;
}
.AnyTagClassName
{
color: #1EB40A;
}
</style>
background-color css
<style>
a { background-color: #1EB40A; }
a { background-color: rgb(30,180,10); }
div.DivClassName
{
background-color: #1EB40A;
}
.BgClassName
{
background-color: #1EB40A;
}
</style>
border-color css
<style>
span { border-color: #1EB40A; }
span { border-color: rgb(30,180,10); }
td.TdClassName
{
border-color: #1EB40A;
}
.TagClassName
{
border-color: #1EB40A;
}
</style>