Shades of Islamic Green #1BAB0E
Tints of Islamic Green #1BAB0E
RGB
CMYK
RGB Variations
Color information
#1BAB0E (or 0x1BAB0E) is known color: Islamic Green. HEX triplet: 1B, AB and 0E. RGB value is (27,171,14). Sum of RGB (Red+Green+Blue) = 27+171+14=212 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.74% from 212); Green value is 171 (67.19% from 255 or 80.66% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 171 - color contains mainly: green. Hex color #1BAB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAB0E is #E454F1. Grayscale: #6E6E6E. Windows color (decimal): -14963954 or 961307. OLE color: 961307.
HSL color Cylindrical-coordinate representation of color #1BAB0E: hue angle of 115.03º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BAB0E is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 171 | 14 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.33 |
| HSL | 115.03º | 0.85% | 0.36% | - |
| HSV(B) | 115.03º | 0.92% | 0.67% | - |
| XYZ | 15.09 | 29.39 | 5.29 | - |
| YUV | 110.05 | 73.79 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 171 | 14 | 0.84 | 0 | 0.92 | 0.33 | 115.03 | 0.85 | 0.36 |
| Hex | 1B | AB | E | 54 | 0 | 5C | 21 | 73 | 55 | 24 |
| Octal | 33 | 253 | 16 | 124 | 0 | 134 | 41 | 163 | 125 | 44 |
| Binary | 11011 | 10101011 | 1110 | 1010100 | 0 | 1011100 | 100001 | 1110011 | 1010101 | 100100 |
Color Harmonies of #1BAB0E
Complementary color
Monochromatic Colors of #1BAB0E
Black with #1BAB0E
Text Example
Text Example
White with #1BAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAB0E; }
p { color: rgb(27,171,14); }
H1.HeaderClassName
{
color: #1BAB0E;
}
.AnyTagClassName
{
color: #1BAB0E;
}
</style>
background-color css
<style>
a { background-color: #1BAB0E; }
a { background-color: rgb(27,171,14); }
div.DivClassName
{
background-color: #1BAB0E;
}
.BgClassName
{
background-color: #1BAB0E;
}
</style>
border-color css
<style>
span { border-color: #1BAB0E; }
span { border-color: rgb(27,171,14); }
td.TdClassName
{
border-color: #1BAB0E;
}
.TagClassName
{
border-color: #1BAB0E;
}
</style>