Shades of Jade #14B665
Tints of Jade #14B665
RGB
CMYK
RGB Variations
Color information
#14B665 (or 0x14B665) is known color: Jade. HEX triplet: 14, B6 and 65. RGB value is (20,182,101). Sum of RGB (Red+Green+Blue) = 20+182+101=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 182 (71.48% from 255 or 60.07% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 182 - color contains mainly: green. Hex color #14B665 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B665 is #EB499A. Grayscale: #7C7C7C. Windows color (decimal): -15419803 or 6665748. OLE color: 6665748.
HSL color Cylindrical-coordinate representation of color #14B665: hue angle of 150º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B665 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 182 | 101 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.29 |
| HSL | 150º | 0.8% | 0.4% | - |
| HSV(B) | 150º | 0.89% | 0.71% | - |
| XYZ | 19.37 | 34.54 | 17.96 | - |
| YUV | 124.33 | 114.83 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 182 | 101 | 0.89 | 0 | 0.45 | 0.29 | 150 | 0.8 | 0.4 |
| Hex | 14 | B6 | 65 | 59 | 0 | 2D | 1D | 96 | 50 | 28 |
| Octal | 24 | 266 | 145 | 131 | 0 | 55 | 35 | 226 | 120 | 50 |
| Binary | 10100 | 10110110 | 1100101 | 1011001 | 0 | 101101 | 11101 | 10010110 | 1010000 | 101000 |
Color Harmonies of #14B665
Complementary color
Monochromatic Colors of #14B665
Black with #14B665
Text Example
Text Example
White with #14B665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B665; }
p { color: rgb(20,182,101); }
H1.HeaderClassName
{
color: #14B665;
}
.AnyTagClassName
{
color: #14B665;
}
</style>
background-color css
<style>
a { background-color: #14B665; }
a { background-color: rgb(20,182,101); }
div.DivClassName
{
background-color: #14B665;
}
.BgClassName
{
background-color: #14B665;
}
</style>
border-color css
<style>
span { border-color: #14B665; }
span { border-color: rgb(20,182,101); }
td.TdClassName
{
border-color: #14B665;
}
.TagClassName
{
border-color: #14B665;
}
</style>