Shades of Islamic Green #1BB00E
Tints of Islamic Green #1BB00E
RGB
CMYK
RGB Variations
Color information
#1BB00E (or 0x1BB00E) is known color: Islamic Green. HEX triplet: 1B, B0 and 0E. RGB value is (27,176,14). Sum of RGB (Red+Green+Blue) = 27+176+14=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 176 (69.14% from 255 or 81.11% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 176 - color contains mainly: green. Hex color #1BB00E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BB00E is #E44FF1. Grayscale: #717171. Windows color (decimal): -14962674 or 962587. OLE color: 962587.
HSL color Cylindrical-coordinate representation of color #1BB00E: hue angle of 115.19º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BB00E is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 176 | 14 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.31 |
| HSL | 115.19º | 0.85% | 0.37% | - |
| HSV(B) | 115.19º | 0.92% | 0.69% | - |
| XYZ | 16.06 | 31.32 | 5.61 | - |
| YUV | 112.98 | 72.14 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 176 | 14 | 0.85 | 0 | 0.92 | 0.31 | 115.19 | 0.85 | 0.37 |
| Hex | 1B | B0 | E | 55 | 0 | 5C | 1F | 73 | 55 | 25 |
| Octal | 33 | 260 | 16 | 125 | 0 | 134 | 37 | 163 | 125 | 45 |
| Binary | 11011 | 10110000 | 1110 | 1010101 | 0 | 1011100 | 11111 | 1110011 | 1010101 | 100101 |
Color Harmonies of #1BB00E
Complementary color
Monochromatic Colors of #1BB00E
Black with #1BB00E
Text Example
Text Example
White with #1BB00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB00E; }
p { color: rgb(27,176,14); }
H1.HeaderClassName
{
color: #1BB00E;
}
.AnyTagClassName
{
color: #1BB00E;
}
</style>
background-color css
<style>
a { background-color: #1BB00E; }
a { background-color: rgb(27,176,14); }
div.DivClassName
{
background-color: #1BB00E;
}
.BgClassName
{
background-color: #1BB00E;
}
</style>
border-color css
<style>
span { border-color: #1BB00E; }
span { border-color: rgb(27,176,14); }
td.TdClassName
{
border-color: #1BB00E;
}
.TagClassName
{
border-color: #1BB00E;
}
</style>