Shades of Jade #14BB67
Tints of Jade #14BB67
RGB
CMYK
RGB Variations
Color information
#14BB67 (or 0x14BB67) is known color: Jade. HEX triplet: 14, BB and 67. RGB value is (20,187,103). Sum of RGB (Red+Green+Blue) = 20+187+103=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB67 is #EB4498. Grayscale: #7F7F7F. Windows color (decimal): -15418521 or 6798100. OLE color: 6798100.
HSL color Cylindrical-coordinate representation of color #14BB67: hue angle of 149.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BB67 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 103 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.27 |
| HSL | 149.82º | 0.81% | 0.41% | - |
| HSV(B) | 149.82º | 0.89% | 0.73% | - |
| XYZ | 20.51 | 36.67 | 18.83 | - |
| YUV | 127.49 | 114.17 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 103 | 0.89 | 0 | 0.45 | 0.27 | 149.82 | 0.81 | 0.41 |
| Hex | 14 | BB | 67 | 59 | 0 | 2D | 1B | 96 | 51 | 29 |
| Octal | 24 | 273 | 147 | 131 | 0 | 55 | 33 | 226 | 121 | 51 |
| Binary | 10100 | 10111011 | 1100111 | 1011001 | 0 | 101101 | 11011 | 10010110 | 1010001 | 101001 |
Color Harmonies of #14BB67
Complementary color
Monochromatic Colors of #14BB67
Black with #14BB67
Text Example
Text Example
White with #14BB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB67; }
p { color: rgb(20,187,103); }
H1.HeaderClassName
{
color: #14BB67;
}
.AnyTagClassName
{
color: #14BB67;
}
</style>
background-color css
<style>
a { background-color: #14BB67; }
a { background-color: rgb(20,187,103); }
div.DivClassName
{
background-color: #14BB67;
}
.BgClassName
{
background-color: #14BB67;
}
</style>
border-color css
<style>
span { border-color: #14BB67; }
span { border-color: rgb(20,187,103); }
td.TdClassName
{
border-color: #14BB67;
}
.TagClassName
{
border-color: #14BB67;
}
</style>