Shades of Islamic Green #14940C
Tints of Islamic Green #14940C
RGB
CMYK
RGB Variations
Color information
#14940C (or 0x14940C) is known color: Islamic Green. HEX triplet: 14, 94 and 0C. RGB value is (20,148,12). Sum of RGB (Red+Green+Blue) = 20+148+12=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 148 (58.20% from 255 or 82.22% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 148 - color contains mainly: green. Hex color #14940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14940C is #EB6BF3. Grayscale: #5E5E5E. Windows color (decimal): -15428596 or 824340. OLE color: 824340.
HSL color Cylindrical-coordinate representation of color #14940C: hue angle of 116.47º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14940C is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 12 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.42 |
| HSL | 116.47º | 0.85% | 0.31% | - |
| HSV(B) | 116.47º | 0.92% | 0.58% | - |
| XYZ | 10.94 | 21.36 | 3.89 | - |
| YUV | 94.22 | 81.59 | 75.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 12 | 0.86 | 0 | 0.92 | 0.42 | 116.47 | 0.85 | 0.31 |
| Hex | 14 | 94 | C | 56 | 0 | 5C | 2A | 74 | 55 | 1F |
| Octal | 24 | 224 | 14 | 126 | 0 | 134 | 52 | 164 | 125 | 37 |
| Binary | 10100 | 10010100 | 1100 | 1010110 | 0 | 1011100 | 101010 | 1110100 | 1010101 | 11111 |
Color Harmonies of #14940C
Complementary color
Monochromatic Colors of #14940C
Black with #14940C
Text Example
Text Example
White with #14940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14940C; }
p { color: rgb(20,148,12); }
H1.HeaderClassName
{
color: #14940C;
}
.AnyTagClassName
{
color: #14940C;
}
</style>
background-color css
<style>
a { background-color: #14940C; }
a { background-color: rgb(20,148,12); }
div.DivClassName
{
background-color: #14940C;
}
.BgClassName
{
background-color: #14940C;
}
</style>
border-color css
<style>
span { border-color: #14940C; }
span { border-color: rgb(20,148,12); }
td.TdClassName
{
border-color: #14940C;
}
.TagClassName
{
border-color: #14940C;
}
</style>