Shades of Jade #19AB63
Tints of Jade #19AB63
RGB
CMYK
RGB Variations
Color information
#19AB63 (or 0x19AB63) is known color: Jade. HEX triplet: 19, AB and 63. RGB value is (25,171,99). Sum of RGB (Red+Green+Blue) = 25+171+99=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AB63 is #E6549C. Grayscale: #777777. Windows color (decimal): -15094941 or 6531865. OLE color: 6531865.
HSL color Cylindrical-coordinate representation of color #19AB63: hue angle of 150.41º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AB63 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 99 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.33 |
| HSL | 150.41º | 0.74% | 0.38% | - |
| HSV(B) | 150.41º | 0.85% | 0.67% | - |
| XYZ | 17.22 | 30.23 | 16.73 | - |
| YUV | 119.14 | 116.63 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 99 | 0.85 | 0 | 0.42 | 0.33 | 150.41 | 0.74 | 0.38 |
| Hex | 19 | AB | 63 | 55 | 0 | 2A | 21 | 96 | 4A | 26 |
| Octal | 31 | 253 | 143 | 125 | 0 | 52 | 41 | 226 | 112 | 46 |
| Binary | 11001 | 10101011 | 1100011 | 1010101 | 0 | 101010 | 100001 | 10010110 | 1001010 | 100110 |
Color Harmonies of #19AB63
Complementary color
Monochromatic Colors of #19AB63
Black with #19AB63
Text Example
Text Example
White with #19AB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB63; }
p { color: rgb(25,171,99); }
H1.HeaderClassName
{
color: #19AB63;
}
.AnyTagClassName
{
color: #19AB63;
}
</style>
background-color css
<style>
a { background-color: #19AB63; }
a { background-color: rgb(25,171,99); }
div.DivClassName
{
background-color: #19AB63;
}
.BgClassName
{
background-color: #19AB63;
}
</style>
border-color css
<style>
span { border-color: #19AB63; }
span { border-color: rgb(25,171,99); }
td.TdClassName
{
border-color: #19AB63;
}
.TagClassName
{
border-color: #19AB63;
}
</style>