Shades of Jade #14A970
Tints of Jade #14A970
RGB
CMYK
RGB Variations
Color information
#14A970 (or 0x14A970) is known color: Jade. HEX triplet: 14, A9 and 70. RGB value is (20,169,112). Sum of RGB (Red+Green+Blue) = 20+169+112=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #14A970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A970 is #EB568F. Grayscale: #767676. Windows color (decimal): -15423120 or 7383316. OLE color: 7383316.
HSL color Cylindrical-coordinate representation of color #14A970: hue angle of 157.05º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A970 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 169 | 112 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.34 |
| HSL | 157.05º | 0.79% | 0.37% | - |
| HSV(B) | 157.05º | 0.88% | 0.66% | - |
| XYZ | 17.4 | 29.69 | 20.14 | - |
| YUV | 117.95 | 124.64 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 169 | 112 | 0.88 | 0 | 0.34 | 0.34 | 157.05 | 0.79 | 0.37 |
| Hex | 14 | A9 | 70 | 58 | 0 | 22 | 22 | 9D | 4F | 25 |
| Octal | 24 | 251 | 160 | 130 | 0 | 42 | 42 | 235 | 117 | 45 |
| Binary | 10100 | 10101001 | 1110000 | 1011000 | 0 | 100010 | 100010 | 10011101 | 1001111 | 100101 |
Color Harmonies of #14A970
Complementary color
Monochromatic Colors of #14A970
Black with #14A970
Text Example
Text Example
White with #14A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A970; }
p { color: rgb(20,169,112); }
H1.HeaderClassName
{
color: #14A970;
}
.AnyTagClassName
{
color: #14A970;
}
</style>
background-color css
<style>
a { background-color: #14A970; }
a { background-color: rgb(20,169,112); }
div.DivClassName
{
background-color: #14A970;
}
.BgClassName
{
background-color: #14A970;
}
</style>
border-color css
<style>
span { border-color: #14A970; }
span { border-color: rgb(20,169,112); }
td.TdClassName
{
border-color: #14A970;
}
.TagClassName
{
border-color: #14A970;
}
</style>