Shades of Jade #14AB68
Tints of Jade #14AB68
RGB
CMYK
RGB Variations
Color information
#14AB68 (or 0x14AB68) is known color: Jade. HEX triplet: 14, AB and 68. RGB value is (20,171,104). Sum of RGB (Red+Green+Blue) = 20+171+104=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB68 is #EB5497. Grayscale: #767676. Windows color (decimal): -15422616 or 6859540. OLE color: 6859540.
HSL color Cylindrical-coordinate representation of color #14AB68: hue angle of 153.38º 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 #14AB68 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 171 | 104 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.33 |
| HSL | 153.38º | 0.79% | 0.37% | - |
| HSV(B) | 153.38º | 0.88% | 0.67% | - |
| XYZ | 17.35 | 30.27 | 18.03 | - |
| YUV | 118.21 | 119.97 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 171 | 104 | 0.88 | 0 | 0.39 | 0.33 | 153.38 | 0.79 | 0.37 |
| Hex | 14 | AB | 68 | 58 | 0 | 27 | 21 | 99 | 4F | 25 |
| Octal | 24 | 253 | 150 | 130 | 0 | 47 | 41 | 231 | 117 | 45 |
| Binary | 10100 | 10101011 | 1101000 | 1011000 | 0 | 100111 | 100001 | 10011001 | 1001111 | 100101 |
Color Harmonies of #14AB68
Complementary color
Monochromatic Colors of #14AB68
Black with #14AB68
Text Example
Text Example
White with #14AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AB68; }
p { color: rgb(20,171,104); }
H1.HeaderClassName
{
color: #14AB68;
}
.AnyTagClassName
{
color: #14AB68;
}
</style>
background-color css
<style>
a { background-color: #14AB68; }
a { background-color: rgb(20,171,104); }
div.DivClassName
{
background-color: #14AB68;
}
.BgClassName
{
background-color: #14AB68;
}
</style>
border-color css
<style>
span { border-color: #14AB68; }
span { border-color: rgb(20,171,104); }
td.TdClassName
{
border-color: #14AB68;
}
.TagClassName
{
border-color: #14AB68;
}
</style>