Shades of Islamic Green #14BA16
Tints of Islamic Green #14BA16
RGB
CMYK
RGB Variations
Color information
#14BA16 (or 0x14BA16) is known color: Islamic Green. HEX triplet: 14, BA and 16. RGB value is (20,186,22). Sum of RGB (Red+Green+Blue) = 20+186+22=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 186 (73.05% from 255 or 81.58% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA16 is #EB45E9. Grayscale: #767676. Windows color (decimal): -15418858 or 1489428. OLE color: 1489428.
HSL color Cylindrical-coordinate representation of color #14BA16: hue angle of 120.72º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA16 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 22 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.27 |
| HSL | 120.72º | 0.81% | 0.4% | - |
| HSV(B) | 120.72º | 0.89% | 0.73% | - |
| XYZ | 17.99 | 35.32 | 6.63 | - |
| YUV | 117.67 | 74 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 22 | 0.89 | 0 | 0.88 | 0.27 | 120.72 | 0.81 | 0.4 |
| Hex | 14 | BA | 16 | 59 | 0 | 58 | 1B | 79 | 51 | 28 |
| Octal | 24 | 272 | 26 | 131 | 0 | 130 | 33 | 171 | 121 | 50 |
| Binary | 10100 | 10111010 | 10110 | 1011001 | 0 | 1011000 | 11011 | 1111001 | 1010001 | 101000 |
Color Harmonies of #14BA16
Complementary color
Monochromatic Colors of #14BA16
Black with #14BA16
Text Example
Text Example
White with #14BA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA16; }
p { color: rgb(20,186,22); }
H1.HeaderClassName
{
color: #14BA16;
}
.AnyTagClassName
{
color: #14BA16;
}
</style>
background-color css
<style>
a { background-color: #14BA16; }
a { background-color: rgb(20,186,22); }
div.DivClassName
{
background-color: #14BA16;
}
.BgClassName
{
background-color: #14BA16;
}
</style>
border-color css
<style>
span { border-color: #14BA16; }
span { border-color: rgb(20,186,22); }
td.TdClassName
{
border-color: #14BA16;
}
.TagClassName
{
border-color: #14BA16;
}
</style>