Shades of Islamic Green #13BC14
Tints of Islamic Green #13BC14
RGB
CMYK
RGB Variations
Color information
#13BC14 (or 0x13BC14) is known color: Islamic Green. HEX triplet: 13, BC and 14. RGB value is (19,188,20). Sum of RGB (Red+Green+Blue) = 19+188+20=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 188 (73.83% from 255 or 82.82% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BC14 is #EC43EB. Grayscale: #767676. Windows color (decimal): -15483884 or 1358867. OLE color: 1358867.
HSL color Cylindrical-coordinate representation of color #13BC14: hue angle of 120.36º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BC14 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 188 | 20 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.26 |
| HSL | 120.36º | 0.82% | 0.41% | - |
| HSV(B) | 120.36º | 0.9% | 0.74% | - |
| XYZ | 18.38 | 36.16 | 6.67 | - |
| YUV | 118.32 | 72.51 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 188 | 20 | 0.90 | 0 | 0.89 | 0.26 | 120.36 | 0.82 | 0.41 |
| Hex | 13 | BC | 14 | 5A | 0 | 59 | 1A | 78 | 52 | 29 |
| Octal | 23 | 274 | 24 | 132 | 0 | 131 | 32 | 170 | 122 | 51 |
| Binary | 10011 | 10111100 | 10100 | 1011010 | 0 | 1011001 | 11010 | 1111000 | 1010010 | 101001 |
Color Harmonies of #13BC14
Complementary color
Monochromatic Colors of #13BC14
Black with #13BC14
Text Example
Text Example
White with #13BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BC14; }
p { color: rgb(19,188,20); }
H1.HeaderClassName
{
color: #13BC14;
}
.AnyTagClassName
{
color: #13BC14;
}
</style>
background-color css
<style>
a { background-color: #13BC14; }
a { background-color: rgb(19,188,20); }
div.DivClassName
{
background-color: #13BC14;
}
.BgClassName
{
background-color: #13BC14;
}
</style>
border-color css
<style>
span { border-color: #13BC14; }
span { border-color: rgb(19,188,20); }
td.TdClassName
{
border-color: #13BC14;
}
.TagClassName
{
border-color: #13BC14;
}
</style>