Shades of Jade #14BC68
Tints of Jade #14BC68
RGB
CMYK
RGB Variations
Color information
#14BC68 (or 0x14BC68) is known color: Jade. HEX triplet: 14, BC and 68. RGB value is (20,188,104). Sum of RGB (Red+Green+Blue) = 20+188+104=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC68 is #EB4397. Grayscale: #808080. Windows color (decimal): -15418264 or 6863892. OLE color: 6863892.
HSL color Cylindrical-coordinate representation of color #14BC68: hue angle of 150º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC68 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 104 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.26 |
| HSL | 150º | 0.81% | 0.41% | - |
| HSV(B) | 150º | 0.89% | 0.74% | - |
| XYZ | 20.77 | 37.11 | 19.17 | - |
| YUV | 128.19 | 114.34 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 104 | 0.89 | 0 | 0.45 | 0.26 | 150 | 0.81 | 0.41 |
| Hex | 14 | BC | 68 | 59 | 0 | 2D | 1A | 96 | 51 | 29 |
| Octal | 24 | 274 | 150 | 131 | 0 | 55 | 32 | 226 | 121 | 51 |
| Binary | 10100 | 10111100 | 1101000 | 1011001 | 0 | 101101 | 11010 | 10010110 | 1010001 | 101001 |
Color Harmonies of #14BC68
Complementary color
Monochromatic Colors of #14BC68
Black with #14BC68
Text Example
Text Example
White with #14BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC68; }
p { color: rgb(20,188,104); }
H1.HeaderClassName
{
color: #14BC68;
}
.AnyTagClassName
{
color: #14BC68;
}
</style>
background-color css
<style>
a { background-color: #14BC68; }
a { background-color: rgb(20,188,104); }
div.DivClassName
{
background-color: #14BC68;
}
.BgClassName
{
background-color: #14BC68;
}
</style>
border-color css
<style>
span { border-color: #14BC68; }
span { border-color: rgb(20,188,104); }
td.TdClassName
{
border-color: #14BC68;
}
.TagClassName
{
border-color: #14BC68;
}
</style>