Shades of Jade #19AD61
Tints of Jade #19AD61
RGB
CMYK
RGB Variations
Color information
#19AD61 (or 0x19AD61) is known color: Jade. HEX triplet: 19, AD and 61. RGB value is (25,173,97). Sum of RGB (Red+Green+Blue) = 25+173+97=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 173 (67.97% from 255 or 58.64% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 173 - color contains mainly: green. Hex color #19AD61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AD61 is #E6529E. Grayscale: #787878. Windows color (decimal): -15094431 or 6401305. OLE color: 6401305.
HSL color Cylindrical-coordinate representation of color #19AD61: hue angle of 149.19º 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 #19AD61 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 173 | 97 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.32 |
| HSL | 149.19º | 0.75% | 0.39% | - |
| HSV(B) | 149.19º | 0.86% | 0.68% | - |
| XYZ | 17.5 | 30.96 | 16.36 | - |
| YUV | 120.08 | 114.97 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 97 | 0.86 | 0 | 0.44 | 0.32 | 149.19 | 0.75 | 0.39 |
| Hex | 19 | AD | 61 | 56 | 0 | 2C | 20 | 95 | 4B | 27 |
| Octal | 31 | 255 | 141 | 126 | 0 | 54 | 40 | 225 | 113 | 47 |
| Binary | 11001 | 10101101 | 1100001 | 1010110 | 0 | 101100 | 100000 | 10010101 | 1001011 | 100111 |
Color Harmonies of #19AD61
Complementary color
Monochromatic Colors of #19AD61
Black with #19AD61
Text Example
Text Example
White with #19AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AD61; }
p { color: rgb(25,173,97); }
H1.HeaderClassName
{
color: #19AD61;
}
.AnyTagClassName
{
color: #19AD61;
}
</style>
background-color css
<style>
a { background-color: #19AD61; }
a { background-color: rgb(25,173,97); }
div.DivClassName
{
background-color: #19AD61;
}
.BgClassName
{
background-color: #19AD61;
}
</style>
border-color css
<style>
span { border-color: #19AD61; }
span { border-color: rgb(25,173,97); }
td.TdClassName
{
border-color: #19AD61;
}
.TagClassName
{
border-color: #19AD61;
}
</style>