Shades of Islamic Green #1EB800
Tints of Islamic Green #1EB800
RGB
CMYK
RGB Variations
Color information
#1EB800 (or 0x1EB800) is known color: Islamic Green. HEX triplet: 1E, B8 and 00. RGB value is (30,184,0). Sum of RGB (Red+Green+Blue) = 30+184+0=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 184 (72.27% from 255 or 85.98% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB800 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EB800 is #E147FF. Grayscale: #757575. Windows color (decimal): -14764032 or 47134. OLE color: 47134.
HSL color Cylindrical-coordinate representation of color #1EB800: hue angle of 110.22º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EB800 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 184 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.28 |
| HSL | 110.22º | 1% | 0.36% | - |
| HSV(B) | 110.22º | 1% | 0.72% | - |
| XYZ | 17.68 | 34.56 | 5.74 | - |
| YUV | 116.98 | 61.98 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 0 | 0.84 | 0 | 1 | 0.28 | 110.22 | 1 | 0.36 |
| Hex | 1E | B8 | 0 | 54 | 0 | 64 | 1C | 6E | 64 | 24 |
| Octal | 36 | 270 | 0 | 124 | 0 | 144 | 34 | 156 | 144 | 44 |
| Binary | 11110 | 10111000 | 0 | 1010100 | 0 | 1100100 | 11100 | 1101110 | 1100100 | 100100 |
Color Harmonies of #1EB800
Complementary color
Monochromatic Colors of #1EB800
Black with #1EB800
Text Example
Text Example
White with #1EB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB800; }
p { color: rgb(30,184,0); }
H1.HeaderClassName
{
color: #1EB800;
}
.AnyTagClassName
{
color: #1EB800;
}
</style>
background-color css
<style>
a { background-color: #1EB800; }
a { background-color: rgb(30,184,0); }
div.DivClassName
{
background-color: #1EB800;
}
.BgClassName
{
background-color: #1EB800;
}
</style>
border-color css
<style>
span { border-color: #1EB800; }
span { border-color: rgb(30,184,0); }
td.TdClassName
{
border-color: #1EB800;
}
.TagClassName
{
border-color: #1EB800;
}
</style>