Shades of Jade #19A768
Tints of Jade #19A768
RGB
CMYK
RGB Variations
Color information
#19A768 (or 0x19A768) is known color: Jade. HEX triplet: 19, A7 and 68. RGB value is (25,167,104). Sum of RGB (Red+Green+Blue) = 25+167+104=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 167 (65.62% from 255 or 56.42% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 167 - color contains mainly: green. Hex color #19A768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A768 is #E65897. Grayscale: #757575. Windows color (decimal): -15095960 or 6858521. OLE color: 6858521.
HSL color Cylindrical-coordinate representation of color #19A768: hue angle of 153.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A768 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 167 | 104 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.35 |
| HSL | 153.38º | 0.74% | 0.38% | - |
| HSV(B) | 153.38º | 0.85% | 0.65% | - |
| XYZ | 16.72 | 28.84 | 17.78 | - |
| YUV | 117.36 | 120.46 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 104 | 0.85 | 0 | 0.38 | 0.35 | 153.38 | 0.74 | 0.38 |
| Hex | 19 | A7 | 68 | 55 | 0 | 26 | 23 | 99 | 4A | 26 |
| Octal | 31 | 247 | 150 | 125 | 0 | 46 | 43 | 231 | 112 | 46 |
| Binary | 11001 | 10100111 | 1101000 | 1010101 | 0 | 100110 | 100011 | 10011001 | 1001010 | 100110 |
Color Harmonies of #19A768
Complementary color
Monochromatic Colors of #19A768
Black with #19A768
Text Example
Text Example
White with #19A768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A768; }
p { color: rgb(25,167,104); }
H1.HeaderClassName
{
color: #19A768;
}
.AnyTagClassName
{
color: #19A768;
}
</style>
background-color css
<style>
a { background-color: #19A768; }
a { background-color: rgb(25,167,104); }
div.DivClassName
{
background-color: #19A768;
}
.BgClassName
{
background-color: #19A768;
}
</style>
border-color css
<style>
span { border-color: #19A768; }
span { border-color: rgb(25,167,104); }
td.TdClassName
{
border-color: #19A768;
}
.TagClassName
{
border-color: #19A768;
}
</style>