Shades of Jade #14B962
Tints of Jade #14B962
RGB
CMYK
RGB Variations
Color information
#14B962 (or 0x14B962) is known color: Jade. HEX triplet: 14, B9 and 62. RGB value is (20,185,98). Sum of RGB (Red+Green+Blue) = 20+185+98=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 185 (72.66% from 255 or 61.06% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 185 - color contains mainly: green. Hex color #14B962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B962 is #EB469D. Grayscale: #7D7D7D. Windows color (decimal): -15419038 or 6469908. OLE color: 6469908.
HSL color Cylindrical-coordinate representation of color #14B962: hue angle of 148.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B962 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 185 | 98 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.27 |
| HSL | 148.36º | 0.8% | 0.4% | - |
| HSV(B) | 148.36º | 0.89% | 0.73% | - |
| XYZ | 19.84 | 35.73 | 17.41 | - |
| YUV | 125.75 | 112.34 | 52.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 185 | 98 | 0.89 | 0 | 0.47 | 0.27 | 148.36 | 0.8 | 0.4 |
| Hex | 14 | B9 | 62 | 59 | 0 | 2F | 1B | 94 | 50 | 28 |
| Octal | 24 | 271 | 142 | 131 | 0 | 57 | 33 | 224 | 120 | 50 |
| Binary | 10100 | 10111001 | 1100010 | 1011001 | 0 | 101111 | 11011 | 10010100 | 1010000 | 101000 |
Color Harmonies of #14B962
Complementary color
Monochromatic Colors of #14B962
Black with #14B962
Text Example
Text Example
White with #14B962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B962; }
p { color: rgb(20,185,98); }
H1.HeaderClassName
{
color: #14B962;
}
.AnyTagClassName
{
color: #14B962;
}
</style>
background-color css
<style>
a { background-color: #14B962; }
a { background-color: rgb(20,185,98); }
div.DivClassName
{
background-color: #14B962;
}
.BgClassName
{
background-color: #14B962;
}
</style>
border-color css
<style>
span { border-color: #14B962; }
span { border-color: rgb(20,185,98); }
td.TdClassName
{
border-color: #14B962;
}
.TagClassName
{
border-color: #14B962;
}
</style>