Shades of Jade #19A968
Tints of Jade #19A968
RGB
CMYK
RGB Variations
Color information
#19A968 (or 0x19A968) is known color: Jade. HEX triplet: 19, A9 and 68. RGB value is (25,169,104). Sum of RGB (Red+Green+Blue) = 25+169+104=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #19A968 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A968 is #E65697. Grayscale: #767676. Windows color (decimal): -15095448 or 6859033. OLE color: 6859033.
HSL color Cylindrical-coordinate representation of color #19A968: hue angle of 152.92º 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 #19A968 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 104 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.34 |
| HSL | 152.92º | 0.74% | 0.38% | - |
| HSV(B) | 152.92º | 0.85% | 0.66% | - |
| XYZ | 17.09 | 29.58 | 17.91 | - |
| YUV | 118.53 | 119.79 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 104 | 0.85 | 0 | 0.38 | 0.34 | 152.92 | 0.74 | 0.38 |
| Hex | 19 | A9 | 68 | 55 | 0 | 26 | 22 | 99 | 4A | 26 |
| Octal | 31 | 251 | 150 | 125 | 0 | 46 | 42 | 231 | 112 | 46 |
| Binary | 11001 | 10101001 | 1101000 | 1010101 | 0 | 100110 | 100010 | 10011001 | 1001010 | 100110 |
Color Harmonies of #19A968
Complementary color
Monochromatic Colors of #19A968
Black with #19A968
Text Example
Text Example
White with #19A968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A968; }
p { color: rgb(25,169,104); }
H1.HeaderClassName
{
color: #19A968;
}
.AnyTagClassName
{
color: #19A968;
}
</style>
background-color css
<style>
a { background-color: #19A968; }
a { background-color: rgb(25,169,104); }
div.DivClassName
{
background-color: #19A968;
}
.BgClassName
{
background-color: #19A968;
}
</style>
border-color css
<style>
span { border-color: #19A968; }
span { border-color: rgb(25,169,104); }
td.TdClassName
{
border-color: #19A968;
}
.TagClassName
{
border-color: #19A968;
}
</style>