Shades of Jade #19A66D
Tints of Jade #19A66D
RGB
CMYK
RGB Variations
Color information
#19A66D (or 0x19A66D) is known color: Jade. HEX triplet: 19, A6 and 6D. RGB value is (25,166,109). Sum of RGB (Red+Green+Blue) = 25+166+109=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #19A66D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A66D is #E65992. Grayscale: #757575. Windows color (decimal): -15096211 or 7185945. OLE color: 7185945.
HSL color Cylindrical-coordinate representation of color #19A66D: hue angle of 155.74º 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 #19A66D is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 166 | 109 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.35 |
| HSL | 155.74º | 0.74% | 0.37% | - |
| HSV(B) | 155.74º | 0.85% | 0.65% | - |
| XYZ | 16.8 | 28.58 | 19.1 | - |
| YUV | 117.34 | 123.29 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 166 | 109 | 0.85 | 0 | 0.34 | 0.35 | 155.74 | 0.74 | 0.37 |
| Hex | 19 | A6 | 6D | 55 | 0 | 22 | 23 | 9C | 4A | 25 |
| Octal | 31 | 246 | 155 | 125 | 0 | 42 | 43 | 234 | 112 | 45 |
| Binary | 11001 | 10100110 | 1101101 | 1010101 | 0 | 100010 | 100011 | 10011100 | 1001010 | 100101 |
Color Harmonies of #19A66D
Complementary color
Monochromatic Colors of #19A66D
Black with #19A66D
Text Example
Text Example
White with #19A66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A66D; }
p { color: rgb(25,166,109); }
H1.HeaderClassName
{
color: #19A66D;
}
.AnyTagClassName
{
color: #19A66D;
}
</style>
background-color css
<style>
a { background-color: #19A66D; }
a { background-color: rgb(25,166,109); }
div.DivClassName
{
background-color: #19A66D;
}
.BgClassName
{
background-color: #19A66D;
}
</style>
border-color css
<style>
span { border-color: #19A66D; }
span { border-color: rgb(25,166,109); }
td.TdClassName
{
border-color: #19A66D;
}
.TagClassName
{
border-color: #19A66D;
}
</style>