Shades of Jade #13AC73
Tints of Jade #13AC73
RGB
CMYK
RGB Variations
Color information
#13AC73 (or 0x13AC73) is known color: Jade. HEX triplet: 13, AC and 73. RGB value is (19,172,115). Sum of RGB (Red+Green+Blue) = 19+172+115=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AC73 is #EC538C. Grayscale: #777777. Windows color (decimal): -15487885 or 7580691. OLE color: 7580691.
HSL color Cylindrical-coordinate representation of color #13AC73: hue angle of 157.65º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC73 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 172 | 115 | - |
| CMYK | 0.89 | 0 | 0.33 | 0.33 |
| HSL | 157.65º | 0.8% | 0.37% | - |
| HSV(B) | 157.65º | 0.89% | 0.67% | - |
| XYZ | 18.12 | 30.88 | 21.23 | - |
| YUV | 119.76 | 125.31 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 115 | 0.89 | 0 | 0.33 | 0.33 | 157.65 | 0.8 | 0.37 |
| Hex | 13 | AC | 73 | 59 | 0 | 21 | 21 | 9E | 50 | 25 |
| Octal | 23 | 254 | 163 | 131 | 0 | 41 | 41 | 236 | 120 | 45 |
| Binary | 10011 | 10101100 | 1110011 | 1011001 | 0 | 100001 | 100001 | 10011110 | 1010000 | 100101 |
Color Harmonies of #13AC73
Complementary color
Monochromatic Colors of #13AC73
Black with #13AC73
Text Example
Text Example
White with #13AC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AC73; }
p { color: rgb(19,172,115); }
H1.HeaderClassName
{
color: #13AC73;
}
.AnyTagClassName
{
color: #13AC73;
}
</style>
background-color css
<style>
a { background-color: #13AC73; }
a { background-color: rgb(19,172,115); }
div.DivClassName
{
background-color: #13AC73;
}
.BgClassName
{
background-color: #13AC73;
}
</style>
border-color css
<style>
span { border-color: #13AC73; }
span { border-color: rgb(19,172,115); }
td.TdClassName
{
border-color: #13AC73;
}
.TagClassName
{
border-color: #13AC73;
}
</style>