Shades of Jade #14A963
Tints of Jade #14A963
RGB
CMYK
RGB Variations
Color information
#14A963 (or 0x14A963) is known color: Jade. HEX triplet: 14, A9 and 63. RGB value is (20,169,99). Sum of RGB (Red+Green+Blue) = 20+169+99=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 169 (66.41% from 255 or 58.68% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 169 - color contains mainly: green. Hex color #14A963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A963 is #EB569C. Grayscale: #747474. Windows color (decimal): -15423133 or 6531348. OLE color: 6531348.
HSL color Cylindrical-coordinate representation of color #14A963: hue angle of 151.81º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A963 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 20 | 169 | 99 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.34 |
| HSL | 151.81º | 0.79% | 0.37% | - |
| HSV(B) | 151.81º | 0.88% | 0.66% | - |
| XYZ | 16.73 | 29.43 | 16.6 | - |
| YUV | 116.47 | 118.14 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 169 | 99 | 0.88 | 0 | 0.41 | 0.34 | 151.81 | 0.79 | 0.37 |
| Hex | 14 | A9 | 63 | 58 | 0 | 29 | 22 | 98 | 4F | 25 |
| Octal | 24 | 251 | 143 | 130 | 0 | 51 | 42 | 230 | 117 | 45 |
| Binary | 10100 | 10101001 | 1100011 | 1011000 | 0 | 101001 | 100010 | 10011000 | 1001111 | 100101 |
Color Harmonies of #14A963
Complementary color
Monochromatic Colors of #14A963
Black with #14A963
Text Example
Text Example
White with #14A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A963; }
p { color: rgb(20,169,99); }
H1.HeaderClassName
{
color: #14A963;
}
.AnyTagClassName
{
color: #14A963;
}
</style>
background-color css
<style>
a { background-color: #14A963; }
a { background-color: rgb(20,169,99); }
div.DivClassName
{
background-color: #14A963;
}
.BgClassName
{
background-color: #14A963;
}
</style>
border-color css
<style>
span { border-color: #14A963; }
span { border-color: rgb(20,169,99); }
td.TdClassName
{
border-color: #14A963;
}
.TagClassName
{
border-color: #14A963;
}
</style>