Shades of Jade #14AD6A
Tints of Jade #14AD6A
RGB
CMYK
RGB Variations
Color information
#14AD6A (or 0x14AD6A) is known color: Jade. HEX triplet: 14, AD and 6A. RGB value is (20,173,106). Sum of RGB (Red+Green+Blue) = 20+173+106=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD6A is #EB5295. Grayscale: #777777. Windows color (decimal): -15422102 or 6991124. OLE color: 6991124.
HSL color Cylindrical-coordinate representation of color #14AD6A: hue angle of 153.73º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD6A is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 106 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.32 |
| HSL | 153.73º | 0.79% | 0.38% | - |
| HSV(B) | 153.73º | 0.88% | 0.68% | - |
| XYZ | 17.83 | 31.08 | 18.69 | - |
| YUV | 119.62 | 120.31 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 106 | 0.88 | 0 | 0.39 | 0.32 | 153.73 | 0.79 | 0.38 |
| Hex | 14 | AD | 6A | 58 | 0 | 27 | 20 | 9A | 4F | 26 |
| Octal | 24 | 255 | 152 | 130 | 0 | 47 | 40 | 232 | 117 | 46 |
| Binary | 10100 | 10101101 | 1101010 | 1011000 | 0 | 100111 | 100000 | 10011010 | 1001111 | 100110 |
Color Harmonies of #14AD6A
Complementary color
Monochromatic Colors of #14AD6A
Black with #14AD6A
Text Example
Text Example
White with #14AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD6A; }
p { color: rgb(20,173,106); }
H1.HeaderClassName
{
color: #14AD6A;
}
.AnyTagClassName
{
color: #14AD6A;
}
</style>
background-color css
<style>
a { background-color: #14AD6A; }
a { background-color: rgb(20,173,106); }
div.DivClassName
{
background-color: #14AD6A;
}
.BgClassName
{
background-color: #14AD6A;
}
</style>
border-color css
<style>
span { border-color: #14AD6A; }
span { border-color: rgb(20,173,106); }
td.TdClassName
{
border-color: #14AD6A;
}
.TagClassName
{
border-color: #14AD6A;
}
</style>