Shades of Islamic Green #13BA15
Tints of Islamic Green #13BA15
RGB
CMYK
RGB Variations
Color information
#13BA15 (or 0x13BA15) is known color: Islamic Green. HEX triplet: 13, BA and 15. RGB value is (19,186,21). Sum of RGB (Red+Green+Blue) = 19+186+21=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 186 (73.05% from 255 or 82.30% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BA15 is #EC45EA. Grayscale: #757575. Windows color (decimal): -15484395 or 1423891. OLE color: 1423891.
HSL color Cylindrical-coordinate representation of color #13BA15: hue angle of 120.72º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA15 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 21 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.27 |
| HSL | 120.72º | 0.81% | 0.4% | - |
| HSV(B) | 120.72º | 0.9% | 0.73% | - |
| XYZ | 17.96 | 35.31 | 6.58 | - |
| YUV | 117.26 | 73.67 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 21 | 0.90 | 0 | 0.89 | 0.27 | 120.72 | 0.81 | 0.4 |
| Hex | 13 | BA | 15 | 5A | 0 | 59 | 1B | 79 | 51 | 28 |
| Octal | 23 | 272 | 25 | 132 | 0 | 131 | 33 | 171 | 121 | 50 |
| Binary | 10011 | 10111010 | 10101 | 1011010 | 0 | 1011001 | 11011 | 1111001 | 1010001 | 101000 |
Color Harmonies of #13BA15
Complementary color
Monochromatic Colors of #13BA15
Black with #13BA15
Text Example
Text Example
White with #13BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA15; }
p { color: rgb(19,186,21); }
H1.HeaderClassName
{
color: #13BA15;
}
.AnyTagClassName
{
color: #13BA15;
}
</style>
background-color css
<style>
a { background-color: #13BA15; }
a { background-color: rgb(19,186,21); }
div.DivClassName
{
background-color: #13BA15;
}
.BgClassName
{
background-color: #13BA15;
}
</style>
border-color css
<style>
span { border-color: #13BA15; }
span { border-color: rgb(19,186,21); }
td.TdClassName
{
border-color: #13BA15;
}
.TagClassName
{
border-color: #13BA15;
}
</style>