Shades of Islamic Green #14BA00
Tints of Islamic Green #14BA00
RGB
CMYK
RGB Variations
Color information
#14BA00 (or 0x14BA00) is known color: Islamic Green. HEX triplet: 14, BA and 00. RGB value is (20,186,0). Sum of RGB (Red+Green+Blue) = 20+186+0=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 186 (73.05% from 255 or 90.29% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA00 is #EB45FF. Grayscale: #737373. Windows color (decimal): -15418880 or 47636. OLE color: 47636.
HSL color Cylindrical-coordinate representation of color #14BA00: hue angle of 113.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14BA00 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.27 |
| HSL | 113.55º | 1% | 0.36% | - |
| HSV(B) | 113.55º | 1% | 0.73% | - |
| XYZ | 17.85 | 35.27 | 5.87 | - |
| YUV | 115.16 | 63 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 0 | 0.89 | 0 | 1 | 0.27 | 113.55 | 1 | 0.36 |
| Hex | 14 | BA | 0 | 59 | 0 | 64 | 1B | 72 | 64 | 24 |
| Octal | 24 | 272 | 0 | 131 | 0 | 144 | 33 | 162 | 144 | 44 |
| Binary | 10100 | 10111010 | 0 | 1011001 | 0 | 1100100 | 11011 | 1110010 | 1100100 | 100100 |
Color Harmonies of #14BA00
Complementary color
Monochromatic Colors of #14BA00
Black with #14BA00
Text Example
Text Example
White with #14BA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA00; }
p { color: rgb(20,186,0); }
H1.HeaderClassName
{
color: #14BA00;
}
.AnyTagClassName
{
color: #14BA00;
}
</style>
background-color css
<style>
a { background-color: #14BA00; }
a { background-color: rgb(20,186,0); }
div.DivClassName
{
background-color: #14BA00;
}
.BgClassName
{
background-color: #14BA00;
}
</style>
border-color css
<style>
span { border-color: #14BA00; }
span { border-color: rgb(20,186,0); }
td.TdClassName
{
border-color: #14BA00;
}
.TagClassName
{
border-color: #14BA00;
}
</style>