Shades of Jade #14BD61
Tints of Jade #14BD61
RGB
CMYK
RGB Variations
Color information
#14BD61 (or 0x14BD61) is known color: Jade. HEX triplet: 14, BD and 61. RGB value is (20,189,97). Sum of RGB (Red+Green+Blue) = 20+189+97=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 189 (74.22% from 255 or 61.76% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BD61 is #EB429E. Grayscale: #808080. Windows color (decimal): -15418015 or 6405396. OLE color: 6405396.
HSL color Cylindrical-coordinate representation of color #14BD61: hue angle of 147.34º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD61 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 97 | - |
| CMYK | 0.89 | 0 | 0.49 | 0.26 |
| HSL | 147.34º | 0.81% | 0.41% | - |
| HSV(B) | 147.34º | 0.89% | 0.74% | - |
| XYZ | 20.64 | 37.41 | 17.44 | - |
| YUV | 127.98 | 110.51 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 97 | 0.89 | 0 | 0.49 | 0.26 | 147.34 | 0.81 | 0.41 |
| Hex | 14 | BD | 61 | 59 | 0 | 31 | 1A | 93 | 51 | 29 |
| Octal | 24 | 275 | 141 | 131 | 0 | 61 | 32 | 223 | 121 | 51 |
| Binary | 10100 | 10111101 | 1100001 | 1011001 | 0 | 110001 | 11010 | 10010011 | 1010001 | 101001 |
Color Harmonies of #14BD61
Complementary color
Monochromatic Colors of #14BD61
Black with #14BD61
Text Example
Text Example
White with #14BD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD61; }
p { color: rgb(20,189,97); }
H1.HeaderClassName
{
color: #14BD61;
}
.AnyTagClassName
{
color: #14BD61;
}
</style>
background-color css
<style>
a { background-color: #14BD61; }
a { background-color: rgb(20,189,97); }
div.DivClassName
{
background-color: #14BD61;
}
.BgClassName
{
background-color: #14BD61;
}
</style>
border-color css
<style>
span { border-color: #14BD61; }
span { border-color: rgb(20,189,97); }
td.TdClassName
{
border-color: #14BD61;
}
.TagClassName
{
border-color: #14BD61;
}
</style>