Shades of Islamic Green #15BC13
Tints of Islamic Green #15BC13
RGB
CMYK
RGB Variations
Color information
#15BC13 (or 0x15BC13) is known color: Islamic Green. HEX triplet: 15, BC and 13. RGB value is (21,188,19). Sum of RGB (Red+Green+Blue) = 21+188+19=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 188 (73.83% from 255 or 82.46% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15BC13 is #EA43EC. Grayscale: #777777. Windows color (decimal): -15352813 or 1293333. OLE color: 1293333.
HSL color Cylindrical-coordinate representation of color #15BC13: hue angle of 119.29º 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 #15BC13 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 19 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.26 |
| HSL | 119.29º | 0.82% | 0.41% | - |
| HSV(B) | 119.29º | 0.9% | 0.74% | - |
| XYZ | 18.41 | 36.17 | 6.63 | - |
| YUV | 118.8 | 71.67 | 58.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 19 | 0.89 | 0 | 0.90 | 0.26 | 119.29 | 0.82 | 0.41 |
| Hex | 15 | BC | 13 | 59 | 0 | 5A | 1A | 77 | 52 | 29 |
| Octal | 25 | 274 | 23 | 131 | 0 | 132 | 32 | 167 | 122 | 51 |
| Binary | 10101 | 10111100 | 10011 | 1011001 | 0 | 1011010 | 11010 | 1110111 | 1010010 | 101001 |
Color Harmonies of #15BC13
Complementary color
Monochromatic Colors of #15BC13
Black with #15BC13
Text Example
Text Example
White with #15BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC13; }
p { color: rgb(21,188,19); }
H1.HeaderClassName
{
color: #15BC13;
}
.AnyTagClassName
{
color: #15BC13;
}
</style>
background-color css
<style>
a { background-color: #15BC13; }
a { background-color: rgb(21,188,19); }
div.DivClassName
{
background-color: #15BC13;
}
.BgClassName
{
background-color: #15BC13;
}
</style>
border-color css
<style>
span { border-color: #15BC13; }
span { border-color: rgb(21,188,19); }
td.TdClassName
{
border-color: #15BC13;
}
.TagClassName
{
border-color: #15BC13;
}
</style>