Shades of Jade #13AF6D
Tints of Jade #13AF6D
RGB
CMYK
RGB Variations
Color information
#13AF6D (or 0x13AF6D) is known color: Jade. HEX triplet: 13, AF and 6D. RGB value is (19,175,109). Sum of RGB (Red+Green+Blue) = 19+175+109=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF6D is #EC5092. Grayscale: #787878. Windows color (decimal): -15487123 or 7188243. OLE color: 7188243.
HSL color Cylindrical-coordinate representation of color #13AF6D: hue angle of 154.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF6D is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 175 | 109 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.31 |
| HSL | 154.62º | 0.8% | 0.38% | - |
| HSV(B) | 154.62º | 0.89% | 0.69% | - |
| XYZ | 18.36 | 31.9 | 19.66 | - |
| YUV | 120.83 | 121.32 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 109 | 0.89 | 0 | 0.38 | 0.31 | 154.62 | 0.8 | 0.38 |
| Hex | 13 | AF | 6D | 59 | 0 | 26 | 1F | 9B | 50 | 26 |
| Octal | 23 | 257 | 155 | 131 | 0 | 46 | 37 | 233 | 120 | 46 |
| Binary | 10011 | 10101111 | 1101101 | 1011001 | 0 | 100110 | 11111 | 10011011 | 1010000 | 100110 |
Color Harmonies of #13AF6D
Complementary color
Monochromatic Colors of #13AF6D
Black with #13AF6D
Text Example
Text Example
White with #13AF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AF6D; }
p { color: rgb(19,175,109); }
H1.HeaderClassName
{
color: #13AF6D;
}
.AnyTagClassName
{
color: #13AF6D;
}
</style>
background-color css
<style>
a { background-color: #13AF6D; }
a { background-color: rgb(19,175,109); }
div.DivClassName
{
background-color: #13AF6D;
}
.BgClassName
{
background-color: #13AF6D;
}
</style>
border-color css
<style>
span { border-color: #13AF6D; }
span { border-color: rgb(19,175,109); }
td.TdClassName
{
border-color: #13AF6D;
}
.TagClassName
{
border-color: #13AF6D;
}
</style>