Shades of Jade #19A766
Tints of Jade #19A766
RGB
CMYK
RGB Variations
Color information
#19A766 (or 0x19A766) is known color: Jade. HEX triplet: 19, A7 and 66. RGB value is (25,167,102). Sum of RGB (Red+Green+Blue) = 25+167+102=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #19A766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A766 is #E65899. Grayscale: #757575. Windows color (decimal): -15095962 or 6727449. OLE color: 6727449.
HSL color Cylindrical-coordinate representation of color #19A766: hue angle of 152.54º 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 #19A766 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 167 | 102 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.35 |
| HSL | 152.54º | 0.74% | 0.38% | - |
| HSV(B) | 152.54º | 0.85% | 0.65% | - |
| XYZ | 16.62 | 28.8 | 17.25 | - |
| YUV | 117.13 | 119.46 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 102 | 0.85 | 0 | 0.39 | 0.35 | 152.54 | 0.74 | 0.38 |
| Hex | 19 | A7 | 66 | 55 | 0 | 27 | 23 | 99 | 4A | 26 |
| Octal | 31 | 247 | 146 | 125 | 0 | 47 | 43 | 231 | 112 | 46 |
| Binary | 11001 | 10100111 | 1100110 | 1010101 | 0 | 100111 | 100011 | 10011001 | 1001010 | 100110 |
Color Harmonies of #19A766
Complementary color
Monochromatic Colors of #19A766
Black with #19A766
Text Example
Text Example
White with #19A766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A766; }
p { color: rgb(25,167,102); }
H1.HeaderClassName
{
color: #19A766;
}
.AnyTagClassName
{
color: #19A766;
}
</style>
background-color css
<style>
a { background-color: #19A766; }
a { background-color: rgb(25,167,102); }
div.DivClassName
{
background-color: #19A766;
}
.BgClassName
{
background-color: #19A766;
}
</style>
border-color css
<style>
span { border-color: #19A766; }
span { border-color: rgb(25,167,102); }
td.TdClassName
{
border-color: #19A766;
}
.TagClassName
{
border-color: #19A766;
}
</style>