Shades of Jade #14AB6D
Tints of Jade #14AB6D
RGB
CMYK
RGB Variations
Color information
#14AB6D (or 0x14AB6D) is known color: Jade. HEX triplet: 14, AB and 6D. RGB value is (20,171,109). Sum of RGB (Red+Green+Blue) = 20+171+109=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB6D is #EB5492. Grayscale: #767676. Windows color (decimal): -15422611 or 7187220. OLE color: 7187220.
HSL color Cylindrical-coordinate representation of color #14AB6D: hue angle of 155.36º 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 #14AB6D is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 171 | 109 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.33 |
| HSL | 155.36º | 0.79% | 0.37% | - |
| HSV(B) | 155.36º | 0.88% | 0.67% | - |
| XYZ | 17.61 | 30.38 | 19.4 | - |
| YUV | 118.78 | 122.47 | 57.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 109 | 0.88 | 0 | 0.36 | 0.33 | 155.36 | 0.79 | 0.37 |
| Hex | 14 | AB | 6D | 58 | 0 | 24 | 21 | 9B | 4F | 25 |
| Octal | 24 | 253 | 155 | 130 | 0 | 44 | 41 | 233 | 117 | 45 |
| Binary | 10100 | 10101011 | 1101101 | 1011000 | 0 | 100100 | 100001 | 10011011 | 1001111 | 100101 |
Color Harmonies of #14AB6D
Complementary color
Monochromatic Colors of #14AB6D
Black with #14AB6D
Text Example
Text Example
White with #14AB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AB6D; }
p { color: rgb(20,171,109); }
H1.HeaderClassName
{
color: #14AB6D;
}
.AnyTagClassName
{
color: #14AB6D;
}
</style>
background-color css
<style>
a { background-color: #14AB6D; }
a { background-color: rgb(20,171,109); }
div.DivClassName
{
background-color: #14AB6D;
}
.BgClassName
{
background-color: #14AB6D;
}
</style>
border-color css
<style>
span { border-color: #14AB6D; }
span { border-color: rgb(20,171,109); }
td.TdClassName
{
border-color: #14AB6D;
}
.TagClassName
{
border-color: #14AB6D;
}
</style>