Shades of Jade #14AA6D
Tints of Jade #14AA6D
RGB
CMYK
RGB Variations
Color information
#14AA6D (or 0x14AA6D) is known color: Jade. HEX triplet: 14, AA and 6D. RGB value is (20,170,109). Sum of RGB (Red+Green+Blue) = 20+170+109=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA6D is #EB5592. Grayscale: #767676. Windows color (decimal): -15422867 or 7186964. OLE color: 7186964.
HSL color Cylindrical-coordinate representation of color #14AA6D: hue angle of 155.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 #14AA6D is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 109 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.33 |
| HSL | 155.6º | 0.79% | 0.37% | - |
| HSV(B) | 155.6º | 0.88% | 0.67% | - |
| XYZ | 17.42 | 30 | 19.34 | - |
| YUV | 118.2 | 122.81 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 109 | 0.88 | 0 | 0.36 | 0.33 | 155.6 | 0.79 | 0.37 |
| Hex | 14 | AA | 6D | 58 | 0 | 24 | 21 | 9C | 4F | 25 |
| Octal | 24 | 252 | 155 | 130 | 0 | 44 | 41 | 234 | 117 | 45 |
| Binary | 10100 | 10101010 | 1101101 | 1011000 | 0 | 100100 | 100001 | 10011100 | 1001111 | 100101 |
Color Harmonies of #14AA6D
Complementary color
Monochromatic Colors of #14AA6D
Black with #14AA6D
Text Example
Text Example
White with #14AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA6D; }
p { color: rgb(20,170,109); }
H1.HeaderClassName
{
color: #14AA6D;
}
.AnyTagClassName
{
color: #14AA6D;
}
</style>
background-color css
<style>
a { background-color: #14AA6D; }
a { background-color: rgb(20,170,109); }
div.DivClassName
{
background-color: #14AA6D;
}
.BgClassName
{
background-color: #14AA6D;
}
</style>
border-color css
<style>
span { border-color: #14AA6D; }
span { border-color: rgb(20,170,109); }
td.TdClassName
{
border-color: #14AA6D;
}
.TagClassName
{
border-color: #14AA6D;
}
</style>