Shades of Islamic Green #13C803
Tints of Islamic Green #13C803
RGB
CMYK
RGB Variations
Color information
#13C803 (or 0x13C803) is known color: Islamic Green. HEX triplet: 13, C8 and 03. RGB value is (19,200,3). Sum of RGB (Red+Green+Blue) = 19+200+3=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 200 (78.52% from 255 or 90.09% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 200 - color contains mainly: green. Hex color #13C803 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C803 is #EC37FC. Grayscale: #7C7C7C. Windows color (decimal): -15480829 or 247827. OLE color: 247827.
HSL color Cylindrical-coordinate representation of color #13C803: hue angle of 115.13º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13C803 is Cyan = 0.90, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 200 | 3 | - |
| CMYK | 0.90 | 0 | 0.98 | 0.22 |
| HSL | 115.13º | 0.97% | 0.4% | - |
| HSV(B) | 115.13º | 0.99% | 0.78% | - |
| XYZ | 20.94 | 41.45 | 6.98 | - |
| YUV | 123.42 | 60.03 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 200 | 3 | 0.90 | 0 | 0.98 | 0.22 | 115.13 | 0.97 | 0.4 |
| Hex | 13 | C8 | 3 | 5A | 0 | 62 | 16 | 73 | 61 | 28 |
| Octal | 23 | 310 | 3 | 132 | 0 | 142 | 26 | 163 | 141 | 50 |
| Binary | 10011 | 11001000 | 11 | 1011010 | 0 | 1100010 | 10110 | 1110011 | 1100001 | 101000 |
Color Harmonies of #13C803
Complementary color
Monochromatic Colors of #13C803
Black with #13C803
Text Example
Text Example
White with #13C803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C803; }
p { color: rgb(19,200,3); }
H1.HeaderClassName
{
color: #13C803;
}
.AnyTagClassName
{
color: #13C803;
}
</style>
background-color css
<style>
a { background-color: #13C803; }
a { background-color: rgb(19,200,3); }
div.DivClassName
{
background-color: #13C803;
}
.BgClassName
{
background-color: #13C803;
}
</style>
border-color css
<style>
span { border-color: #13C803; }
span { border-color: rgb(19,200,3); }
td.TdClassName
{
border-color: #13C803;
}
.TagClassName
{
border-color: #13C803;
}
</style>