Shades of Islamic Green #14A514
Tints of Islamic Green #14A514
RGB
CMYK
RGB Variations
Color information
#14A514 (or 0x14A514) is known color: Islamic Green. HEX triplet: 14, A5 and 14. RGB value is (20,165,20). Sum of RGB (Red+Green+Blue) = 20+165+20=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 165 (64.84% from 255 or 80.49% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 165 - color contains mainly: green. Hex color #14A514 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A514 is #EB5AEB. Grayscale: #696969. Windows color (decimal): -15424236 or 1352980. OLE color: 1352980.
HSL color Cylindrical-coordinate representation of color #14A514: hue angle of 120º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A514 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 165 | 20 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.35 |
| HSL | 120º | 0.78% | 0.36% | - |
| HSV(B) | 120º | 0.88% | 0.65% | - |
| XYZ | 13.87 | 27.11 | 5.16 | - |
| YUV | 105.12 | 79.96 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 165 | 20 | 0.88 | 0 | 0.88 | 0.35 | 120 | 0.78 | 0.36 |
| Hex | 14 | A5 | 14 | 58 | 0 | 58 | 23 | 78 | 4E | 24 |
| Octal | 24 | 245 | 24 | 130 | 0 | 130 | 43 | 170 | 116 | 44 |
| Binary | 10100 | 10100101 | 10100 | 1011000 | 0 | 1011000 | 100011 | 1111000 | 1001110 | 100100 |
Color Harmonies of #14A514
Complementary color
Monochromatic Colors of #14A514
Black with #14A514
Text Example
Text Example
White with #14A514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A514; }
p { color: rgb(20,165,20); }
H1.HeaderClassName
{
color: #14A514;
}
.AnyTagClassName
{
color: #14A514;
}
</style>
background-color css
<style>
a { background-color: #14A514; }
a { background-color: rgb(20,165,20); }
div.DivClassName
{
background-color: #14A514;
}
.BgClassName
{
background-color: #14A514;
}
</style>
border-color css
<style>
span { border-color: #14A514; }
span { border-color: rgb(20,165,20); }
td.TdClassName
{
border-color: #14A514;
}
.TagClassName
{
border-color: #14A514;
}
</style>