Shades of Jade #14AF6E
Tints of Jade #14AF6E
RGB
CMYK
RGB Variations
Color information
#14AF6E (or 0x14AF6E) is known color: Jade. HEX triplet: 14, AF and 6E. RGB value is (20,175,110). Sum of RGB (Red+Green+Blue) = 20+175+110=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AF6E is #EB5091. Grayscale: #797979. Windows color (decimal): -15421586 or 7253780. OLE color: 7253780.
HSL color Cylindrical-coordinate representation of color #14AF6E: hue angle of 154.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF6E is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 175 | 110 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.31 |
| HSL | 154.84º | 0.79% | 0.38% | - |
| HSV(B) | 154.84º | 0.89% | 0.69% | - |
| XYZ | 18.43 | 31.93 | 19.94 | - |
| YUV | 121.25 | 121.65 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 110 | 0.89 | 0 | 0.37 | 0.31 | 154.84 | 0.79 | 0.38 |
| Hex | 14 | AF | 6E | 59 | 0 | 25 | 1F | 9B | 4F | 26 |
| Octal | 24 | 257 | 156 | 131 | 0 | 45 | 37 | 233 | 117 | 46 |
| Binary | 10100 | 10101111 | 1101110 | 1011001 | 0 | 100101 | 11111 | 10011011 | 1001111 | 100110 |
Color Harmonies of #14AF6E
Complementary color
Monochromatic Colors of #14AF6E
Black with #14AF6E
Text Example
Text Example
White with #14AF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AF6E; }
p { color: rgb(20,175,110); }
H1.HeaderClassName
{
color: #14AF6E;
}
.AnyTagClassName
{
color: #14AF6E;
}
</style>
background-color css
<style>
a { background-color: #14AF6E; }
a { background-color: rgb(20,175,110); }
div.DivClassName
{
background-color: #14AF6E;
}
.BgClassName
{
background-color: #14AF6E;
}
</style>
border-color css
<style>
span { border-color: #14AF6E; }
span { border-color: rgb(20,175,110); }
td.TdClassName
{
border-color: #14AF6E;
}
.TagClassName
{
border-color: #14AF6E;
}
</style>