Shades of Jade #19A869
Tints of Jade #19A869
RGB
CMYK
RGB Variations
Color information
#19A869 (or 0x19A869) is known color: Jade. HEX triplet: 19, A8 and 69. RGB value is (25,168,105). Sum of RGB (Red+Green+Blue) = 25+168+105=298 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.39% from 298); Green value is 168 (66.02% from 255 or 56.38% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 168 - color contains mainly: green. Hex color #19A869 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A869 is #E65796. Grayscale: #767676. Windows color (decimal): -15095703 or 6924313. OLE color: 6924313.
HSL color Cylindrical-coordinate representation of color #19A869: hue angle of 153.57º 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 #19A869 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 168 | 105 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.34 |
| HSL | 153.57º | 0.74% | 0.38% | - |
| HSV(B) | 153.57º | 0.85% | 0.66% | - |
| XYZ | 16.95 | 29.23 | 18.11 | - |
| YUV | 118.06 | 120.62 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 105 | 0.85 | 0 | 0.38 | 0.34 | 153.57 | 0.74 | 0.38 |
| Hex | 19 | A8 | 69 | 55 | 0 | 26 | 22 | 9A | 4A | 26 |
| Octal | 31 | 250 | 151 | 125 | 0 | 46 | 42 | 232 | 112 | 46 |
| Binary | 11001 | 10101000 | 1101001 | 1010101 | 0 | 100110 | 100010 | 10011010 | 1001010 | 100110 |
Color Harmonies of #19A869
Complementary color
Monochromatic Colors of #19A869
Black with #19A869
Text Example
Text Example
White with #19A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A869; }
p { color: rgb(25,168,105); }
H1.HeaderClassName
{
color: #19A869;
}
.AnyTagClassName
{
color: #19A869;
}
</style>
background-color css
<style>
a { background-color: #19A869; }
a { background-color: rgb(25,168,105); }
div.DivClassName
{
background-color: #19A869;
}
.BgClassName
{
background-color: #19A869;
}
</style>
border-color css
<style>
span { border-color: #19A869; }
span { border-color: rgb(25,168,105); }
td.TdClassName
{
border-color: #19A869;
}
.TagClassName
{
border-color: #19A869;
}
</style>