Shades of Islamic Green #1EB00B
Tints of Islamic Green #1EB00B
RGB
CMYK
RGB Variations
Color information
#1EB00B (or 0x1EB00B) is known color: Islamic Green. HEX triplet: 1E, B0 and 0B. RGB value is (30,176,11). Sum of RGB (Red+Green+Blue) = 30+176+11=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 176 (69.14% from 255 or 81.11% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 176 - color contains mainly: green. Hex color #1EB00B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1EB00B is #E14FF4. Grayscale: #727272. Windows color (decimal): -14766069 or 765982. OLE color: 765982.
HSL color Cylindrical-coordinate representation of color #1EB00B: hue angle of 113.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EB00B is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 176 | 11 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.31 |
| HSL | 113.09º | 0.88% | 0.37% | - |
| HSV(B) | 113.09º | 0.94% | 0.69% | - |
| XYZ | 16.12 | 31.35 | 5.52 | - |
| YUV | 113.54 | 70.13 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 176 | 11 | 0.83 | 0 | 0.94 | 0.31 | 113.09 | 0.88 | 0.37 |
| Hex | 1E | B0 | B | 53 | 0 | 5E | 1F | 71 | 58 | 25 |
| Octal | 36 | 260 | 13 | 123 | 0 | 136 | 37 | 161 | 130 | 45 |
| Binary | 11110 | 10110000 | 1011 | 1010011 | 0 | 1011110 | 11111 | 1110001 | 1011000 | 100101 |
Color Harmonies of #1EB00B
Complementary color
Monochromatic Colors of #1EB00B
Black with #1EB00B
Text Example
Text Example
White with #1EB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB00B; }
p { color: rgb(30,176,11); }
H1.HeaderClassName
{
color: #1EB00B;
}
.AnyTagClassName
{
color: #1EB00B;
}
</style>
background-color css
<style>
a { background-color: #1EB00B; }
a { background-color: rgb(30,176,11); }
div.DivClassName
{
background-color: #1EB00B;
}
.BgClassName
{
background-color: #1EB00B;
}
</style>
border-color css
<style>
span { border-color: #1EB00B; }
span { border-color: rgb(30,176,11); }
td.TdClassName
{
border-color: #1EB00B;
}
.TagClassName
{
border-color: #1EB00B;
}
</style>