Shades of Islamic Green #1BAD12
Tints of Islamic Green #1BAD12
RGB
CMYK
RGB Variations
Color information
#1BAD12 (or 0x1BAD12) is known color: Islamic Green. HEX triplet: 1B, AD and 12. RGB value is (27,173,18). Sum of RGB (Red+Green+Blue) = 27+173+18=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 173 (67.97% from 255 or 79.36% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 173 - color contains mainly: green. Hex color #1BAD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1BAD12 is #E452ED. Grayscale: #707070. Windows color (decimal): -14963438 or 1223963. OLE color: 1223963.
HSL color Cylindrical-coordinate representation of color #1BAD12: hue angle of 116.52º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1BAD12 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 18 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.32 |
| HSL | 116.52º | 0.81% | 0.37% | - |
| HSV(B) | 116.52º | 0.9% | 0.68% | - |
| XYZ | 15.5 | 30.16 | 5.58 | - |
| YUV | 111.68 | 75.13 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 18 | 0.84 | 0 | 0.90 | 0.32 | 116.52 | 0.81 | 0.37 |
| Hex | 1B | AD | 12 | 54 | 0 | 5A | 20 | 75 | 51 | 25 |
| Octal | 33 | 255 | 22 | 124 | 0 | 132 | 40 | 165 | 121 | 45 |
| Binary | 11011 | 10101101 | 10010 | 1010100 | 0 | 1011010 | 100000 | 1110101 | 1010001 | 100101 |
Color Harmonies of #1BAD12
Complementary color
Monochromatic Colors of #1BAD12
Black with #1BAD12
Text Example
Text Example
White with #1BAD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAD12; }
p { color: rgb(27,173,18); }
H1.HeaderClassName
{
color: #1BAD12;
}
.AnyTagClassName
{
color: #1BAD12;
}
</style>
background-color css
<style>
a { background-color: #1BAD12; }
a { background-color: rgb(27,173,18); }
div.DivClassName
{
background-color: #1BAD12;
}
.BgClassName
{
background-color: #1BAD12;
}
</style>
border-color css
<style>
span { border-color: #1BAD12; }
span { border-color: rgb(27,173,18); }
td.TdClassName
{
border-color: #1BAD12;
}
.TagClassName
{
border-color: #1BAD12;
}
</style>