Shades of Islamic Green #13C109
Tints of Islamic Green #13C109
RGB
CMYK
RGB Variations
Color information
#13C109 (or 0x13C109) is known color: Islamic Green. HEX triplet: 13, C1 and 09. RGB value is (19,193,9). Sum of RGB (Red+Green+Blue) = 19+193+9=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 193 (75.78% from 255 or 87.33% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 193 - color contains mainly: green. Hex color #13C109 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C109 is #EC3EF6. Grayscale: #787878. Windows color (decimal): -15482615 or 639251. OLE color: 639251.
HSL color Cylindrical-coordinate representation of color #13C109: hue angle of 116.74º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13C109 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 193 | 9 | - |
| CMYK | 0.90 | 0 | 0.95 | 0.24 |
| HSL | 116.74º | 0.91% | 0.4% | - |
| HSV(B) | 116.74º | 0.95% | 0.76% | - |
| XYZ | 19.39 | 38.3 | 6.63 | - |
| YUV | 120 | 65.35 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 193 | 9 | 0.90 | 0 | 0.95 | 0.24 | 116.74 | 0.91 | 0.4 |
| Hex | 13 | C1 | 9 | 5A | 0 | 5F | 18 | 75 | 5B | 28 |
| Octal | 23 | 301 | 11 | 132 | 0 | 137 | 30 | 165 | 133 | 50 |
| Binary | 10011 | 11000001 | 1001 | 1011010 | 0 | 1011111 | 11000 | 1110101 | 1011011 | 101000 |
Color Harmonies of #13C109
Complementary color
Monochromatic Colors of #13C109
Black with #13C109
Text Example
Text Example
White with #13C109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C109; }
p { color: rgb(19,193,9); }
H1.HeaderClassName
{
color: #13C109;
}
.AnyTagClassName
{
color: #13C109;
}
</style>
background-color css
<style>
a { background-color: #13C109; }
a { background-color: rgb(19,193,9); }
div.DivClassName
{
background-color: #13C109;
}
.BgClassName
{
background-color: #13C109;
}
</style>
border-color css
<style>
span { border-color: #13C109; }
span { border-color: rgb(19,193,9); }
td.TdClassName
{
border-color: #13C109;
}
.TagClassName
{
border-color: #13C109;
}
</style>