Shades of Jade #13A863
Tints of Jade #13A863
RGB
CMYK
RGB Variations
Color information
#13A863 (or 0x13A863) is known color: Jade. HEX triplet: 13, A8 and 63. RGB value is (19,168,99). Sum of RGB (Red+Green+Blue) = 19+168+99=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 168 (66.02% from 255 or 58.74% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 168 - color contains mainly: green. Hex color #13A863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A863 is #EC579C. Grayscale: #737373. Windows color (decimal): -15488925 or 6531091. OLE color: 6531091.
HSL color Cylindrical-coordinate representation of color #13A863: hue angle of 152.21º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A863 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 168 | 99 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.34 |
| HSL | 152.21º | 0.8% | 0.37% | - |
| HSV(B) | 152.21º | 0.89% | 0.66% | - |
| XYZ | 16.52 | 29.04 | 16.54 | - |
| YUV | 115.58 | 118.64 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 99 | 0.89 | 0 | 0.41 | 0.34 | 152.21 | 0.8 | 0.37 |
| Hex | 13 | A8 | 63 | 59 | 0 | 29 | 22 | 98 | 50 | 25 |
| Octal | 23 | 250 | 143 | 131 | 0 | 51 | 42 | 230 | 120 | 45 |
| Binary | 10011 | 10101000 | 1100011 | 1011001 | 0 | 101001 | 100010 | 10011000 | 1010000 | 100101 |
Color Harmonies of #13A863
Complementary color
Monochromatic Colors of #13A863
Black with #13A863
Text Example
Text Example
White with #13A863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A863; }
p { color: rgb(19,168,99); }
H1.HeaderClassName
{
color: #13A863;
}
.AnyTagClassName
{
color: #13A863;
}
</style>
background-color css
<style>
a { background-color: #13A863; }
a { background-color: rgb(19,168,99); }
div.DivClassName
{
background-color: #13A863;
}
.BgClassName
{
background-color: #13A863;
}
</style>
border-color css
<style>
span { border-color: #13A863; }
span { border-color: rgb(19,168,99); }
td.TdClassName
{
border-color: #13A863;
}
.TagClassName
{
border-color: #13A863;
}
</style>