Shades of Islamic Green #13C40C
Tints of Islamic Green #13C40C
RGB
CMYK
RGB Variations
Color information
#13C40C (or 0x13C40C) is known color: Islamic Green. HEX triplet: 13, C4 and 0C. RGB value is (19,196,12). Sum of RGB (Red+Green+Blue) = 19+196+12=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 196 (76.95% from 255 or 86.34% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 196 - color contains mainly: green. Hex color #13C40C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C40C is #EC3BF3. Grayscale: #7A7A7A. Windows color (decimal): -15481844 or 836627. OLE color: 836627.
HSL color Cylindrical-coordinate representation of color #13C40C: hue angle of 117.72º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13C40C is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 196 | 12 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.23 |
| HSL | 117.72º | 0.88% | 0.41% | - |
| HSV(B) | 117.72º | 0.94% | 0.77% | - |
| XYZ | 20.07 | 39.64 | 6.94 | - |
| YUV | 122.1 | 65.86 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 196 | 12 | 0.90 | 0 | 0.94 | 0.23 | 117.72 | 0.88 | 0.41 |
| Hex | 13 | C4 | C | 5A | 0 | 5E | 17 | 76 | 58 | 29 |
| Octal | 23 | 304 | 14 | 132 | 0 | 136 | 27 | 166 | 130 | 51 |
| Binary | 10011 | 11000100 | 1100 | 1011010 | 0 | 1011110 | 10111 | 1110110 | 1011000 | 101001 |
Color Harmonies of #13C40C
Complementary color
Monochromatic Colors of #13C40C
Black with #13C40C
Text Example
Text Example
White with #13C40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C40C; }
p { color: rgb(19,196,12); }
H1.HeaderClassName
{
color: #13C40C;
}
.AnyTagClassName
{
color: #13C40C;
}
</style>
background-color css
<style>
a { background-color: #13C40C; }
a { background-color: rgb(19,196,12); }
div.DivClassName
{
background-color: #13C40C;
}
.BgClassName
{
background-color: #13C40C;
}
</style>
border-color css
<style>
span { border-color: #13C40C; }
span { border-color: rgb(19,196,12); }
td.TdClassName
{
border-color: #13C40C;
}
.TagClassName
{
border-color: #13C40C;
}
</style>