Shades of Islamic Green #13C501
Tints of Islamic Green #13C501
RGB
CMYK
RGB Variations
Color information
#13C501 (or 0x13C501) is known color: Islamic Green. HEX triplet: 13, C5 and 01. RGB value is (19,197,1). Sum of RGB (Red+Green+Blue) = 19+197+1=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 197 (77.34% from 255 or 90.78% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 197 - color contains mainly: green. Hex color #13C501 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C501 is #EC3AFE. Grayscale: #7A7A7A. Windows color (decimal): -15481599 or 115987. OLE color: 115987.
HSL color Cylindrical-coordinate representation of color #13C501: hue angle of 114.49º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #13C501 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.23 |
| HSL | 114.49º | 0.99% | 0.39% | - |
| HSV(B) | 114.49º | 0.99% | 0.77% | - |
| XYZ | 20.24 | 40.07 | 6.7 | - |
| YUV | 121.43 | 60.03 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 1 | 0.90 | 0 | 0.99 | 0.23 | 114.49 | 0.99 | 0.39 |
| Hex | 13 | C5 | 1 | 5A | 0 | 63 | 17 | 72 | 63 | 27 |
| Octal | 23 | 305 | 1 | 132 | 0 | 143 | 27 | 162 | 143 | 47 |
| Binary | 10011 | 11000101 | 1 | 1011010 | 0 | 1100011 | 10111 | 1110010 | 1100011 | 100111 |
Color Harmonies of #13C501
Complementary color
Monochromatic Colors of #13C501
Black with #13C501
Text Example
Text Example
White with #13C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C501; }
p { color: rgb(19,197,1); }
H1.HeaderClassName
{
color: #13C501;
}
.AnyTagClassName
{
color: #13C501;
}
</style>
background-color css
<style>
a { background-color: #13C501; }
a { background-color: rgb(19,197,1); }
div.DivClassName
{
background-color: #13C501;
}
.BgClassName
{
background-color: #13C501;
}
</style>
border-color css
<style>
span { border-color: #13C501; }
span { border-color: rgb(19,197,1); }
td.TdClassName
{
border-color: #13C501;
}
.TagClassName
{
border-color: #13C501;
}
</style>