Shades of Islamic Green #13C000
Tints of Islamic Green #13C000
RGB
CMYK
RGB Variations
Color information
#13C000 (or 0x13C000) is known color: Islamic Green. HEX triplet: 13, C0 and 00. RGB value is (19,192,0). Sum of RGB (Red+Green+Blue) = 19+192+0=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 192 (75.39% from 255 or 91.00% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 192 - color contains mainly: green. Hex color #13C000 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C000 is #EC3FFF. Grayscale: #767676. Windows color (decimal): -15482880 or 49171. OLE color: 49171.
HSL color Cylindrical-coordinate representation of color #13C000: hue angle of 114.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13C000 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 192 | 0 | - |
| CMYK | 0.90 | 0 | 1 | 0.25 |
| HSL | 114.06º | 1% | 0.38% | - |
| HSV(B) | 114.06º | 1% | 0.75% | - |
| XYZ | 19.12 | 37.84 | 6.3 | - |
| YUV | 118.39 | 61.19 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 192 | 0 | 0.90 | 0 | 1 | 0.25 | 114.06 | 1 | 0.38 |
| Hex | 13 | C0 | 0 | 5A | 0 | 64 | 19 | 72 | 64 | 26 |
| Octal | 23 | 300 | 0 | 132 | 0 | 144 | 31 | 162 | 144 | 46 |
| Binary | 10011 | 11000000 | 0 | 1011010 | 0 | 1100100 | 11001 | 1110010 | 1100100 | 100110 |
Color Harmonies of #13C000
Complementary color
Monochromatic Colors of #13C000
Black with #13C000
Text Example
Text Example
White with #13C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C000; }
p { color: rgb(19,192,0); }
H1.HeaderClassName
{
color: #13C000;
}
.AnyTagClassName
{
color: #13C000;
}
</style>
background-color css
<style>
a { background-color: #13C000; }
a { background-color: rgb(19,192,0); }
div.DivClassName
{
background-color: #13C000;
}
.BgClassName
{
background-color: #13C000;
}
</style>
border-color css
<style>
span { border-color: #13C000; }
span { border-color: rgb(19,192,0); }
td.TdClassName
{
border-color: #13C000;
}
.TagClassName
{
border-color: #13C000;
}
</style>