Shades of Islamic Green #15BA14
Tints of Islamic Green #15BA14
RGB
CMYK
RGB Variations
Color information
#15BA14 (or 0x15BA14) is known color: Islamic Green. HEX triplet: 15, BA and 14. RGB value is (21,186,20). Sum of RGB (Red+Green+Blue) = 21+186+20=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 186 (73.05% from 255 or 81.94% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15BA14 is #EA45EB. Grayscale: #767676. Windows color (decimal): -15353324 or 1358357. OLE color: 1358357.
HSL color Cylindrical-coordinate representation of color #15BA14: hue angle of 119.64º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA14 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 186 | 20 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.27 |
| HSL | 119.64º | 0.81% | 0.4% | - |
| HSV(B) | 119.64º | 0.89% | 0.73% | - |
| XYZ | 17.99 | 35.33 | 6.53 | - |
| YUV | 117.74 | 72.84 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 186 | 20 | 0.89 | 0 | 0.89 | 0.27 | 119.64 | 0.81 | 0.4 |
| Hex | 15 | BA | 14 | 59 | 0 | 59 | 1B | 78 | 51 | 28 |
| Octal | 25 | 272 | 24 | 131 | 0 | 131 | 33 | 170 | 121 | 50 |
| Binary | 10101 | 10111010 | 10100 | 1011001 | 0 | 1011001 | 11011 | 1111000 | 1010001 | 101000 |
Color Harmonies of #15BA14
Complementary color
Monochromatic Colors of #15BA14
Black with #15BA14
Text Example
Text Example
White with #15BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BA14; }
p { color: rgb(21,186,20); }
H1.HeaderClassName
{
color: #15BA14;
}
.AnyTagClassName
{
color: #15BA14;
}
</style>
background-color css
<style>
a { background-color: #15BA14; }
a { background-color: rgb(21,186,20); }
div.DivClassName
{
background-color: #15BA14;
}
.BgClassName
{
background-color: #15BA14;
}
</style>
border-color css
<style>
span { border-color: #15BA14; }
span { border-color: rgb(21,186,20); }
td.TdClassName
{
border-color: #15BA14;
}
.TagClassName
{
border-color: #15BA14;
}
</style>