Shades of Islamic Green #13A50E
Tints of Islamic Green #13A50E
RGB
CMYK
RGB Variations
Color information
#13A50E (or 0x13A50E) is known color: Islamic Green. HEX triplet: 13, A5 and 0E. RGB value is (19,165,14). Sum of RGB (Red+Green+Blue) = 19+165+14=198 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.60% from 198); Green value is 165 (64.84% from 255 or 83.33% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 165 - color contains mainly: green. Hex color #13A50E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13A50E is #EC5AF1. Grayscale: #686868. Windows color (decimal): -15489778 or 959763. OLE color: 959763.
HSL color Cylindrical-coordinate representation of color #13A50E: hue angle of 118.01º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13A50E is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 165 | 14 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.35 |
| HSL | 118.01º | 0.84% | 0.35% | - |
| HSV(B) | 118.01º | 0.92% | 0.65% | - |
| XYZ | 13.8 | 27.08 | 4.92 | - |
| YUV | 104.13 | 77.13 | 67.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 165 | 14 | 0.88 | 0 | 0.92 | 0.35 | 118.01 | 0.84 | 0.35 |
| Hex | 13 | A5 | E | 58 | 0 | 5C | 23 | 76 | 54 | 23 |
| Octal | 23 | 245 | 16 | 130 | 0 | 134 | 43 | 166 | 124 | 43 |
| Binary | 10011 | 10100101 | 1110 | 1011000 | 0 | 1011100 | 100011 | 1110110 | 1010100 | 100011 |
Color Harmonies of #13A50E
Complementary color
Monochromatic Colors of #13A50E
Black with #13A50E
Text Example
Text Example
White with #13A50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A50E; }
p { color: rgb(19,165,14); }
H1.HeaderClassName
{
color: #13A50E;
}
.AnyTagClassName
{
color: #13A50E;
}
</style>
background-color css
<style>
a { background-color: #13A50E; }
a { background-color: rgb(19,165,14); }
div.DivClassName
{
background-color: #13A50E;
}
.BgClassName
{
background-color: #13A50E;
}
</style>
border-color css
<style>
span { border-color: #13A50E; }
span { border-color: rgb(19,165,14); }
td.TdClassName
{
border-color: #13A50E;
}
.TagClassName
{
border-color: #13A50E;
}
</style>