Shades of Islamic Green #13C010
Tints of Islamic Green #13C010
RGB
CMYK
RGB Variations
Color information
#13C010 (or 0x13C010) is known color: Islamic Green. HEX triplet: 13, C0 and 10. RGB value is (19,192,16). Sum of RGB (Red+Green+Blue) = 19+192+16=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 192 (75.39% from 255 or 84.58% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 192 - color contains mainly: green. Hex color #13C010 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C010 is #EC3FEF. Grayscale: #787878. Windows color (decimal): -15482864 or 1097747. OLE color: 1097747.
HSL color Cylindrical-coordinate representation of color #13C010: hue angle of 118.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13C010 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 16 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.25 |
| HSL | 118.98º | 0.85% | 0.41% | - |
| HSV(B) | 118.98º | 0.92% | 0.75% | - |
| XYZ | 19.21 | 37.88 | 6.79 | - |
| YUV | 120.21 | 69.19 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 16 | 0.90 | 0 | 0.92 | 0.25 | 118.98 | 0.85 | 0.41 |
| Hex | 13 | C0 | 10 | 5A | 0 | 5C | 19 | 77 | 55 | 29 |
| Octal | 23 | 300 | 20 | 132 | 0 | 134 | 31 | 167 | 125 | 51 |
| Binary | 10011 | 11000000 | 10000 | 1011010 | 0 | 1011100 | 11001 | 1110111 | 1010101 | 101001 |
Color Harmonies of #13C010
Complementary color
Monochromatic Colors of #13C010
Black with #13C010
Text Example
Text Example
White with #13C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C010; }
p { color: rgb(19,192,16); }
H1.HeaderClassName
{
color: #13C010;
}
.AnyTagClassName
{
color: #13C010;
}
</style>
background-color css
<style>
a { background-color: #13C010; }
a { background-color: rgb(19,192,16); }
div.DivClassName
{
background-color: #13C010;
}
.BgClassName
{
background-color: #13C010;
}
</style>
border-color css
<style>
span { border-color: #13C010; }
span { border-color: rgb(19,192,16); }
td.TdClassName
{
border-color: #13C010;
}
.TagClassName
{
border-color: #13C010;
}
</style>