Shades of Islamic Green #1EB10C
Tints of Islamic Green #1EB10C
RGB
CMYK
RGB Variations
Color information
#1EB10C (or 0x1EB10C) is known color: Islamic Green. HEX triplet: 1E, B1 and 0C. RGB value is (30,177,12). Sum of RGB (Red+Green+Blue) = 30+177+12=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 177 (69.53% from 255 or 80.82% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 177 - color contains mainly: green. Hex color #1EB10C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EB10C is #E14EF3. Grayscale: #727272. Windows color (decimal): -14765812 or 831774. OLE color: 831774.
HSL color Cylindrical-coordinate representation of color #1EB10C: hue angle of 113.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1EB10C is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 177 | 12 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.31 |
| HSL | 113.45º | 0.87% | 0.37% | - |
| HSV(B) | 113.45º | 0.93% | 0.69% | - |
| XYZ | 16.32 | 31.75 | 5.62 | - |
| YUV | 114.24 | 70.3 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 177 | 12 | 0.83 | 0 | 0.93 | 0.31 | 113.45 | 0.87 | 0.37 |
| Hex | 1E | B1 | C | 53 | 0 | 5D | 1F | 71 | 57 | 25 |
| Octal | 36 | 261 | 14 | 123 | 0 | 135 | 37 | 161 | 127 | 45 |
| Binary | 11110 | 10110001 | 1100 | 1010011 | 0 | 1011101 | 11111 | 1110001 | 1010111 | 100101 |
Color Harmonies of #1EB10C
Complementary color
Monochromatic Colors of #1EB10C
Black with #1EB10C
Text Example
Text Example
White with #1EB10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB10C; }
p { color: rgb(30,177,12); }
H1.HeaderClassName
{
color: #1EB10C;
}
.AnyTagClassName
{
color: #1EB10C;
}
</style>
background-color css
<style>
a { background-color: #1EB10C; }
a { background-color: rgb(30,177,12); }
div.DivClassName
{
background-color: #1EB10C;
}
.BgClassName
{
background-color: #1EB10C;
}
</style>
border-color css
<style>
span { border-color: #1EB10C; }
span { border-color: rgb(30,177,12); }
td.TdClassName
{
border-color: #1EB10C;
}
.TagClassName
{
border-color: #1EB10C;
}
</style>