Shades of Islamic Green #1EB600
Tints of Islamic Green #1EB600
RGB
CMYK
RGB Variations
Color information
#1EB600 (or 0x1EB600) is known color: Islamic Green. HEX triplet: 1E, B6 and 00. RGB value is (30,182,0). Sum of RGB (Red+Green+Blue) = 30+182+0=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 182 (71.48% from 255 or 85.85% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 182 - color contains mainly: green. Hex color #1EB600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB600 is #E149FF. Grayscale: #747474. Windows color (decimal): -14764544 or 46622. OLE color: 46622.
HSL color Cylindrical-coordinate representation of color #1EB600: hue angle of 110.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EB600 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 182 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.29 |
| HSL | 110.11º | 1% | 0.36% | - |
| HSV(B) | 110.11º | 1% | 0.71% | - |
| XYZ | 17.26 | 33.73 | 5.6 | - |
| YUV | 115.8 | 62.64 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 182 | 0 | 0.84 | 0 | 1 | 0.29 | 110.11 | 1 | 0.36 |
| Hex | 1E | B6 | 0 | 54 | 0 | 64 | 1D | 6E | 64 | 24 |
| Octal | 36 | 266 | 0 | 124 | 0 | 144 | 35 | 156 | 144 | 44 |
| Binary | 11110 | 10110110 | 0 | 1010100 | 0 | 1100100 | 11101 | 1101110 | 1100100 | 100100 |
Color Harmonies of #1EB600
Complementary color
Monochromatic Colors of #1EB600
Black with #1EB600
Text Example
Text Example
White with #1EB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB600; }
p { color: rgb(30,182,0); }
H1.HeaderClassName
{
color: #1EB600;
}
.AnyTagClassName
{
color: #1EB600;
}
</style>
background-color css
<style>
a { background-color: #1EB600; }
a { background-color: rgb(30,182,0); }
div.DivClassName
{
background-color: #1EB600;
}
.BgClassName
{
background-color: #1EB600;
}
</style>
border-color css
<style>
span { border-color: #1EB600; }
span { border-color: rgb(30,182,0); }
td.TdClassName
{
border-color: #1EB600;
}
.TagClassName
{
border-color: #1EB600;
}
</style>