Shades of Jade #13A36E
Tints of Jade #13A36E
RGB
CMYK
RGB Variations
Color information
#13A36E (or 0x13A36E) is known color: Jade. HEX triplet: 13, A3 and 6E. RGB value is (19,163,110). Sum of RGB (Red+Green+Blue) = 19+163+110=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #13A36E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A36E is #EC5C91. Grayscale: #717171. Windows color (decimal): -15490194 or 7250707. OLE color: 7250707.
HSL color Cylindrical-coordinate representation of color #13A36E: hue angle of 157.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A36E is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 163 | 110 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.36 |
| HSL | 157.92º | 0.79% | 0.36% | - |
| HSV(B) | 157.92º | 0.88% | 0.64% | - |
| XYZ | 16.18 | 27.46 | 19.2 | - |
| YUV | 113.9 | 125.79 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 163 | 110 | 0.88 | 0 | 0.33 | 0.36 | 157.92 | 0.79 | 0.36 |
| Hex | 13 | A3 | 6E | 58 | 0 | 21 | 24 | 9E | 4F | 24 |
| Octal | 23 | 243 | 156 | 130 | 0 | 41 | 44 | 236 | 117 | 44 |
| Binary | 10011 | 10100011 | 1101110 | 1011000 | 0 | 100001 | 100100 | 10011110 | 1001111 | 100100 |
Color Harmonies of #13A36E
Complementary color
Monochromatic Colors of #13A36E
Black with #13A36E
Text Example
Text Example
White with #13A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A36E; }
p { color: rgb(19,163,110); }
H1.HeaderClassName
{
color: #13A36E;
}
.AnyTagClassName
{
color: #13A36E;
}
</style>
background-color css
<style>
a { background-color: #13A36E; }
a { background-color: rgb(19,163,110); }
div.DivClassName
{
background-color: #13A36E;
}
.BgClassName
{
background-color: #13A36E;
}
</style>
border-color css
<style>
span { border-color: #13A36E; }
span { border-color: rgb(19,163,110); }
td.TdClassName
{
border-color: #13A36E;
}
.TagClassName
{
border-color: #13A36E;
}
</style>