Shades of Jade #19A666
Tints of Jade #19A666
RGB
CMYK
RGB Variations
Color information
#19A666 (or 0x19A666) is known color: Jade. HEX triplet: 19, A6 and 66. RGB value is (25,166,102). Sum of RGB (Red+Green+Blue) = 25+166+102=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 166 (65.23% from 255 or 56.66% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 166 - color contains mainly: green. Hex color #19A666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A666 is #E65999. Grayscale: #747474. Windows color (decimal): -15096218 or 6727193. OLE color: 6727193.
HSL color Cylindrical-coordinate representation of color #19A666: hue angle of 152.77º 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 #19A666 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 166 | 102 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.35 |
| HSL | 152.77º | 0.74% | 0.37% | - |
| HSV(B) | 152.77º | 0.85% | 0.65% | - |
| XYZ | 16.44 | 28.44 | 17.19 | - |
| YUV | 116.55 | 119.79 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 166 | 102 | 0.85 | 0 | 0.39 | 0.35 | 152.77 | 0.74 | 0.37 |
| Hex | 19 | A6 | 66 | 55 | 0 | 27 | 23 | 99 | 4A | 25 |
| Octal | 31 | 246 | 146 | 125 | 0 | 47 | 43 | 231 | 112 | 45 |
| Binary | 11001 | 10100110 | 1100110 | 1010101 | 0 | 100111 | 100011 | 10011001 | 1001010 | 100101 |
Color Harmonies of #19A666
Complementary color
Monochromatic Colors of #19A666
Black with #19A666
Text Example
Text Example
White with #19A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A666; }
p { color: rgb(25,166,102); }
H1.HeaderClassName
{
color: #19A666;
}
.AnyTagClassName
{
color: #19A666;
}
</style>
background-color css
<style>
a { background-color: #19A666; }
a { background-color: rgb(25,166,102); }
div.DivClassName
{
background-color: #19A666;
}
.BgClassName
{
background-color: #19A666;
}
</style>
border-color css
<style>
span { border-color: #19A666; }
span { border-color: rgb(25,166,102); }
td.TdClassName
{
border-color: #19A666;
}
.TagClassName
{
border-color: #19A666;
}
</style>