Shades of Islamic Green #14990D
Tints of Islamic Green #14990D
RGB
CMYK
RGB Variations
Color information
#14990D (or 0x14990D) is known color: Islamic Green. HEX triplet: 14, 99 and 0D. RGB value is (20,153,13). Sum of RGB (Red+Green+Blue) = 20+153+13=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 153 (60.16% from 255 or 82.26% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 153 - color contains mainly: green. Hex color #14990D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14990D is #EB66F2. Grayscale: #616161. Windows color (decimal): -15427315 or 891156. OLE color: 891156.
HSL color Cylindrical-coordinate representation of color #14990D: hue angle of 117º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14990D is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 20 | 153 | 13 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.4 |
| HSL | 117º | 0.84% | 0.33% | - |
| HSV(B) | 117º | 0.92% | 0.6% | - |
| XYZ | 11.75 | 22.96 | 4.19 | - |
| YUV | 97.27 | 80.44 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 153 | 13 | 0.87 | 0 | 0.92 | 0.4 | 117 | 0.84 | 0.33 |
| Hex | 14 | 99 | D | 57 | 0 | 5C | 28 | 75 | 54 | 21 |
| Octal | 24 | 231 | 15 | 127 | 0 | 134 | 50 | 165 | 124 | 41 |
| Binary | 10100 | 10011001 | 1101 | 1010111 | 0 | 1011100 | 101000 | 1110101 | 1010100 | 100001 |
Color Harmonies of #14990D
Complementary color
Monochromatic Colors of #14990D
Black with #14990D
Text Example
Text Example
White with #14990D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14990D; }
p { color: rgb(20,153,13); }
H1.HeaderClassName
{
color: #14990D;
}
.AnyTagClassName
{
color: #14990D;
}
</style>
background-color css
<style>
a { background-color: #14990D; }
a { background-color: rgb(20,153,13); }
div.DivClassName
{
background-color: #14990D;
}
.BgClassName
{
background-color: #14990D;
}
</style>
border-color css
<style>
span { border-color: #14990D; }
span { border-color: rgb(20,153,13); }
td.TdClassName
{
border-color: #14990D;
}
.TagClassName
{
border-color: #14990D;
}
</style>