Shades of Islamic Green #14A00D
Tints of Islamic Green #14A00D
RGB
CMYK
RGB Variations
Color information
#14A00D (or 0x14A00D) is known color: Islamic Green. HEX triplet: 14, A0 and 0D. RGB value is (20,160,13). Sum of RGB (Red+Green+Blue) = 20+160+13=193 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.36% from 193); Green value is 160 (62.89% from 255 or 82.90% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 160 - color contains mainly: green. Hex color #14A00D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A00D is #EB5FF2. Grayscale: #656565. Windows color (decimal): -15425523 or 892948. OLE color: 892948.
HSL color Cylindrical-coordinate representation of color #14A00D: hue angle of 117.14º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14A00D is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 160 | 13 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.37 |
| HSL | 117.14º | 0.85% | 0.34% | - |
| HSV(B) | 117.14º | 0.92% | 0.63% | - |
| XYZ | 12.93 | 25.32 | 4.59 | - |
| YUV | 101.38 | 78.12 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 160 | 13 | 0.88 | 0 | 0.92 | 0.37 | 117.14 | 0.85 | 0.34 |
| Hex | 14 | A0 | D | 58 | 0 | 5C | 25 | 75 | 55 | 22 |
| Octal | 24 | 240 | 15 | 130 | 0 | 134 | 45 | 165 | 125 | 42 |
| Binary | 10100 | 10100000 | 1101 | 1011000 | 0 | 1011100 | 100101 | 1110101 | 1010101 | 100010 |
Color Harmonies of #14A00D
Complementary color
Monochromatic Colors of #14A00D
Black with #14A00D
Text Example
Text Example
White with #14A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A00D; }
p { color: rgb(20,160,13); }
H1.HeaderClassName
{
color: #14A00D;
}
.AnyTagClassName
{
color: #14A00D;
}
</style>
background-color css
<style>
a { background-color: #14A00D; }
a { background-color: rgb(20,160,13); }
div.DivClassName
{
background-color: #14A00D;
}
.BgClassName
{
background-color: #14A00D;
}
</style>
border-color css
<style>
span { border-color: #14A00D; }
span { border-color: rgb(20,160,13); }
td.TdClassName
{
border-color: #14A00D;
}
.TagClassName
{
border-color: #14A00D;
}
</style>