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