Shades of Jade #14BE67
Tints of Jade #14BE67
RGB
CMYK
RGB Variations
Color information
#14BE67 (or 0x14BE67) is known color: Jade. HEX triplet: 14, BE and 67. RGB value is (20,190,103). Sum of RGB (Red+Green+Blue) = 20+190+103=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 190 (74.61% from 255 or 60.70% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BE67 is #EB4198. Grayscale: #818181. Windows color (decimal): -15417753 or 6798868. OLE color: 6798868.
HSL color Cylindrical-coordinate representation of color #14BE67: hue angle of 149.29º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BE67 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 190 | 103 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.25 |
| HSL | 149.29º | 0.81% | 0.41% | - |
| HSV(B) | 149.29º | 0.89% | 0.75% | - |
| XYZ | 21.15 | 37.95 | 19.04 | - |
| YUV | 129.25 | 113.18 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 190 | 103 | 0.89 | 0 | 0.46 | 0.25 | 149.29 | 0.81 | 0.41 |
| Hex | 14 | BE | 67 | 59 | 0 | 2E | 19 | 95 | 51 | 29 |
| Octal | 24 | 276 | 147 | 131 | 0 | 56 | 31 | 225 | 121 | 51 |
| Binary | 10100 | 10111110 | 1100111 | 1011001 | 0 | 101110 | 11001 | 10010101 | 1010001 | 101001 |
Color Harmonies of #14BE67
Complementary color
Monochromatic Colors of #14BE67
Black with #14BE67
Text Example
Text Example
White with #14BE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BE67; }
p { color: rgb(20,190,103); }
H1.HeaderClassName
{
color: #14BE67;
}
.AnyTagClassName
{
color: #14BE67;
}
</style>
background-color css
<style>
a { background-color: #14BE67; }
a { background-color: rgb(20,190,103); }
div.DivClassName
{
background-color: #14BE67;
}
.BgClassName
{
background-color: #14BE67;
}
</style>
border-color css
<style>
span { border-color: #14BE67; }
span { border-color: rgb(20,190,103); }
td.TdClassName
{
border-color: #14BE67;
}
.TagClassName
{
border-color: #14BE67;
}
</style>