Shades of Islamic Green #13C50B
Tints of Islamic Green #13C50B
RGB
CMYK
RGB Variations
Color information
#13C50B (or 0x13C50B) is known color: Islamic Green. HEX triplet: 13, C5 and 0B. RGB value is (19,197,11). Sum of RGB (Red+Green+Blue) = 19+197+11=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 197 (77.34% from 255 or 86.78% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 197 - color contains mainly: green. Hex color #13C50B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C50B is #EC3AF4. Grayscale: #7B7B7B. Windows color (decimal): -15481589 or 771347. OLE color: 771347.
HSL color Cylindrical-coordinate representation of color #13C50B: hue angle of 117.42º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13C50B is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 11 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.23 |
| HSL | 117.42º | 0.89% | 0.41% | - |
| HSV(B) | 117.42º | 0.94% | 0.77% | - |
| XYZ | 20.3 | 40.1 | 6.99 | - |
| YUV | 122.57 | 65.03 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 11 | 0.90 | 0 | 0.94 | 0.23 | 117.42 | 0.89 | 0.41 |
| Hex | 13 | C5 | B | 5A | 0 | 5E | 17 | 75 | 59 | 29 |
| Octal | 23 | 305 | 13 | 132 | 0 | 136 | 27 | 165 | 131 | 51 |
| Binary | 10011 | 11000101 | 1011 | 1011010 | 0 | 1011110 | 10111 | 1110101 | 1011001 | 101001 |
Color Harmonies of #13C50B
Complementary color
Monochromatic Colors of #13C50B
Black with #13C50B
Text Example
Text Example
White with #13C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C50B; }
p { color: rgb(19,197,11); }
H1.HeaderClassName
{
color: #13C50B;
}
.AnyTagClassName
{
color: #13C50B;
}
</style>
background-color css
<style>
a { background-color: #13C50B; }
a { background-color: rgb(19,197,11); }
div.DivClassName
{
background-color: #13C50B;
}
.BgClassName
{
background-color: #13C50B;
}
</style>
border-color css
<style>
span { border-color: #13C50B; }
span { border-color: rgb(19,197,11); }
td.TdClassName
{
border-color: #13C50B;
}
.TagClassName
{
border-color: #13C50B;
}
</style>