Shades of Islamic Green #14AD16
Tints of Islamic Green #14AD16
RGB
CMYK
RGB Variations
Color information
#14AD16 (or 0x14AD16) is known color: Islamic Green. HEX triplet: 14, AD and 16. RGB value is (20,173,22). Sum of RGB (Red+Green+Blue) = 20+173+22=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 173 (67.97% from 255 or 80.47% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AD16 is #EB52E9. Grayscale: #6E6E6E. Windows color (decimal): -15422186 or 1486100. OLE color: 1486100.
HSL color Cylindrical-coordinate representation of color #14AD16: hue angle of 120.78º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD16 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 22 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.32 |
| HSL | 120.78º | 0.79% | 0.38% | - |
| HSV(B) | 120.78º | 0.88% | 0.68% | - |
| XYZ | 15.38 | 30.09 | 5.76 | - |
| YUV | 110.04 | 78.31 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 22 | 0.88 | 0 | 0.87 | 0.32 | 120.78 | 0.79 | 0.38 |
| Hex | 14 | AD | 16 | 58 | 0 | 57 | 20 | 79 | 4F | 26 |
| Octal | 24 | 255 | 26 | 130 | 0 | 127 | 40 | 171 | 117 | 46 |
| Binary | 10100 | 10101101 | 10110 | 1011000 | 0 | 1010111 | 100000 | 1111001 | 1001111 | 100110 |
Color Harmonies of #14AD16
Complementary color
Monochromatic Colors of #14AD16
Black with #14AD16
Text Example
Text Example
White with #14AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD16; }
p { color: rgb(20,173,22); }
H1.HeaderClassName
{
color: #14AD16;
}
.AnyTagClassName
{
color: #14AD16;
}
</style>
background-color css
<style>
a { background-color: #14AD16; }
a { background-color: rgb(20,173,22); }
div.DivClassName
{
background-color: #14AD16;
}
.BgClassName
{
background-color: #14AD16;
}
</style>
border-color css
<style>
span { border-color: #14AD16; }
span { border-color: rgb(20,173,22); }
td.TdClassName
{
border-color: #14AD16;
}
.TagClassName
{
border-color: #14AD16;
}
</style>