Shades of Jade #13AD6A
Tints of Jade #13AD6A
RGB
CMYK
RGB Variations
Color information
#13AD6A (or 0x13AD6A) is known color: Jade. HEX triplet: 13, AD and 6A. RGB value is (19,173,106). Sum of RGB (Red+Green+Blue) = 19+173+106=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 173 (67.97% from 255 or 58.05% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AD6A is #EC5295. Grayscale: #777777. Windows color (decimal): -15487638 or 6991123. OLE color: 6991123.
HSL color Cylindrical-coordinate representation of color #13AD6A: hue angle of 153.9º 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 #13AD6A is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 106 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.32 |
| HSL | 153.9º | 0.8% | 0.38% | - |
| HSV(B) | 153.9º | 0.89% | 0.68% | - |
| XYZ | 17.81 | 31.07 | 18.69 | - |
| YUV | 119.32 | 120.48 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 106 | 0.89 | 0 | 0.39 | 0.32 | 153.9 | 0.8 | 0.38 |
| Hex | 13 | AD | 6A | 59 | 0 | 27 | 20 | 9A | 50 | 26 |
| Octal | 23 | 255 | 152 | 131 | 0 | 47 | 40 | 232 | 120 | 46 |
| Binary | 10011 | 10101101 | 1101010 | 1011001 | 0 | 100111 | 100000 | 10011010 | 1010000 | 100110 |
Color Harmonies of #13AD6A
Complementary color
Monochromatic Colors of #13AD6A
Black with #13AD6A
Text Example
Text Example
White with #13AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD6A; }
p { color: rgb(19,173,106); }
H1.HeaderClassName
{
color: #13AD6A;
}
.AnyTagClassName
{
color: #13AD6A;
}
</style>
background-color css
<style>
a { background-color: #13AD6A; }
a { background-color: rgb(19,173,106); }
div.DivClassName
{
background-color: #13AD6A;
}
.BgClassName
{
background-color: #13AD6A;
}
</style>
border-color css
<style>
span { border-color: #13AD6A; }
span { border-color: rgb(19,173,106); }
td.TdClassName
{
border-color: #13AD6A;
}
.TagClassName
{
border-color: #13AD6A;
}
</style>