Shades of Jade #14B963
Tints of Jade #14B963
RGB
CMYK
RGB Variations
Color information
#14B963 (or 0x14B963) is known color: Jade. HEX triplet: 14, B9 and 63. RGB value is (20,185,99). Sum of RGB (Red+Green+Blue) = 20+185+99=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 185 (72.66% from 255 or 60.86% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 185 - color contains mainly: green. Hex color #14B963 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B963 is #EB469C. Grayscale: #7E7E7E. Windows color (decimal): -15419037 or 6535444. OLE color: 6535444.
HSL color Cylindrical-coordinate representation of color #14B963: hue angle of 148.73º degrees, saturation: 0.8, 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 #14B963 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 185 | 99 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.27 |
| HSL | 148.73º | 0.8% | 0.4% | - |
| HSV(B) | 148.73º | 0.89% | 0.73% | - |
| XYZ | 19.89 | 35.75 | 17.66 | - |
| YUV | 125.86 | 112.84 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 185 | 99 | 0.89 | 0 | 0.46 | 0.27 | 148.73 | 0.8 | 0.4 |
| Hex | 14 | B9 | 63 | 59 | 0 | 2E | 1B | 95 | 50 | 28 |
| Octal | 24 | 271 | 143 | 131 | 0 | 56 | 33 | 225 | 120 | 50 |
| Binary | 10100 | 10111001 | 1100011 | 1011001 | 0 | 101110 | 11011 | 10010101 | 1010000 | 101000 |
Color Harmonies of #14B963
Complementary color
Monochromatic Colors of #14B963
Black with #14B963
Text Example
Text Example
White with #14B963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B963; }
p { color: rgb(20,185,99); }
H1.HeaderClassName
{
color: #14B963;
}
.AnyTagClassName
{
color: #14B963;
}
</style>
background-color css
<style>
a { background-color: #14B963; }
a { background-color: rgb(20,185,99); }
div.DivClassName
{
background-color: #14B963;
}
.BgClassName
{
background-color: #14B963;
}
</style>
border-color css
<style>
span { border-color: #14B963; }
span { border-color: rgb(20,185,99); }
td.TdClassName
{
border-color: #14B963;
}
.TagClassName
{
border-color: #14B963;
}
</style>