Shades of Jade #19A665
Tints of Jade #19A665
RGB
CMYK
RGB Variations
Color information
#19A665 (or 0x19A665) is known color: Jade. HEX triplet: 19, A6 and 65. RGB value is (25,166,101). Sum of RGB (Red+Green+Blue) = 25+166+101=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #19A665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A665 is #E6599A. Grayscale: #747474. Windows color (decimal): -15096219 or 6661657. OLE color: 6661657.
HSL color Cylindrical-coordinate representation of color #19A665: hue angle of 152.34º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A665 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 166 | 101 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.35 |
| HSL | 152.34º | 0.74% | 0.37% | - |
| HSV(B) | 152.34º | 0.85% | 0.65% | - |
| XYZ | 16.39 | 28.42 | 16.93 | - |
| YUV | 116.43 | 119.29 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 166 | 101 | 0.85 | 0 | 0.39 | 0.35 | 152.34 | 0.74 | 0.37 |
| Hex | 19 | A6 | 65 | 55 | 0 | 27 | 23 | 98 | 4A | 25 |
| Octal | 31 | 246 | 145 | 125 | 0 | 47 | 43 | 230 | 112 | 45 |
| Binary | 11001 | 10100110 | 1100101 | 1010101 | 0 | 100111 | 100011 | 10011000 | 1001010 | 100101 |
Color Harmonies of #19A665
Complementary color
Monochromatic Colors of #19A665
Black with #19A665
Text Example
Text Example
White with #19A665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A665; }
p { color: rgb(25,166,101); }
H1.HeaderClassName
{
color: #19A665;
}
.AnyTagClassName
{
color: #19A665;
}
</style>
background-color css
<style>
a { background-color: #19A665; }
a { background-color: rgb(25,166,101); }
div.DivClassName
{
background-color: #19A665;
}
.BgClassName
{
background-color: #19A665;
}
</style>
border-color css
<style>
span { border-color: #19A665; }
span { border-color: rgb(25,166,101); }
td.TdClassName
{
border-color: #19A665;
}
.TagClassName
{
border-color: #19A665;
}
</style>