Shades of Jade #14B56D
Tints of Jade #14B56D
RGB
CMYK
RGB Variations
Color information
#14B56D (or 0x14B56D) is known color: Jade. HEX triplet: 14, B5 and 6D. RGB value is (20,181,109). Sum of RGB (Red+Green+Blue) = 20+181+109=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 181 (71.09% from 255 or 58.39% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 181 - color contains mainly: green. Hex color #14B56D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B56D is #EB4A92. Grayscale: #7C7C7C. Windows color (decimal): -15420051 or 7189780. OLE color: 7189780.
HSL color Cylindrical-coordinate representation of color #14B56D: hue angle of 153.17º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B56D is Cyan = 0.89, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 181 | 109 | - |
| CMYK | 0.89 | 0 | 0.40 | 0.29 |
| HSL | 153.17º | 0.8% | 0.39% | - |
| HSV(B) | 153.17º | 0.89% | 0.71% | - |
| XYZ | 19.57 | 34.3 | 20.06 | - |
| YUV | 124.65 | 119.16 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 181 | 109 | 0.89 | 0 | 0.40 | 0.29 | 153.17 | 0.8 | 0.39 |
| Hex | 14 | B5 | 6D | 59 | 0 | 28 | 1D | 99 | 50 | 27 |
| Octal | 24 | 265 | 155 | 131 | 0 | 50 | 35 | 231 | 120 | 47 |
| Binary | 10100 | 10110101 | 1101101 | 1011001 | 0 | 101000 | 11101 | 10011001 | 1010000 | 100111 |
Color Harmonies of #14B56D
Complementary color
Monochromatic Colors of #14B56D
Black with #14B56D
Text Example
Text Example
White with #14B56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B56D; }
p { color: rgb(20,181,109); }
H1.HeaderClassName
{
color: #14B56D;
}
.AnyTagClassName
{
color: #14B56D;
}
</style>
background-color css
<style>
a { background-color: #14B56D; }
a { background-color: rgb(20,181,109); }
div.DivClassName
{
background-color: #14B56D;
}
.BgClassName
{
background-color: #14B56D;
}
</style>
border-color css
<style>
span { border-color: #14B56D; }
span { border-color: rgb(20,181,109); }
td.TdClassName
{
border-color: #14B56D;
}
.TagClassName
{
border-color: #14B56D;
}
</style>