Shades of Islamic Green #1BA007
Tints of Islamic Green #1BA007
RGB
CMYK
RGB Variations
Color information
#1BA007 (or 0x1BA007) is known color: Islamic Green. HEX triplet: 1B, A0 and 07. RGB value is (27,160,7). Sum of RGB (Red+Green+Blue) = 27+160+7=194 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.92% from 194); Green value is 160 (62.89% from 255 or 82.47% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 160 - color contains mainly: green. Hex color #1BA007 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BA007 is #E45FF8. Grayscale: #676767. Windows color (decimal): -14966777 or 499739. OLE color: 499739.
HSL color Cylindrical-coordinate representation of color #1BA007: hue angle of 112.16º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1BA007 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 160 | 7 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.37 |
| HSL | 112.16º | 0.92% | 0.33% | - |
| HSV(B) | 112.16º | 0.96% | 0.63% | - |
| XYZ | 13.06 | 25.39 | 4.41 | - |
| YUV | 102.79 | 73.94 | 73.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 160 | 7 | 0.83 | 0 | 0.96 | 0.37 | 112.16 | 0.92 | 0.33 |
| Hex | 1B | A0 | 7 | 53 | 0 | 60 | 25 | 70 | 5C | 21 |
| Octal | 33 | 240 | 7 | 123 | 0 | 140 | 45 | 160 | 134 | 41 |
| Binary | 11011 | 10100000 | 111 | 1010011 | 0 | 1100000 | 100101 | 1110000 | 1011100 | 100001 |
Color Harmonies of #1BA007
Complementary color
Monochromatic Colors of #1BA007
Black with #1BA007
Text Example
Text Example
White with #1BA007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA007; }
p { color: rgb(27,160,7); }
H1.HeaderClassName
{
color: #1BA007;
}
.AnyTagClassName
{
color: #1BA007;
}
</style>
background-color css
<style>
a { background-color: #1BA007; }
a { background-color: rgb(27,160,7); }
div.DivClassName
{
background-color: #1BA007;
}
.BgClassName
{
background-color: #1BA007;
}
</style>
border-color css
<style>
span { border-color: #1BA007; }
span { border-color: rgb(27,160,7); }
td.TdClassName
{
border-color: #1BA007;
}
.TagClassName
{
border-color: #1BA007;
}
</style>