Shades of Islamic Green #14AB16
Tints of Islamic Green #14AB16
RGB
CMYK
RGB Variations
Color information
#14AB16 (or 0x14AB16) is known color: Islamic Green. HEX triplet: 14, AB and 16. RGB value is (20,171,22). Sum of RGB (Red+Green+Blue) = 20+171+22=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 171 (67.19% from 255 or 80.28% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AB16 is #EB54E9. Grayscale: #6D6D6D. Windows color (decimal): -15422698 or 1485588. OLE color: 1485588.
HSL color Cylindrical-coordinate representation of color #14AB16: hue angle of 120.79º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB16 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 171 | 22 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.33 |
| HSL | 120.79º | 0.79% | 0.37% | - |
| HSV(B) | 120.79º | 0.88% | 0.67% | - |
| XYZ | 15 | 29.33 | 5.63 | - |
| YUV | 108.87 | 78.97 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 22 | 0.88 | 0 | 0.87 | 0.33 | 120.79 | 0.79 | 0.37 |
| Hex | 14 | AB | 16 | 58 | 0 | 57 | 21 | 79 | 4F | 25 |
| Octal | 24 | 253 | 26 | 130 | 0 | 127 | 41 | 171 | 117 | 45 |
| Binary | 10100 | 10101011 | 10110 | 1011000 | 0 | 1010111 | 100001 | 1111001 | 1001111 | 100101 |
Color Harmonies of #14AB16
Complementary color
Monochromatic Colors of #14AB16
Black with #14AB16
Text Example
Text Example
White with #14AB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AB16; }
p { color: rgb(20,171,22); }
H1.HeaderClassName
{
color: #14AB16;
}
.AnyTagClassName
{
color: #14AB16;
}
</style>
background-color css
<style>
a { background-color: #14AB16; }
a { background-color: rgb(20,171,22); }
div.DivClassName
{
background-color: #14AB16;
}
.BgClassName
{
background-color: #14AB16;
}
</style>
border-color css
<style>
span { border-color: #14AB16; }
span { border-color: rgb(20,171,22); }
td.TdClassName
{
border-color: #14AB16;
}
.TagClassName
{
border-color: #14AB16;
}
</style>