Shades of Jade #14AF70
Tints of Jade #14AF70
RGB
CMYK
RGB Variations
Color information
#14AF70 (or 0x14AF70) is known color: Jade. HEX triplet: 14, AF and 70. RGB value is (20,175,112). Sum of RGB (Red+Green+Blue) = 20+175+112=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AF70 is #EB508F. Grayscale: #797979. Windows color (decimal): -15421584 or 7384852. OLE color: 7384852.
HSL color Cylindrical-coordinate representation of color #14AF70: hue angle of 155.61º 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 #14AF70 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 175 | 112 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.31 |
| HSL | 155.61º | 0.79% | 0.38% | - |
| HSV(B) | 155.61º | 0.89% | 0.69% | - |
| XYZ | 18.54 | 31.98 | 20.52 | - |
| YUV | 121.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 112 | 0.89 | 0 | 0.36 | 0.31 | 155.61 | 0.79 | 0.38 |
| Hex | 14 | AF | 70 | 59 | 0 | 24 | 1F | 9C | 4F | 26 |
| Octal | 24 | 257 | 160 | 131 | 0 | 44 | 37 | 234 | 117 | 46 |
| Binary | 10100 | 10101111 | 1110000 | 1011001 | 0 | 100100 | 11111 | 10011100 | 1001111 | 100110 |
Color Harmonies of #14AF70
Complementary color
Monochromatic Colors of #14AF70
Black with #14AF70
Text Example
Text Example
White with #14AF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AF70; }
p { color: rgb(20,175,112); }
H1.HeaderClassName
{
color: #14AF70;
}
.AnyTagClassName
{
color: #14AF70;
}
</style>
background-color css
<style>
a { background-color: #14AF70; }
a { background-color: rgb(20,175,112); }
div.DivClassName
{
background-color: #14AF70;
}
.BgClassName
{
background-color: #14AF70;
}
</style>
border-color css
<style>
span { border-color: #14AF70; }
span { border-color: rgb(20,175,112); }
td.TdClassName
{
border-color: #14AF70;
}
.TagClassName
{
border-color: #14AF70;
}
</style>