Shades of Jade #14B162
Tints of Jade #14B162
RGB
CMYK
RGB Variations
Color information
#14B162 (or 0x14B162) is known color: Jade. HEX triplet: 14, B1 and 62. RGB value is (20,177,98). Sum of RGB (Red+Green+Blue) = 20+177+98=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #14B162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B162 is #EB4E9D. Grayscale: #797979. Windows color (decimal): -15421086 or 6467860. OLE color: 6467860.
HSL color Cylindrical-coordinate representation of color #14B162: hue angle of 149.81º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B162 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 177 | 98 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.31 |
| HSL | 149.81º | 0.8% | 0.39% | - |
| HSV(B) | 149.81º | 0.89% | 0.69% | - |
| XYZ | 18.22 | 32.47 | 16.86 | - |
| YUV | 121.05 | 114.99 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 177 | 98 | 0.89 | 0 | 0.45 | 0.31 | 149.81 | 0.8 | 0.39 |
| Hex | 14 | B1 | 62 | 59 | 0 | 2D | 1F | 96 | 50 | 27 |
| Octal | 24 | 261 | 142 | 131 | 0 | 55 | 37 | 226 | 120 | 47 |
| Binary | 10100 | 10110001 | 1100010 | 1011001 | 0 | 101101 | 11111 | 10010110 | 1010000 | 100111 |
Color Harmonies of #14B162
Complementary color
Monochromatic Colors of #14B162
Black with #14B162
Text Example
Text Example
White with #14B162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B162; }
p { color: rgb(20,177,98); }
H1.HeaderClassName
{
color: #14B162;
}
.AnyTagClassName
{
color: #14B162;
}
</style>
background-color css
<style>
a { background-color: #14B162; }
a { background-color: rgb(20,177,98); }
div.DivClassName
{
background-color: #14B162;
}
.BgClassName
{
background-color: #14B162;
}
</style>
border-color css
<style>
span { border-color: #14B162; }
span { border-color: rgb(20,177,98); }
td.TdClassName
{
border-color: #14B162;
}
.TagClassName
{
border-color: #14B162;
}
</style>