Shades of Jade #13AD6D
Tints of Jade #13AD6D
RGB
CMYK
RGB Variations
Color information
#13AD6D (or 0x13AD6D) is known color: Jade. HEX triplet: 13, AD and 6D. RGB value is (19,173,109). Sum of RGB (Red+Green+Blue) = 19+173+109=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD6D is #EC5292. Grayscale: #777777. Windows color (decimal): -15487635 or 7187731. OLE color: 7187731.
HSL color Cylindrical-coordinate representation of color #13AD6D: hue angle of 155.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD6D is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 109 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.32 |
| HSL | 155.06º | 0.8% | 0.38% | - |
| HSV(B) | 155.06º | 0.89% | 0.68% | - |
| XYZ | 17.97 | 31.13 | 19.53 | - |
| YUV | 119.66 | 121.98 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 109 | 0.89 | 0 | 0.37 | 0.32 | 155.06 | 0.8 | 0.38 |
| Hex | 13 | AD | 6D | 59 | 0 | 25 | 20 | 9B | 50 | 26 |
| Octal | 23 | 255 | 155 | 131 | 0 | 45 | 40 | 233 | 120 | 46 |
| Binary | 10011 | 10101101 | 1101101 | 1011001 | 0 | 100101 | 100000 | 10011011 | 1010000 | 100110 |
Color Harmonies of #13AD6D
Complementary color
Monochromatic Colors of #13AD6D
Black with #13AD6D
Text Example
Text Example
White with #13AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD6D; }
p { color: rgb(19,173,109); }
H1.HeaderClassName
{
color: #13AD6D;
}
.AnyTagClassName
{
color: #13AD6D;
}
</style>
background-color css
<style>
a { background-color: #13AD6D; }
a { background-color: rgb(19,173,109); }
div.DivClassName
{
background-color: #13AD6D;
}
.BgClassName
{
background-color: #13AD6D;
}
</style>
border-color css
<style>
span { border-color: #13AD6D; }
span { border-color: rgb(19,173,109); }
td.TdClassName
{
border-color: #13AD6D;
}
.TagClassName
{
border-color: #13AD6D;
}
</style>