Shades of Islamic Green #14AC16
Tints of Islamic Green #14AC16
RGB
CMYK
RGB Variations
Color information
#14AC16 (or 0x14AC16) is known color: Islamic Green. HEX triplet: 14, AC and 16. RGB value is (20,172,22). Sum of RGB (Red+Green+Blue) = 20+172+22=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 172 (67.58% from 255 or 80.37% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AC16 is #EB53E9. Grayscale: #6D6D6D. Windows color (decimal): -15422442 or 1485844. OLE color: 1485844.
HSL color Cylindrical-coordinate representation of color #14AC16: hue angle of 120.79º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AC16 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 172 | 22 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.33 |
| HSL | 120.79º | 0.79% | 0.38% | - |
| HSV(B) | 120.79º | 0.88% | 0.67% | - |
| XYZ | 15.19 | 29.71 | 5.69 | - |
| YUV | 109.45 | 78.64 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 22 | 0.88 | 0 | 0.87 | 0.33 | 120.79 | 0.79 | 0.38 |
| Hex | 14 | AC | 16 | 58 | 0 | 57 | 21 | 79 | 4F | 26 |
| Octal | 24 | 254 | 26 | 130 | 0 | 127 | 41 | 171 | 117 | 46 |
| Binary | 10100 | 10101100 | 10110 | 1011000 | 0 | 1010111 | 100001 | 1111001 | 1001111 | 100110 |
Color Harmonies of #14AC16
Complementary color
Monochromatic Colors of #14AC16
Black with #14AC16
Text Example
Text Example
White with #14AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AC16; }
p { color: rgb(20,172,22); }
H1.HeaderClassName
{
color: #14AC16;
}
.AnyTagClassName
{
color: #14AC16;
}
</style>
background-color css
<style>
a { background-color: #14AC16; }
a { background-color: rgb(20,172,22); }
div.DivClassName
{
background-color: #14AC16;
}
.BgClassName
{
background-color: #14AC16;
}
</style>
border-color css
<style>
span { border-color: #14AC16; }
span { border-color: rgb(20,172,22); }
td.TdClassName
{
border-color: #14AC16;
}
.TagClassName
{
border-color: #14AC16;
}
</style>