Shades of Islamic Green #13C10C
Tints of Islamic Green #13C10C
RGB
CMYK
RGB Variations
Color information
#13C10C (or 0x13C10C) is known color: Islamic Green. HEX triplet: 13, C1 and 0C. RGB value is (19,193,12). Sum of RGB (Red+Green+Blue) = 19+193+12=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 193 (75.78% from 255 or 86.16% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 193 - color contains mainly: green. Hex color #13C10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C10C is #EC3EF3. Grayscale: #787878. Windows color (decimal): -15482612 or 835859. OLE color: 835859.
HSL color Cylindrical-coordinate representation of color #13C10C: hue angle of 117.68º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13C10C is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 12 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.24 |
| HSL | 117.68º | 0.88% | 0.4% | - |
| HSV(B) | 117.68º | 0.94% | 0.76% | - |
| XYZ | 19.4 | 38.3 | 6.72 | - |
| YUV | 120.34 | 66.85 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 12 | 0.90 | 0 | 0.94 | 0.24 | 117.68 | 0.88 | 0.4 |
| Hex | 13 | C1 | C | 5A | 0 | 5E | 18 | 76 | 58 | 28 |
| Octal | 23 | 301 | 14 | 132 | 0 | 136 | 30 | 166 | 130 | 50 |
| Binary | 10011 | 11000001 | 1100 | 1011010 | 0 | 1011110 | 11000 | 1110110 | 1011000 | 101000 |
Color Harmonies of #13C10C
Complementary color
Monochromatic Colors of #13C10C
Black with #13C10C
Text Example
Text Example
White with #13C10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C10C; }
p { color: rgb(19,193,12); }
H1.HeaderClassName
{
color: #13C10C;
}
.AnyTagClassName
{
color: #13C10C;
}
</style>
background-color css
<style>
a { background-color: #13C10C; }
a { background-color: rgb(19,193,12); }
div.DivClassName
{
background-color: #13C10C;
}
.BgClassName
{
background-color: #13C10C;
}
</style>
border-color css
<style>
span { border-color: #13C10C; }
span { border-color: rgb(19,193,12); }
td.TdClassName
{
border-color: #13C10C;
}
.TagClassName
{
border-color: #13C10C;
}
</style>