Shades of Jade #19AD63
Tints of Jade #19AD63
RGB
CMYK
RGB Variations
Color information
#19AD63 (or 0x19AD63) is known color: Jade. HEX triplet: 19, AD and 63. RGB value is (25,173,99). Sum of RGB (Red+Green+Blue) = 25+173+99=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 173 (67.97% from 255 or 58.25% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 173 - color contains mainly: green. Hex color #19AD63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AD63 is #E6529C. Grayscale: #787878. Windows color (decimal): -15094429 or 6532377. OLE color: 6532377.
HSL color Cylindrical-coordinate representation of color #19AD63: hue angle of 150º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AD63 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 173 | 99 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.32 |
| HSL | 150º | 0.75% | 0.39% | - |
| HSV(B) | 150º | 0.86% | 0.68% | - |
| XYZ | 17.6 | 30.99 | 16.86 | - |
| YUV | 120.31 | 115.97 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 99 | 0.86 | 0 | 0.43 | 0.32 | 150 | 0.75 | 0.39 |
| Hex | 19 | AD | 63 | 56 | 0 | 2B | 20 | 96 | 4B | 27 |
| Octal | 31 | 255 | 143 | 126 | 0 | 53 | 40 | 226 | 113 | 47 |
| Binary | 11001 | 10101101 | 1100011 | 1010110 | 0 | 101011 | 100000 | 10010110 | 1001011 | 100111 |
Color Harmonies of #19AD63
Complementary color
Monochromatic Colors of #19AD63
Black with #19AD63
Text Example
Text Example
White with #19AD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AD63; }
p { color: rgb(25,173,99); }
H1.HeaderClassName
{
color: #19AD63;
}
.AnyTagClassName
{
color: #19AD63;
}
</style>
background-color css
<style>
a { background-color: #19AD63; }
a { background-color: rgb(25,173,99); }
div.DivClassName
{
background-color: #19AD63;
}
.BgClassName
{
background-color: #19AD63;
}
</style>
border-color css
<style>
span { border-color: #19AD63; }
span { border-color: rgb(25,173,99); }
td.TdClassName
{
border-color: #19AD63;
}
.TagClassName
{
border-color: #19AD63;
}
</style>