Shades of Islamic Green #1EBA06
Tints of Islamic Green #1EBA06
RGB
CMYK
RGB Variations
Color information
#1EBA06 (or 0x1EBA06) is known color: Islamic Green. HEX triplet: 1E, BA and 06. RGB value is (30,186,6). Sum of RGB (Red+Green+Blue) = 30+186+6=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 186 (73.05% from 255 or 83.78% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 186 - color contains mainly: green. Hex color #1EBA06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EBA06 is #E145F9. Grayscale: #777777. Windows color (decimal): -14763514 or 440862. OLE color: 440862.
HSL color Cylindrical-coordinate representation of color #1EBA06: hue angle of 112º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1EBA06 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 186 | 6 | - |
| CMYK | 0.84 | 0 | 0.97 | 0.27 |
| HSL | 112º | 0.94% | 0.38% | - |
| HSV(B) | 112º | 0.97% | 0.73% | - |
| XYZ | 18.13 | 35.41 | 6.05 | - |
| YUV | 118.84 | 64.32 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 186 | 6 | 0.84 | 0 | 0.97 | 0.27 | 112 | 0.94 | 0.38 |
| Hex | 1E | BA | 6 | 54 | 0 | 61 | 1B | 70 | 5E | 26 |
| Octal | 36 | 272 | 6 | 124 | 0 | 141 | 33 | 160 | 136 | 46 |
| Binary | 11110 | 10111010 | 110 | 1010100 | 0 | 1100001 | 11011 | 1110000 | 1011110 | 100110 |
Color Harmonies of #1EBA06
Complementary color
Monochromatic Colors of #1EBA06
Black with #1EBA06
Text Example
Text Example
White with #1EBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBA06; }
p { color: rgb(30,186,6); }
H1.HeaderClassName
{
color: #1EBA06;
}
.AnyTagClassName
{
color: #1EBA06;
}
</style>
background-color css
<style>
a { background-color: #1EBA06; }
a { background-color: rgb(30,186,6); }
div.DivClassName
{
background-color: #1EBA06;
}
.BgClassName
{
background-color: #1EBA06;
}
</style>
border-color css
<style>
span { border-color: #1EBA06; }
span { border-color: rgb(30,186,6); }
td.TdClassName
{
border-color: #1EBA06;
}
.TagClassName
{
border-color: #1EBA06;
}
</style>