Shades of Islamic Green #14910C
Tints of Islamic Green #14910C
RGB
CMYK
RGB Variations
Color information
#14910C (or 0x14910C) is known color: Islamic Green. HEX triplet: 14, 91 and 0C. RGB value is (20,145,12). Sum of RGB (Red+Green+Blue) = 20+145+12=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 145 (57.03% from 255 or 81.92% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 145 - color contains mainly: green. Hex color #14910C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14910C is #EB6EF3. Grayscale: #5C5C5C. Windows color (decimal): -15429364 or 823572. OLE color: 823572.
HSL color Cylindrical-coordinate representation of color #14910C: hue angle of 116.39º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14910C is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 12 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.43 |
| HSL | 116.39º | 0.85% | 0.31% | - |
| HSV(B) | 116.39º | 0.92% | 0.57% | - |
| XYZ | 10.48 | 20.43 | 3.74 | - |
| YUV | 92.46 | 82.59 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 12 | 0.86 | 0 | 0.92 | 0.43 | 116.39 | 0.85 | 0.31 |
| Hex | 14 | 91 | C | 56 | 0 | 5C | 2B | 74 | 55 | 1F |
| Octal | 24 | 221 | 14 | 126 | 0 | 134 | 53 | 164 | 125 | 37 |
| Binary | 10100 | 10010001 | 1100 | 1010110 | 0 | 1011100 | 101011 | 1110100 | 1010101 | 11111 |
Color Harmonies of #14910C
Complementary color
Monochromatic Colors of #14910C
Black with #14910C
Text Example
Text Example
White with #14910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14910C; }
p { color: rgb(20,145,12); }
H1.HeaderClassName
{
color: #14910C;
}
.AnyTagClassName
{
color: #14910C;
}
</style>
background-color css
<style>
a { background-color: #14910C; }
a { background-color: rgb(20,145,12); }
div.DivClassName
{
background-color: #14910C;
}
.BgClassName
{
background-color: #14910C;
}
</style>
border-color css
<style>
span { border-color: #14910C; }
span { border-color: rgb(20,145,12); }
td.TdClassName
{
border-color: #14910C;
}
.TagClassName
{
border-color: #14910C;
}
</style>