Shades of Jade #19AE68
Tints of Jade #19AE68
RGB
CMYK
RGB Variations
Color information
#19AE68 (or 0x19AE68) is known color: Jade. HEX triplet: 19, AE and 68. RGB value is (25,174,104). Sum of RGB (Red+Green+Blue) = 25+174+104=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #19AE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AE68 is #E65197. Grayscale: #797979. Windows color (decimal): -15094168 or 6860313. OLE color: 6860313.
HSL color Cylindrical-coordinate representation of color #19AE68: hue angle of 151.81º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AE68 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 174 | 104 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.32 |
| HSL | 151.81º | 0.75% | 0.39% | - |
| HSV(B) | 151.81º | 0.86% | 0.68% | - |
| XYZ | 18.04 | 31.48 | 18.22 | - |
| YUV | 121.47 | 118.14 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 174 | 104 | 0.86 | 0 | 0.40 | 0.32 | 151.81 | 0.75 | 0.39 |
| Hex | 19 | AE | 68 | 56 | 0 | 28 | 20 | 98 | 4B | 27 |
| Octal | 31 | 256 | 150 | 126 | 0 | 50 | 40 | 230 | 113 | 47 |
| Binary | 11001 | 10101110 | 1101000 | 1010110 | 0 | 101000 | 100000 | 10011000 | 1001011 | 100111 |
Color Harmonies of #19AE68
Complementary color
Monochromatic Colors of #19AE68
Black with #19AE68
Text Example
Text Example
White with #19AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AE68; }
p { color: rgb(25,174,104); }
H1.HeaderClassName
{
color: #19AE68;
}
.AnyTagClassName
{
color: #19AE68;
}
</style>
background-color css
<style>
a { background-color: #19AE68; }
a { background-color: rgb(25,174,104); }
div.DivClassName
{
background-color: #19AE68;
}
.BgClassName
{
background-color: #19AE68;
}
</style>
border-color css
<style>
span { border-color: #19AE68; }
span { border-color: rgb(25,174,104); }
td.TdClassName
{
border-color: #19AE68;
}
.TagClassName
{
border-color: #19AE68;
}
</style>