Shades of Jade #14AA68
Tints of Jade #14AA68
RGB
CMYK
RGB Variations
Color information
#14AA68 (or 0x14AA68) is known color: Jade. HEX triplet: 14, AA and 68. RGB value is (20,170,104). Sum of RGB (Red+Green+Blue) = 20+170+104=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA68 is #EB5597. Grayscale: #757575. Windows color (decimal): -15422872 or 6859284. OLE color: 6859284.
HSL color Cylindrical-coordinate representation of color #14AA68: hue angle of 153.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA68 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 104 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.33 |
| HSL | 153.6º | 0.79% | 0.37% | - |
| HSV(B) | 153.6º | 0.88% | 0.67% | - |
| XYZ | 17.16 | 29.9 | 17.96 | - |
| YUV | 117.63 | 120.31 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 104 | 0.88 | 0 | 0.39 | 0.33 | 153.6 | 0.79 | 0.37 |
| Hex | 14 | AA | 68 | 58 | 0 | 27 | 21 | 9A | 4F | 25 |
| Octal | 24 | 252 | 150 | 130 | 0 | 47 | 41 | 232 | 117 | 45 |
| Binary | 10100 | 10101010 | 1101000 | 1011000 | 0 | 100111 | 100001 | 10011010 | 1001111 | 100101 |
Color Harmonies of #14AA68
Complementary color
Monochromatic Colors of #14AA68
Black with #14AA68
Text Example
Text Example
White with #14AA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA68; }
p { color: rgb(20,170,104); }
H1.HeaderClassName
{
color: #14AA68;
}
.AnyTagClassName
{
color: #14AA68;
}
</style>
background-color css
<style>
a { background-color: #14AA68; }
a { background-color: rgb(20,170,104); }
div.DivClassName
{
background-color: #14AA68;
}
.BgClassName
{
background-color: #14AA68;
}
</style>
border-color css
<style>
span { border-color: #14AA68; }
span { border-color: rgb(20,170,104); }
td.TdClassName
{
border-color: #14AA68;
}
.TagClassName
{
border-color: #14AA68;
}
</style>