Shades of Jade #14BA63
Tints of Jade #14BA63
RGB
CMYK
RGB Variations
Color information
#14BA63 (or 0x14BA63) is known color: Jade. HEX triplet: 14, BA and 63. RGB value is (20,186,99). Sum of RGB (Red+Green+Blue) = 20+186+99=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA63 is #EB459C. Grayscale: #7E7E7E. Windows color (decimal): -15418781 or 6535700. OLE color: 6535700.
HSL color Cylindrical-coordinate representation of color #14BA63: hue angle of 148.55º 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 #14BA63 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 99 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.27 |
| HSL | 148.55º | 0.81% | 0.4% | - |
| HSV(B) | 148.55º | 0.89% | 0.73% | - |
| XYZ | 20.1 | 36.17 | 17.73 | - |
| YUV | 126.45 | 112.5 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 99 | 0.89 | 0 | 0.47 | 0.27 | 148.55 | 0.81 | 0.4 |
| Hex | 14 | BA | 63 | 59 | 0 | 2F | 1B | 95 | 51 | 28 |
| Octal | 24 | 272 | 143 | 131 | 0 | 57 | 33 | 225 | 121 | 50 |
| Binary | 10100 | 10111010 | 1100011 | 1011001 | 0 | 101111 | 11011 | 10010101 | 1010001 | 101000 |
Color Harmonies of #14BA63
Complementary color
Monochromatic Colors of #14BA63
Black with #14BA63
Text Example
Text Example
White with #14BA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA63; }
p { color: rgb(20,186,99); }
H1.HeaderClassName
{
color: #14BA63;
}
.AnyTagClassName
{
color: #14BA63;
}
</style>
background-color css
<style>
a { background-color: #14BA63; }
a { background-color: rgb(20,186,99); }
div.DivClassName
{
background-color: #14BA63;
}
.BgClassName
{
background-color: #14BA63;
}
</style>
border-color css
<style>
span { border-color: #14BA63; }
span { border-color: rgb(20,186,99); }
td.TdClassName
{
border-color: #14BA63;
}
.TagClassName
{
border-color: #14BA63;
}
</style>