Shades of Jade #14A16C
Tints of Jade #14A16C
RGB
CMYK
RGB Variations
Color information
#14A16C (or 0x14A16C) is known color: Jade. HEX triplet: 14, A1 and 6C. RGB value is (20,161,108). Sum of RGB (Red+Green+Blue) = 20+161+108=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 161 (63.28% from 255 or 55.71% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 161 - color contains mainly: green. Hex color #14A16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A16C is #EB5E93. Grayscale: #707070. Windows color (decimal): -15425172 or 7119124. OLE color: 7119124.
HSL color Cylindrical-coordinate representation of color #14A16C: hue angle of 157.45º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A16C is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 108 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.37 |
| HSL | 157.45º | 0.78% | 0.35% | - |
| HSV(B) | 157.45º | 0.88% | 0.63% | - |
| XYZ | 15.74 | 26.72 | 18.52 | - |
| YUV | 112.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 108 | 0.88 | 0 | 0.33 | 0.37 | 157.45 | 0.78 | 0.35 |
| Hex | 14 | A1 | 6C | 58 | 0 | 21 | 25 | 9D | 4E | 23 |
| Octal | 24 | 241 | 154 | 130 | 0 | 41 | 45 | 235 | 116 | 43 |
| Binary | 10100 | 10100001 | 1101100 | 1011000 | 0 | 100001 | 100101 | 10011101 | 1001110 | 100011 |
Color Harmonies of #14A16C
Complementary color
Monochromatic Colors of #14A16C
Black with #14A16C
Text Example
Text Example
White with #14A16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A16C; }
p { color: rgb(20,161,108); }
H1.HeaderClassName
{
color: #14A16C;
}
.AnyTagClassName
{
color: #14A16C;
}
</style>
background-color css
<style>
a { background-color: #14A16C; }
a { background-color: rgb(20,161,108); }
div.DivClassName
{
background-color: #14A16C;
}
.BgClassName
{
background-color: #14A16C;
}
</style>
border-color css
<style>
span { border-color: #14A16C; }
span { border-color: rgb(20,161,108); }
td.TdClassName
{
border-color: #14A16C;
}
.TagClassName
{
border-color: #14A16C;
}
</style>