Shades of Jade #14BA69
Tints of Jade #14BA69
RGB
CMYK
RGB Variations
Color information
#14BA69 (or 0x14BA69) is known color: Jade. HEX triplet: 14, BA and 69. RGB value is (20,186,105). Sum of RGB (Red+Green+Blue) = 20+186+105=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BA69 is #EB4596. Grayscale: #7F7F7F. Windows color (decimal): -15418775 or 6928916. OLE color: 6928916.
HSL color Cylindrical-coordinate representation of color #14BA69: hue angle of 150.72º 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 #14BA69 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 105 | - |
| CMYK | 0.89 | 0 | 0.44 | 0.27 |
| HSL | 150.72º | 0.81% | 0.4% | - |
| HSV(B) | 150.72º | 0.89% | 0.73% | - |
| XYZ | 20.4 | 36.29 | 19.29 | - |
| YUV | 127.13 | 115.5 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 105 | 0.89 | 0 | 0.44 | 0.27 | 150.72 | 0.81 | 0.4 |
| Hex | 14 | BA | 69 | 59 | 0 | 2C | 1B | 97 | 51 | 28 |
| Octal | 24 | 272 | 151 | 131 | 0 | 54 | 33 | 227 | 121 | 50 |
| Binary | 10100 | 10111010 | 1101001 | 1011001 | 0 | 101100 | 11011 | 10010111 | 1010001 | 101000 |
Color Harmonies of #14BA69
Complementary color
Monochromatic Colors of #14BA69
Black with #14BA69
Text Example
Text Example
White with #14BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA69; }
p { color: rgb(20,186,105); }
H1.HeaderClassName
{
color: #14BA69;
}
.AnyTagClassName
{
color: #14BA69;
}
</style>
background-color css
<style>
a { background-color: #14BA69; }
a { background-color: rgb(20,186,105); }
div.DivClassName
{
background-color: #14BA69;
}
.BgClassName
{
background-color: #14BA69;
}
</style>
border-color css
<style>
span { border-color: #14BA69; }
span { border-color: rgb(20,186,105); }
td.TdClassName
{
border-color: #14BA69;
}
.TagClassName
{
border-color: #14BA69;
}
</style>