Shades of Islamic Green #14960C
Tints of Islamic Green #14960C
RGB
CMYK
RGB Variations
Color information
#14960C (or 0x14960C) is known color: Islamic Green. HEX triplet: 14, 96 and 0C. RGB value is (20,150,12). Sum of RGB (Red+Green+Blue) = 20+150+12=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 150 (58.98% from 255 or 82.42% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 150 - color contains mainly: green. Hex color #14960C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14960C is #EB69F3. Grayscale: #5F5F5F. Windows color (decimal): -15428084 or 824852. OLE color: 824852.
HSL color Cylindrical-coordinate representation of color #14960C: hue angle of 116.52º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14960C is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 12 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.41 |
| HSL | 116.52º | 0.85% | 0.32% | - |
| HSV(B) | 116.52º | 0.92% | 0.59% | - |
| XYZ | 11.26 | 21.99 | 4 | - |
| YUV | 95.4 | 80.93 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 12 | 0.87 | 0 | 0.92 | 0.41 | 116.52 | 0.85 | 0.32 |
| Hex | 14 | 96 | C | 57 | 0 | 5C | 29 | 75 | 55 | 20 |
| Octal | 24 | 226 | 14 | 127 | 0 | 134 | 51 | 165 | 125 | 40 |
| Binary | 10100 | 10010110 | 1100 | 1010111 | 0 | 1011100 | 101001 | 1110101 | 1010101 | 100000 |
Color Harmonies of #14960C
Complementary color
Monochromatic Colors of #14960C
Black with #14960C
Text Example
Text Example
White with #14960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14960C; }
p { color: rgb(20,150,12); }
H1.HeaderClassName
{
color: #14960C;
}
.AnyTagClassName
{
color: #14960C;
}
</style>
background-color css
<style>
a { background-color: #14960C; }
a { background-color: rgb(20,150,12); }
div.DivClassName
{
background-color: #14960C;
}
.BgClassName
{
background-color: #14960C;
}
</style>
border-color css
<style>
span { border-color: #14960C; }
span { border-color: rgb(20,150,12); }
td.TdClassName
{
border-color: #14960C;
}
.TagClassName
{
border-color: #14960C;
}
</style>