Shades of Jade #14AF63
Tints of Jade #14AF63
RGB
CMYK
RGB Variations
Color information
#14AF63 (or 0x14AF63) is known color: Jade. HEX triplet: 14, AF and 63. RGB value is (20,175,99). Sum of RGB (Red+Green+Blue) = 20+175+99=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AF63 is #EB509C. Grayscale: #787878. Windows color (decimal): -15421597 or 6532884. OLE color: 6532884.
HSL color Cylindrical-coordinate representation of color #14AF63: hue angle of 150.58º 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 #14AF63 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 175 | 99 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.31 |
| HSL | 150.58º | 0.79% | 0.38% | - |
| HSV(B) | 150.58º | 0.89% | 0.69% | - |
| XYZ | 17.87 | 31.71 | 16.98 | - |
| YUV | 119.99 | 116.15 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 99 | 0.89 | 0 | 0.43 | 0.31 | 150.58 | 0.79 | 0.38 |
| Hex | 14 | AF | 63 | 59 | 0 | 2B | 1F | 97 | 4F | 26 |
| Octal | 24 | 257 | 143 | 131 | 0 | 53 | 37 | 227 | 117 | 46 |
| Binary | 10100 | 10101111 | 1100011 | 1011001 | 0 | 101011 | 11111 | 10010111 | 1001111 | 100110 |
Color Harmonies of #14AF63
Complementary color
Monochromatic Colors of #14AF63
Black with #14AF63
Text Example
Text Example
White with #14AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AF63; }
p { color: rgb(20,175,99); }
H1.HeaderClassName
{
color: #14AF63;
}
.AnyTagClassName
{
color: #14AF63;
}
</style>
background-color css
<style>
a { background-color: #14AF63; }
a { background-color: rgb(20,175,99); }
div.DivClassName
{
background-color: #14AF63;
}
.BgClassName
{
background-color: #14AF63;
}
</style>
border-color css
<style>
span { border-color: #14AF63; }
span { border-color: rgb(20,175,99); }
td.TdClassName
{
border-color: #14AF63;
}
.TagClassName
{
border-color: #14AF63;
}
</style>