Shades of Islamic Green #1BAE0E
Tints of Islamic Green #1BAE0E
RGB
CMYK
RGB Variations
Color information
#1BAE0E (or 0x1BAE0E) is known color: Islamic Green. HEX triplet: 1B, AE and 0E. RGB value is (27,174,14). Sum of RGB (Red+Green+Blue) = 27+174+14=215 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.56% from 215); Green value is 174 (68.36% from 255 or 80.93% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAE0E is #E451F1. Grayscale: #707070. Windows color (decimal): -14963186 or 962075. OLE color: 962075.
HSL color Cylindrical-coordinate representation of color #1BAE0E: hue angle of 115.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BAE0E is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 174 | 14 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.32 |
| HSL | 115.13º | 0.85% | 0.37% | - |
| HSV(B) | 115.13º | 0.92% | 0.68% | - |
| XYZ | 15.67 | 30.54 | 5.48 | - |
| YUV | 111.81 | 72.8 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 174 | 14 | 0.84 | 0 | 0.92 | 0.32 | 115.13 | 0.85 | 0.37 |
| Hex | 1B | AE | E | 54 | 0 | 5C | 20 | 73 | 55 | 25 |
| Octal | 33 | 256 | 16 | 124 | 0 | 134 | 40 | 163 | 125 | 45 |
| Binary | 11011 | 10101110 | 1110 | 1010100 | 0 | 1011100 | 100000 | 1110011 | 1010101 | 100101 |
Color Harmonies of #1BAE0E
Complementary color
Monochromatic Colors of #1BAE0E
Black with #1BAE0E
Text Example
Text Example
White with #1BAE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAE0E; }
p { color: rgb(27,174,14); }
H1.HeaderClassName
{
color: #1BAE0E;
}
.AnyTagClassName
{
color: #1BAE0E;
}
</style>
background-color css
<style>
a { background-color: #1BAE0E; }
a { background-color: rgb(27,174,14); }
div.DivClassName
{
background-color: #1BAE0E;
}
.BgClassName
{
background-color: #1BAE0E;
}
</style>
border-color css
<style>
span { border-color: #1BAE0E; }
span { border-color: rgb(27,174,14); }
td.TdClassName
{
border-color: #1BAE0E;
}
.TagClassName
{
border-color: #1BAE0E;
}
</style>