Shades of Islamic Green #13C900
Tints of Islamic Green #13C900
RGB
CMYK
RGB Variations
Color information
#13C900 (or 0x13C900) is known color: Islamic Green. HEX triplet: 13, C9 and 00. RGB value is (19,201,0). Sum of RGB (Red+Green+Blue) = 19+201+0=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 201 (78.91% from 255 or 91.36% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 201 - color contains mainly: green. Hex color #13C900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C900 is #EC36FF. Grayscale: #7C7C7C. Windows color (decimal): -15480576 or 51475. OLE color: 51475.
HSL color Cylindrical-coordinate representation of color #13C900: hue angle of 114.33º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #13C900 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.21 |
| HSL | 114.33º | 1% | 0.39% | - |
| HSV(B) | 114.33º | 1% | 0.79% | - |
| XYZ | 21.16 | 41.91 | 6.97 | - |
| YUV | 123.67 | 58.2 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 0 | 0.91 | 0 | 1 | 0.21 | 114.33 | 1 | 0.39 |
| Hex | 13 | C9 | 0 | 5B | 0 | 64 | 15 | 72 | 64 | 27 |
| Octal | 23 | 311 | 0 | 133 | 0 | 144 | 25 | 162 | 144 | 47 |
| Binary | 10011 | 11001001 | 0 | 1011011 | 0 | 1100100 | 10101 | 1110010 | 1100100 | 100111 |
Color Harmonies of #13C900
Complementary color
Monochromatic Colors of #13C900
Black with #13C900
Text Example
Text Example
White with #13C900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C900; }
p { color: rgb(19,201,0); }
H1.HeaderClassName
{
color: #13C900;
}
.AnyTagClassName
{
color: #13C900;
}
</style>
background-color css
<style>
a { background-color: #13C900; }
a { background-color: rgb(19,201,0); }
div.DivClassName
{
background-color: #13C900;
}
.BgClassName
{
background-color: #13C900;
}
</style>
border-color css
<style>
span { border-color: #13C900; }
span { border-color: rgb(19,201,0); }
td.TdClassName
{
border-color: #13C900;
}
.TagClassName
{
border-color: #13C900;
}
</style>