Shades of Jade #14BC67
Tints of Jade #14BC67
RGB
CMYK
RGB Variations
Color information
#14BC67 (or 0x14BC67) is known color: Jade. HEX triplet: 14, BC and 67. RGB value is (20,188,103). Sum of RGB (Red+Green+Blue) = 20+188+103=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BC67 is #EB4398. Grayscale: #808080. Windows color (decimal): -15418265 or 6798356. OLE color: 6798356.
HSL color Cylindrical-coordinate representation of color #14BC67: hue angle of 149.64º 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 #14BC67 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 103 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.26 |
| HSL | 149.64º | 0.81% | 0.41% | - |
| HSV(B) | 149.64º | 0.89% | 0.74% | - |
| XYZ | 20.72 | 37.09 | 18.9 | - |
| YUV | 128.08 | 113.84 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 103 | 0.89 | 0 | 0.45 | 0.26 | 149.64 | 0.81 | 0.41 |
| Hex | 14 | BC | 67 | 59 | 0 | 2D | 1A | 96 | 51 | 29 |
| Octal | 24 | 274 | 147 | 131 | 0 | 55 | 32 | 226 | 121 | 51 |
| Binary | 10100 | 10111100 | 1100111 | 1011001 | 0 | 101101 | 11010 | 10010110 | 1010001 | 101001 |
Color Harmonies of #14BC67
Complementary color
Monochromatic Colors of #14BC67
Black with #14BC67
Text Example
Text Example
White with #14BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC67; }
p { color: rgb(20,188,103); }
H1.HeaderClassName
{
color: #14BC67;
}
.AnyTagClassName
{
color: #14BC67;
}
</style>
background-color css
<style>
a { background-color: #14BC67; }
a { background-color: rgb(20,188,103); }
div.DivClassName
{
background-color: #14BC67;
}
.BgClassName
{
background-color: #14BC67;
}
</style>
border-color css
<style>
span { border-color: #14BC67; }
span { border-color: rgb(20,188,103); }
td.TdClassName
{
border-color: #14BC67;
}
.TagClassName
{
border-color: #14BC67;
}
</style>