Shades of Jade #14BD6B
Tints of Jade #14BD6B
RGB
CMYK
RGB Variations
Color information
#14BD6B (or 0x14BD6B) is known color: Jade. HEX triplet: 14, BD and 6B. RGB value is (20,189,107). Sum of RGB (Red+Green+Blue) = 20+189+107=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BD6B is #EB4294. Grayscale: #818181. Windows color (decimal): -15418005 or 7060756. OLE color: 7060756.
HSL color Cylindrical-coordinate representation of color #14BD6B: hue angle of 150.89º 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 #14BD6B is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 107 | - |
| CMYK | 0.89 | 0 | 0.43 | 0.26 |
| HSL | 150.89º | 0.81% | 0.41% | - |
| HSV(B) | 150.89º | 0.89% | 0.74% | - |
| XYZ | 21.14 | 37.61 | 20.05 | - |
| YUV | 129.12 | 115.51 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 107 | 0.89 | 0 | 0.43 | 0.26 | 150.89 | 0.81 | 0.41 |
| Hex | 14 | BD | 6B | 59 | 0 | 2B | 1A | 97 | 51 | 29 |
| Octal | 24 | 275 | 153 | 131 | 0 | 53 | 32 | 227 | 121 | 51 |
| Binary | 10100 | 10111101 | 1101011 | 1011001 | 0 | 101011 | 11010 | 10010111 | 1010001 | 101001 |
Color Harmonies of #14BD6B
Complementary color
Monochromatic Colors of #14BD6B
Black with #14BD6B
Text Example
Text Example
White with #14BD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD6B; }
p { color: rgb(20,189,107); }
H1.HeaderClassName
{
color: #14BD6B;
}
.AnyTagClassName
{
color: #14BD6B;
}
</style>
background-color css
<style>
a { background-color: #14BD6B; }
a { background-color: rgb(20,189,107); }
div.DivClassName
{
background-color: #14BD6B;
}
.BgClassName
{
background-color: #14BD6B;
}
</style>
border-color css
<style>
span { border-color: #14BD6B; }
span { border-color: rgb(20,189,107); }
td.TdClassName
{
border-color: #14BD6B;
}
.TagClassName
{
border-color: #14BD6B;
}
</style>