Shades of Islamic Green #14940D
Tints of Islamic Green #14940D
RGB
CMYK
RGB Variations
Color information
#14940D (or 0x14940D) is known color: Islamic Green. HEX triplet: 14, 94 and 0D. RGB value is (20,148,13). Sum of RGB (Red+Green+Blue) = 20+148+13=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 148 (58.20% from 255 or 81.77% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 148 - color contains mainly: green. Hex color #14940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14940D is #EB6BF2. Grayscale: #5E5E5E. Windows color (decimal): -15428595 or 889876. OLE color: 889876.
HSL color Cylindrical-coordinate representation of color #14940D: hue angle of 116.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14940D is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 13 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.42 |
| HSL | 116.89º | 0.84% | 0.32% | - |
| HSV(B) | 116.89º | 0.91% | 0.58% | - |
| XYZ | 10.95 | 21.36 | 3.93 | - |
| YUV | 94.34 | 82.09 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 13 | 0.86 | 0 | 0.91 | 0.42 | 116.89 | 0.84 | 0.32 |
| Hex | 14 | 94 | D | 56 | 0 | 5B | 2A | 75 | 54 | 20 |
| Octal | 24 | 224 | 15 | 126 | 0 | 133 | 52 | 165 | 124 | 40 |
| Binary | 10100 | 10010100 | 1101 | 1010110 | 0 | 1011011 | 101010 | 1110101 | 1010100 | 100000 |
Color Harmonies of #14940D
Complementary color
Monochromatic Colors of #14940D
Black with #14940D
Text Example
Text Example
White with #14940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14940D; }
p { color: rgb(20,148,13); }
H1.HeaderClassName
{
color: #14940D;
}
.AnyTagClassName
{
color: #14940D;
}
</style>
background-color css
<style>
a { background-color: #14940D; }
a { background-color: rgb(20,148,13); }
div.DivClassName
{
background-color: #14940D;
}
.BgClassName
{
background-color: #14940D;
}
</style>
border-color css
<style>
span { border-color: #14940D; }
span { border-color: rgb(20,148,13); }
td.TdClassName
{
border-color: #14940D;
}
.TagClassName
{
border-color: #14940D;
}
</style>