Shades of Jade #13A768
Tints of Jade #13A768
RGB
CMYK
RGB Variations
Color information
#13A768 (or 0x13A768) is known color: Jade. HEX triplet: 13, A7 and 68. RGB value is (19,167,104). Sum of RGB (Red+Green+Blue) = 19+167+104=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 167 (65.62% from 255 or 57.59% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 167 - color contains mainly: green. Hex color #13A768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A768 is #EC5897. Grayscale: #737373. Windows color (decimal): -15489176 or 6858515. OLE color: 6858515.
HSL color Cylindrical-coordinate representation of color #13A768: hue angle of 154.46º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A768 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 167 | 104 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.35 |
| HSL | 154.46º | 0.8% | 0.36% | - |
| HSV(B) | 154.46º | 0.89% | 0.65% | - |
| XYZ | 16.59 | 28.78 | 17.78 | - |
| YUV | 115.57 | 121.47 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 167 | 104 | 0.89 | 0 | 0.38 | 0.35 | 154.46 | 0.8 | 0.36 |
| Hex | 13 | A7 | 68 | 59 | 0 | 26 | 23 | 9A | 50 | 24 |
| Octal | 23 | 247 | 150 | 131 | 0 | 46 | 43 | 232 | 120 | 44 |
| Binary | 10011 | 10100111 | 1101000 | 1011001 | 0 | 100110 | 100011 | 10011010 | 1010000 | 100100 |
Color Harmonies of #13A768
Complementary color
Monochromatic Colors of #13A768
Black with #13A768
Text Example
Text Example
White with #13A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A768; }
p { color: rgb(19,167,104); }
H1.HeaderClassName
{
color: #13A768;
}
.AnyTagClassName
{
color: #13A768;
}
</style>
background-color css
<style>
a { background-color: #13A768; }
a { background-color: rgb(19,167,104); }
div.DivClassName
{
background-color: #13A768;
}
.BgClassName
{
background-color: #13A768;
}
</style>
border-color css
<style>
span { border-color: #13A768; }
span { border-color: rgb(19,167,104); }
td.TdClassName
{
border-color: #13A768;
}
.TagClassName
{
border-color: #13A768;
}
</style>