Shades of Jade #14B764
Tints of Jade #14B764
RGB
CMYK
RGB Variations
Color information
#14B764 (or 0x14B764) is known color: Jade. HEX triplet: 14, B7 and 64. RGB value is (20,183,100). Sum of RGB (Red+Green+Blue) = 20+183+100=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #14B764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B764 is #EB489B. Grayscale: #7C7C7C. Windows color (decimal): -15419548 or 6600468. OLE color: 6600468.
HSL color Cylindrical-coordinate representation of color #14B764: hue angle of 149.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B764 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 100 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.28 |
| HSL | 149.45º | 0.8% | 0.4% | - |
| HSV(B) | 149.45º | 0.89% | 0.72% | - |
| XYZ | 19.52 | 34.94 | 17.77 | - |
| YUV | 124.8 | 114 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 100 | 0.89 | 0 | 0.45 | 0.28 | 149.45 | 0.8 | 0.4 |
| Hex | 14 | B7 | 64 | 59 | 0 | 2D | 1C | 95 | 50 | 28 |
| Octal | 24 | 267 | 144 | 131 | 0 | 55 | 34 | 225 | 120 | 50 |
| Binary | 10100 | 10110111 | 1100100 | 1011001 | 0 | 101101 | 11100 | 10010101 | 1010000 | 101000 |
Color Harmonies of #14B764
Complementary color
Monochromatic Colors of #14B764
Black with #14B764
Text Example
Text Example
White with #14B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B764; }
p { color: rgb(20,183,100); }
H1.HeaderClassName
{
color: #14B764;
}
.AnyTagClassName
{
color: #14B764;
}
</style>
background-color css
<style>
a { background-color: #14B764; }
a { background-color: rgb(20,183,100); }
div.DivClassName
{
background-color: #14B764;
}
.BgClassName
{
background-color: #14B764;
}
</style>
border-color css
<style>
span { border-color: #14B764; }
span { border-color: rgb(20,183,100); }
td.TdClassName
{
border-color: #14B764;
}
.TagClassName
{
border-color: #14B764;
}
</style>