Shades of Islamic Green #14BA09
Tints of Islamic Green #14BA09
RGB
CMYK
RGB Variations
Color information
#14BA09 (or 0x14BA09) is known color: Islamic Green. HEX triplet: 14, BA and 09. RGB value is (20,186,9). Sum of RGB (Red+Green+Blue) = 20+186+9=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 186 (73.05% from 255 or 86.51% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA09 is #EB45F6. Grayscale: #747474. Windows color (decimal): -15418871 or 637460. OLE color: 637460.
HSL color Cylindrical-coordinate representation of color #14BA09: hue angle of 116.27º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14BA09 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 9 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.27 |
| HSL | 116.27º | 0.91% | 0.38% | - |
| HSV(B) | 116.27º | 0.95% | 0.73% | - |
| XYZ | 17.9 | 35.29 | 6.13 | - |
| YUV | 116.19 | 67.5 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 9 | 0.89 | 0 | 0.95 | 0.27 | 116.27 | 0.91 | 0.38 |
| Hex | 14 | BA | 9 | 59 | 0 | 5F | 1B | 74 | 5B | 26 |
| Octal | 24 | 272 | 11 | 131 | 0 | 137 | 33 | 164 | 133 | 46 |
| Binary | 10100 | 10111010 | 1001 | 1011001 | 0 | 1011111 | 11011 | 1110100 | 1011011 | 100110 |
Color Harmonies of #14BA09
Complementary color
Monochromatic Colors of #14BA09
Black with #14BA09
Text Example
Text Example
White with #14BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA09; }
p { color: rgb(20,186,9); }
H1.HeaderClassName
{
color: #14BA09;
}
.AnyTagClassName
{
color: #14BA09;
}
</style>
background-color css
<style>
a { background-color: #14BA09; }
a { background-color: rgb(20,186,9); }
div.DivClassName
{
background-color: #14BA09;
}
.BgClassName
{
background-color: #14BA09;
}
</style>
border-color css
<style>
span { border-color: #14BA09; }
span { border-color: rgb(20,186,9); }
td.TdClassName
{
border-color: #14BA09;
}
.TagClassName
{
border-color: #14BA09;
}
</style>