Shades of Islamic Green #1EBA00
Tints of Islamic Green #1EBA00
RGB
CMYK
RGB Variations
Color information
#1EBA00 (or 0x1EBA00) is known color: Islamic Green. HEX triplet: 1E, BA and 00. RGB value is (30,186,0). Sum of RGB (Red+Green+Blue) = 30+186+0=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 186 (73.05% from 255 or 86.11% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBA00 is #E145FF. Grayscale: #767676. Windows color (decimal): -14763520 or 47646. OLE color: 47646.
HSL color Cylindrical-coordinate representation of color #1EBA00: hue angle of 110.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1EBA00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.27 |
| HSL | 110.32º | 1% | 0.36% | - |
| HSV(B) | 110.32º | 1% | 0.73% | - |
| XYZ | 18.09 | 35.39 | 5.88 | - |
| YUV | 118.15 | 61.32 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 0 | 0.84 | 0 | 1 | 0.27 | 110.32 | 1 | 0.36 |
| Hex | 1E | BA | 0 | 54 | 0 | 64 | 1B | 6E | 64 | 24 |
| Octal | 36 | 272 | 0 | 124 | 0 | 144 | 33 | 156 | 144 | 44 |
| Binary | 11110 | 10111010 | 0 | 1010100 | 0 | 1100100 | 11011 | 1101110 | 1100100 | 100100 |
Color Harmonies of #1EBA00
Complementary color
Monochromatic Colors of #1EBA00
Black with #1EBA00
Text Example
Text Example
White with #1EBA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA00; }
p { color: rgb(30,186,0); }
H1.HeaderClassName
{
color: #1EBA00;
}
.AnyTagClassName
{
color: #1EBA00;
}
</style>
background-color css
<style>
a { background-color: #1EBA00; }
a { background-color: rgb(30,186,0); }
div.DivClassName
{
background-color: #1EBA00;
}
.BgClassName
{
background-color: #1EBA00;
}
</style>
border-color css
<style>
span { border-color: #1EBA00; }
span { border-color: rgb(30,186,0); }
td.TdClassName
{
border-color: #1EBA00;
}
.TagClassName
{
border-color: #1EBA00;
}
</style>