Shades of Jade #19A864
Tints of Jade #19A864
RGB
CMYK
RGB Variations
Color information
#19A864 (or 0x19A864) is known color: Jade. HEX triplet: 19, A8 and 64. RGB value is (25,168,100). Sum of RGB (Red+Green+Blue) = 25+168+100=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 168 (66.02% from 255 or 57.34% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 168 - color contains mainly: green. Hex color #19A864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A864 is #E6579B. Grayscale: #757575. Windows color (decimal): -15095708 or 6596633. OLE color: 6596633.
HSL color Cylindrical-coordinate representation of color #19A864: hue angle of 151.47º 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 #19A864 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 168 | 100 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.34 |
| HSL | 151.47º | 0.74% | 0.38% | - |
| HSV(B) | 151.47º | 0.85% | 0.66% | - |
| XYZ | 16.7 | 29.13 | 16.8 | - |
| YUV | 117.49 | 118.12 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 100 | 0.85 | 0 | 0.40 | 0.34 | 151.47 | 0.74 | 0.38 |
| Hex | 19 | A8 | 64 | 55 | 0 | 28 | 22 | 97 | 4A | 26 |
| Octal | 31 | 250 | 144 | 125 | 0 | 50 | 42 | 227 | 112 | 46 |
| Binary | 11001 | 10101000 | 1100100 | 1010101 | 0 | 101000 | 100010 | 10010111 | 1001010 | 100110 |
Color Harmonies of #19A864
Complementary color
Monochromatic Colors of #19A864
Black with #19A864
Text Example
Text Example
White with #19A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A864; }
p { color: rgb(25,168,100); }
H1.HeaderClassName
{
color: #19A864;
}
.AnyTagClassName
{
color: #19A864;
}
</style>
background-color css
<style>
a { background-color: #19A864; }
a { background-color: rgb(25,168,100); }
div.DivClassName
{
background-color: #19A864;
}
.BgClassName
{
background-color: #19A864;
}
</style>
border-color css
<style>
span { border-color: #19A864; }
span { border-color: rgb(25,168,100); }
td.TdClassName
{
border-color: #19A864;
}
.TagClassName
{
border-color: #19A864;
}
</style>