Shades of Jade #14A770
Tints of Jade #14A770
RGB
CMYK
RGB Variations
Color information
#14A770 (or 0x14A770) is known color: Jade. HEX triplet: 14, A7 and 70. RGB value is (20,167,112). Sum of RGB (Red+Green+Blue) = 20+167+112=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 167 (65.62% from 255 or 55.85% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 167 - color contains mainly: green. Hex color #14A770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A770 is #EB588F. Grayscale: #747474. Windows color (decimal): -15423632 or 7382804. OLE color: 7382804.
HSL color Cylindrical-coordinate representation of color #14A770: hue angle of 157.55º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A770 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 167 | 112 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.35 |
| HSL | 157.55º | 0.79% | 0.37% | - |
| HSV(B) | 157.55º | 0.88% | 0.65% | - |
| XYZ | 17.03 | 28.96 | 20.02 | - |
| YUV | 116.78 | 125.3 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 167 | 112 | 0.88 | 0 | 0.33 | 0.35 | 157.55 | 0.79 | 0.37 |
| Hex | 14 | A7 | 70 | 58 | 0 | 21 | 23 | 9E | 4F | 25 |
| Octal | 24 | 247 | 160 | 130 | 0 | 41 | 43 | 236 | 117 | 45 |
| Binary | 10100 | 10100111 | 1110000 | 1011000 | 0 | 100001 | 100011 | 10011110 | 1001111 | 100101 |
Color Harmonies of #14A770
Complementary color
Monochromatic Colors of #14A770
Black with #14A770
Text Example
Text Example
White with #14A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A770; }
p { color: rgb(20,167,112); }
H1.HeaderClassName
{
color: #14A770;
}
.AnyTagClassName
{
color: #14A770;
}
</style>
background-color css
<style>
a { background-color: #14A770; }
a { background-color: rgb(20,167,112); }
div.DivClassName
{
background-color: #14A770;
}
.BgClassName
{
background-color: #14A770;
}
</style>
border-color css
<style>
span { border-color: #14A770; }
span { border-color: rgb(20,167,112); }
td.TdClassName
{
border-color: #14A770;
}
.TagClassName
{
border-color: #14A770;
}
</style>