Shades of Jade #14B367
Tints of Jade #14B367
RGB
CMYK
RGB Variations
Color information
#14B367 (or 0x14B367) is known color: Jade. HEX triplet: 14, B3 and 67. RGB value is (20,179,103). Sum of RGB (Red+Green+Blue) = 20+179+103=302 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.62% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #14B367 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B367 is #EB4C98. Grayscale: #7A7A7A. Windows color (decimal): -15420569 or 6796052. OLE color: 6796052.
HSL color Cylindrical-coordinate representation of color #14B367: hue angle of 151.32º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B367 is Cyan = 0.89, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 179 | 103 | - |
| CMYK | 0.89 | 0 | 0.42 | 0.30 |
| HSL | 151.32º | 0.8% | 0.39% | - |
| HSV(B) | 151.32º | 0.89% | 0.7% | - |
| XYZ | 18.86 | 33.37 | 18.28 | - |
| YUV | 122.8 | 116.82 | 54.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 103 | 0.89 | 0 | 0.42 | 0.30 | 151.32 | 0.8 | 0.39 |
| Hex | 14 | B3 | 67 | 59 | 0 | 2A | 1E | 97 | 50 | 27 |
| Octal | 24 | 263 | 147 | 131 | 0 | 52 | 36 | 227 | 120 | 47 |
| Binary | 10100 | 10110011 | 1100111 | 1011001 | 0 | 101010 | 11110 | 10010111 | 1010000 | 100111 |
Color Harmonies of #14B367
Complementary color
Monochromatic Colors of #14B367
Black with #14B367
Text Example
Text Example
White with #14B367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B367; }
p { color: rgb(20,179,103); }
H1.HeaderClassName
{
color: #14B367;
}
.AnyTagClassName
{
color: #14B367;
}
</style>
background-color css
<style>
a { background-color: #14B367; }
a { background-color: rgb(20,179,103); }
div.DivClassName
{
background-color: #14B367;
}
.BgClassName
{
background-color: #14B367;
}
</style>
border-color css
<style>
span { border-color: #14B367; }
span { border-color: rgb(20,179,103); }
td.TdClassName
{
border-color: #14B367;
}
.TagClassName
{
border-color: #14B367;
}
</style>