Shades of Islamic Green #14950C
Tints of Islamic Green #14950C
RGB
CMYK
RGB Variations
Color information
#14950C (or 0x14950C) is known color: Islamic Green. HEX triplet: 14, 95 and 0C. RGB value is (20,149,12). Sum of RGB (Red+Green+Blue) = 20+149+12=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 149 (58.59% from 255 or 82.32% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 149 - color contains mainly: green. Hex color #14950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14950C is #EB6AF3. Grayscale: #5F5F5F. Windows color (decimal): -15428340 or 824596. OLE color: 824596.
HSL color Cylindrical-coordinate representation of color #14950C: hue angle of 116.5º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14950C is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 149 | 12 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.42 |
| HSL | 116.5º | 0.85% | 0.32% | - |
| HSV(B) | 116.5º | 0.92% | 0.58% | - |
| XYZ | 11.1 | 21.67 | 3.95 | - |
| YUV | 94.81 | 81.26 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 12 | 0.87 | 0 | 0.92 | 0.42 | 116.5 | 0.85 | 0.32 |
| Hex | 14 | 95 | C | 57 | 0 | 5C | 2A | 74 | 55 | 20 |
| Octal | 24 | 225 | 14 | 127 | 0 | 134 | 52 | 164 | 125 | 40 |
| Binary | 10100 | 10010101 | 1100 | 1010111 | 0 | 1011100 | 101010 | 1110100 | 1010101 | 100000 |
Color Harmonies of #14950C
Complementary color
Monochromatic Colors of #14950C
Black with #14950C
Text Example
Text Example
White with #14950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14950C; }
p { color: rgb(20,149,12); }
H1.HeaderClassName
{
color: #14950C;
}
.AnyTagClassName
{
color: #14950C;
}
</style>
background-color css
<style>
a { background-color: #14950C; }
a { background-color: rgb(20,149,12); }
div.DivClassName
{
background-color: #14950C;
}
.BgClassName
{
background-color: #14950C;
}
</style>
border-color css
<style>
span { border-color: #14950C; }
span { border-color: rgb(20,149,12); }
td.TdClassName
{
border-color: #14950C;
}
.TagClassName
{
border-color: #14950C;
}
</style>