Shades of Jade #19A86E
Tints of Jade #19A86E
RGB
CMYK
RGB Variations
Color information
#19A86E (or 0x19A86E) is known color: Jade. HEX triplet: 19, A8 and 6E. RGB value is (25,168,110). Sum of RGB (Red+Green+Blue) = 25+168+110=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 168 (66.02% from 255 or 55.45% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 168 - color contains mainly: green. Hex color #19A86E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A86E is #E65791. Grayscale: #767676. Windows color (decimal): -15095698 or 7251993. OLE color: 7251993.
HSL color Cylindrical-coordinate representation of color #19A86E: hue angle of 155.66º 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 #19A86E is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 168 | 110 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.34 |
| HSL | 155.66º | 0.74% | 0.38% | - |
| HSV(B) | 155.66º | 0.85% | 0.66% | - |
| XYZ | 17.22 | 29.34 | 19.51 | - |
| YUV | 118.63 | 123.12 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 110 | 0.85 | 0 | 0.35 | 0.34 | 155.66 | 0.74 | 0.38 |
| Hex | 19 | A8 | 6E | 55 | 0 | 23 | 22 | 9C | 4A | 26 |
| Octal | 31 | 250 | 156 | 125 | 0 | 43 | 42 | 234 | 112 | 46 |
| Binary | 11001 | 10101000 | 1101110 | 1010101 | 0 | 100011 | 100010 | 10011100 | 1001010 | 100110 |
Color Harmonies of #19A86E
Complementary color
Monochromatic Colors of #19A86E
Black with #19A86E
Text Example
Text Example
White with #19A86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A86E; }
p { color: rgb(25,168,110); }
H1.HeaderClassName
{
color: #19A86E;
}
.AnyTagClassName
{
color: #19A86E;
}
</style>
background-color css
<style>
a { background-color: #19A86E; }
a { background-color: rgb(25,168,110); }
div.DivClassName
{
background-color: #19A86E;
}
.BgClassName
{
background-color: #19A86E;
}
</style>
border-color css
<style>
span { border-color: #19A86E; }
span { border-color: rgb(25,168,110); }
td.TdClassName
{
border-color: #19A86E;
}
.TagClassName
{
border-color: #19A86E;
}
</style>