Shades of Jade #13A76A
Tints of Jade #13A76A
RGB
CMYK
RGB Variations
Color information
#13A76A (or 0x13A76A) is known color: Jade. HEX triplet: 13, A7 and 6A. RGB value is (19,167,106). Sum of RGB (Red+Green+Blue) = 19+167+106=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 167 (65.62% from 255 or 57.19% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 167 - color contains mainly: green. Hex color #13A76A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A76A is #EC5895. Grayscale: #737373. Windows color (decimal): -15489174 or 6989587. OLE color: 6989587.
HSL color Cylindrical-coordinate representation of color #13A76A: hue angle of 155.27º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A76A is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 167 | 106 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.35 |
| HSL | 155.27º | 0.8% | 0.36% | - |
| HSV(B) | 155.27º | 0.89% | 0.65% | - |
| XYZ | 16.69 | 28.82 | 18.32 | - |
| YUV | 115.79 | 122.47 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 167 | 106 | 0.89 | 0 | 0.37 | 0.35 | 155.27 | 0.8 | 0.36 |
| Hex | 13 | A7 | 6A | 59 | 0 | 25 | 23 | 9B | 50 | 24 |
| Octal | 23 | 247 | 152 | 131 | 0 | 45 | 43 | 233 | 120 | 44 |
| Binary | 10011 | 10100111 | 1101010 | 1011001 | 0 | 100101 | 100011 | 10011011 | 1010000 | 100100 |
Color Harmonies of #13A76A
Complementary color
Monochromatic Colors of #13A76A
Black with #13A76A
Text Example
Text Example
White with #13A76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A76A; }
p { color: rgb(19,167,106); }
H1.HeaderClassName
{
color: #13A76A;
}
.AnyTagClassName
{
color: #13A76A;
}
</style>
background-color css
<style>
a { background-color: #13A76A; }
a { background-color: rgb(19,167,106); }
div.DivClassName
{
background-color: #13A76A;
}
.BgClassName
{
background-color: #13A76A;
}
</style>
border-color css
<style>
span { border-color: #13A76A; }
span { border-color: rgb(19,167,106); }
td.TdClassName
{
border-color: #13A76A;
}
.TagClassName
{
border-color: #13A76A;
}
</style>