Shades of Islamic Green #1E9D00
Tints of Islamic Green #1E9D00
RGB
CMYK
RGB Variations
Color information
#1E9D00 (or 0x1E9D00) is known color: Islamic Green. HEX triplet: 1E, 9D and 00. RGB value is (30,157,0). Sum of RGB (Red+Green+Blue) = 30+157+0=187 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.04% from 187); Green value is 157 (61.72% from 255 or 83.96% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 157 - color contains mainly: green. Hex color #1E9D00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1E9D00 is #E162FF. Grayscale: #656565. Windows color (decimal): -14770944 or 40222. OLE color: 40222.
HSL color Cylindrical-coordinate representation of color #1E9D00: hue angle of 108.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E9D00 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 157 | 0 | - |
| CMYK | 0.81 | 0 | 1 | 0.38 |
| HSL | 108.54º | 1% | 0.31% | - |
| HSV(B) | 108.54º | 1% | 0.62% | - |
| XYZ | 12.59 | 24.39 | 4.04 | - |
| YUV | 101.13 | 70.92 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 157 | 0 | 0.81 | 0 | 1 | 0.38 | 108.54 | 1 | 0.31 |
| Hex | 1E | 9D | 0 | 51 | 0 | 64 | 26 | 6D | 64 | 1F |
| Octal | 36 | 235 | 0 | 121 | 0 | 144 | 46 | 155 | 144 | 37 |
| Binary | 11110 | 10011101 | 0 | 1010001 | 0 | 1100100 | 100110 | 1101101 | 1100100 | 11111 |
Color Harmonies of #1E9D00
Complementary color
Monochromatic Colors of #1E9D00
Black with #1E9D00
Text Example
Text Example
White with #1E9D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9D00; }
p { color: rgb(30,157,0); }
H1.HeaderClassName
{
color: #1E9D00;
}
.AnyTagClassName
{
color: #1E9D00;
}
</style>
background-color css
<style>
a { background-color: #1E9D00; }
a { background-color: rgb(30,157,0); }
div.DivClassName
{
background-color: #1E9D00;
}
.BgClassName
{
background-color: #1E9D00;
}
</style>
border-color css
<style>
span { border-color: #1E9D00; }
span { border-color: rgb(30,157,0); }
td.TdClassName
{
border-color: #1E9D00;
}
.TagClassName
{
border-color: #1E9D00;
}
</style>