Shades of Islamic Green #14AC14
Tints of Islamic Green #14AC14
RGB
CMYK
RGB Variations
Color information
#14AC14 (or 0x14AC14) is known color: Islamic Green. HEX triplet: 14, AC and 14. RGB value is (20,172,20). Sum of RGB (Red+Green+Blue) = 20+172+20=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 172 (67.58% from 255 or 81.13% from 212); Blue value is 20 (8.20% from 255 or 9.43% from 212); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AC14 is #EB53EB. Grayscale: #6D6D6D. Windows color (decimal): -15422444 or 1354772. OLE color: 1354772.
HSL color Cylindrical-coordinate representation of color #14AC14: hue angle of 120º 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 #14AC14 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 172 | 20 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.33 |
| HSL | 120º | 0.79% | 0.38% | - |
| HSV(B) | 120º | 0.88% | 0.67% | - |
| XYZ | 15.17 | 29.7 | 5.6 | - |
| YUV | 109.22 | 77.64 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 172 | 20 | 0.88 | 0 | 0.88 | 0.33 | 120 | 0.79 | 0.38 |
| Hex | 14 | AC | 14 | 58 | 0 | 58 | 21 | 78 | 4F | 26 |
| Octal | 24 | 254 | 24 | 130 | 0 | 130 | 41 | 170 | 117 | 46 |
| Binary | 10100 | 10101100 | 10100 | 1011000 | 0 | 1011000 | 100001 | 1111000 | 1001111 | 100110 |
Color Harmonies of #14AC14
Complementary color
Monochromatic Colors of #14AC14
Black with #14AC14
Text Example
Text Example
White with #14AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AC14; }
p { color: rgb(20,172,20); }
H1.HeaderClassName
{
color: #14AC14;
}
.AnyTagClassName
{
color: #14AC14;
}
</style>
background-color css
<style>
a { background-color: #14AC14; }
a { background-color: rgb(20,172,20); }
div.DivClassName
{
background-color: #14AC14;
}
.BgClassName
{
background-color: #14AC14;
}
</style>
border-color css
<style>
span { border-color: #14AC14; }
span { border-color: rgb(20,172,20); }
td.TdClassName
{
border-color: #14AC14;
}
.TagClassName
{
border-color: #14AC14;
}
</style>