Shades of Islamic Green #13C804
Tints of Islamic Green #13C804
RGB
CMYK
RGB Variations
Color information
#13C804 (or 0x13C804) is known color: Islamic Green. HEX triplet: 13, C8 and 04. RGB value is (19,200,4). Sum of RGB (Red+Green+Blue) = 19+200+4=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 200 (78.52% from 255 or 89.69% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 200 - color contains mainly: green. Hex color #13C804 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C804 is #EC37FB. Grayscale: #7C7C7C. Windows color (decimal): -15480828 or 313363. OLE color: 313363.
HSL color Cylindrical-coordinate representation of color #13C804: hue angle of 115.41º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #13C804 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 4 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.22 |
| HSL | 115.41º | 0.96% | 0.4% | - |
| HSV(B) | 115.41º | 0.98% | 0.78% | - |
| XYZ | 20.94 | 41.46 | 7.01 | - |
| YUV | 123.54 | 60.53 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 4 | 0.90 | 0 | 0.98 | 0.22 | 115.41 | 0.96 | 0.4 |
| Hex | 13 | C8 | 4 | 5A | 0 | 62 | 16 | 73 | 60 | 28 |
| Octal | 23 | 310 | 4 | 132 | 0 | 142 | 26 | 163 | 140 | 50 |
| Binary | 10011 | 11001000 | 100 | 1011010 | 0 | 1100010 | 10110 | 1110011 | 1100000 | 101000 |
Color Harmonies of #13C804
Complementary color
Monochromatic Colors of #13C804
Black with #13C804
Text Example
Text Example
White with #13C804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C804; }
p { color: rgb(19,200,4); }
H1.HeaderClassName
{
color: #13C804;
}
.AnyTagClassName
{
color: #13C804;
}
</style>
background-color css
<style>
a { background-color: #13C804; }
a { background-color: rgb(19,200,4); }
div.DivClassName
{
background-color: #13C804;
}
.BgClassName
{
background-color: #13C804;
}
</style>
border-color css
<style>
span { border-color: #13C804; }
span { border-color: rgb(19,200,4); }
td.TdClassName
{
border-color: #13C804;
}
.TagClassName
{
border-color: #13C804;
}
</style>