Shades of Jade #14A76E
Tints of Jade #14A76E
RGB
CMYK
RGB Variations
Color information
#14A76E (or 0x14A76E) is known color: Jade. HEX triplet: 14, A7 and 6E. RGB value is (20,167,110). Sum of RGB (Red+Green+Blue) = 20+167+110=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #14A76E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A76E is #EB5891. Grayscale: #747474. Windows color (decimal): -15423634 or 7251732. OLE color: 7251732.
HSL color Cylindrical-coordinate representation of color #14A76E: hue angle of 156.73º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A76E is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 167 | 110 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.35 |
| HSL | 156.73º | 0.79% | 0.37% | - |
| HSV(B) | 156.73º | 0.88% | 0.65% | - |
| XYZ | 16.92 | 28.91 | 19.44 | - |
| YUV | 116.55 | 124.3 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 167 | 110 | 0.88 | 0 | 0.34 | 0.35 | 156.73 | 0.79 | 0.37 |
| Hex | 14 | A7 | 6E | 58 | 0 | 22 | 23 | 9D | 4F | 25 |
| Octal | 24 | 247 | 156 | 130 | 0 | 42 | 43 | 235 | 117 | 45 |
| Binary | 10100 | 10100111 | 1101110 | 1011000 | 0 | 100010 | 100011 | 10011101 | 1001111 | 100101 |
Color Harmonies of #14A76E
Complementary color
Monochromatic Colors of #14A76E
Black with #14A76E
Text Example
Text Example
White with #14A76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A76E; }
p { color: rgb(20,167,110); }
H1.HeaderClassName
{
color: #14A76E;
}
.AnyTagClassName
{
color: #14A76E;
}
</style>
background-color css
<style>
a { background-color: #14A76E; }
a { background-color: rgb(20,167,110); }
div.DivClassName
{
background-color: #14A76E;
}
.BgClassName
{
background-color: #14A76E;
}
</style>
border-color css
<style>
span { border-color: #14A76E; }
span { border-color: rgb(20,167,110); }
td.TdClassName
{
border-color: #14A76E;
}
.TagClassName
{
border-color: #14A76E;
}
</style>