Shades of Jade #14C069
Tints of Jade #14C069
RGB
CMYK
RGB Variations
Color information
#14C069 (or 0x14C069) is known color: Jade. HEX triplet: 14, C0 and 69. RGB value is (20,192,105). Sum of RGB (Red+Green+Blue) = 20+192+105=317 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.31% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #14C069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C069 is #EB3F96. Grayscale: #828282. Windows color (decimal): -15417239 or 6930452. OLE color: 6930452.
HSL color Cylindrical-coordinate representation of color #14C069: hue angle of 149.65º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C069 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 105 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.25 |
| HSL | 149.65º | 0.81% | 0.42% | - |
| HSV(B) | 149.65º | 0.9% | 0.75% | - |
| XYZ | 21.69 | 38.87 | 19.72 | - |
| YUV | 130.65 | 113.52 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 105 | 0.90 | 0 | 0.45 | 0.25 | 149.65 | 0.81 | 0.42 |
| Hex | 14 | C0 | 69 | 5A | 0 | 2D | 19 | 96 | 51 | 2A |
| Octal | 24 | 300 | 151 | 132 | 0 | 55 | 31 | 226 | 121 | 52 |
| Binary | 10100 | 11000000 | 1101001 | 1011010 | 0 | 101101 | 11001 | 10010110 | 1010001 | 101010 |
Color Harmonies of #14C069
Complementary color
Monochromatic Colors of #14C069
Black with #14C069
Text Example
Text Example
White with #14C069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C069; }
p { color: rgb(20,192,105); }
H1.HeaderClassName
{
color: #14C069;
}
.AnyTagClassName
{
color: #14C069;
}
</style>
background-color css
<style>
a { background-color: #14C069; }
a { background-color: rgb(20,192,105); }
div.DivClassName
{
background-color: #14C069;
}
.BgClassName
{
background-color: #14C069;
}
</style>
border-color css
<style>
span { border-color: #14C069; }
span { border-color: rgb(20,192,105); }
td.TdClassName
{
border-color: #14C069;
}
.TagClassName
{
border-color: #14C069;
}
</style>