Shades of Jade #19A963
Tints of Jade #19A963
RGB
CMYK
RGB Variations
Color information
#19A963 (or 0x19A963) is known color: Jade. HEX triplet: 19, A9 and 63. RGB value is (25,169,99). Sum of RGB (Red+Green+Blue) = 25+169+99=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 169 (66.41% from 255 or 57.68% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 169 - color contains mainly: green. Hex color #19A963 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A963 is #E6569C. Grayscale: #767676. Windows color (decimal): -15095453 or 6531353. OLE color: 6531353.
HSL color Cylindrical-coordinate representation of color #19A963: hue angle of 150.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A963 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 99 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.34 |
| HSL | 150.83º | 0.74% | 0.38% | - |
| HSV(B) | 150.83º | 0.85% | 0.66% | - |
| XYZ | 16.84 | 29.48 | 16.61 | - |
| YUV | 117.96 | 117.29 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 99 | 0.85 | 0 | 0.41 | 0.34 | 150.83 | 0.74 | 0.38 |
| Hex | 19 | A9 | 63 | 55 | 0 | 29 | 22 | 97 | 4A | 26 |
| Octal | 31 | 251 | 143 | 125 | 0 | 51 | 42 | 227 | 112 | 46 |
| Binary | 11001 | 10101001 | 1100011 | 1010101 | 0 | 101001 | 100010 | 10010111 | 1001010 | 100110 |
Color Harmonies of #19A963
Complementary color
Monochromatic Colors of #19A963
Black with #19A963
Text Example
Text Example
White with #19A963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A963; }
p { color: rgb(25,169,99); }
H1.HeaderClassName
{
color: #19A963;
}
.AnyTagClassName
{
color: #19A963;
}
</style>
background-color css
<style>
a { background-color: #19A963; }
a { background-color: rgb(25,169,99); }
div.DivClassName
{
background-color: #19A963;
}
.BgClassName
{
background-color: #19A963;
}
</style>
border-color css
<style>
span { border-color: #19A963; }
span { border-color: rgb(25,169,99); }
td.TdClassName
{
border-color: #19A963;
}
.TagClassName
{
border-color: #19A963;
}
</style>