Shades of Jade #14BC64
Tints of Jade #14BC64
RGB
CMYK
RGB Variations
Color information
#14BC64 (or 0x14BC64) is known color: Jade. HEX triplet: 14, BC and 64. RGB value is (20,188,100). Sum of RGB (Red+Green+Blue) = 20+188+100=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC64 is #EB439B. Grayscale: #7F7F7F. Windows color (decimal): -15418268 or 6601748. OLE color: 6601748.
HSL color Cylindrical-coordinate representation of color #14BC64: hue angle of 148.57º 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 #14BC64 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 100 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.26 |
| HSL | 148.57º | 0.81% | 0.41% | - |
| HSV(B) | 148.57º | 0.89% | 0.74% | - |
| XYZ | 20.57 | 37.04 | 18.12 | - |
| YUV | 127.74 | 112.34 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 100 | 0.89 | 0 | 0.47 | 0.26 | 148.57 | 0.81 | 0.41 |
| Hex | 14 | BC | 64 | 59 | 0 | 2F | 1A | 95 | 51 | 29 |
| Octal | 24 | 274 | 144 | 131 | 0 | 57 | 32 | 225 | 121 | 51 |
| Binary | 10100 | 10111100 | 1100100 | 1011001 | 0 | 101111 | 11010 | 10010101 | 1010001 | 101001 |
Color Harmonies of #14BC64
Complementary color
Monochromatic Colors of #14BC64
Black with #14BC64
Text Example
Text Example
White with #14BC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC64; }
p { color: rgb(20,188,100); }
H1.HeaderClassName
{
color: #14BC64;
}
.AnyTagClassName
{
color: #14BC64;
}
</style>
background-color css
<style>
a { background-color: #14BC64; }
a { background-color: rgb(20,188,100); }
div.DivClassName
{
background-color: #14BC64;
}
.BgClassName
{
background-color: #14BC64;
}
</style>
border-color css
<style>
span { border-color: #14BC64; }
span { border-color: rgb(20,188,100); }
td.TdClassName
{
border-color: #14BC64;
}
.TagClassName
{
border-color: #14BC64;
}
</style>