Shades of Jade #19AB64
Tints of Jade #19AB64
RGB
CMYK
RGB Variations
Color information
#19AB64 (or 0x19AB64) is known color: Jade. HEX triplet: 19, AB and 64. RGB value is (25,171,100). Sum of RGB (Red+Green+Blue) = 25+171+100=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AB64 is #E6549B. Grayscale: #777777. Windows color (decimal): -15094940 or 6597401. OLE color: 6597401.
HSL color Cylindrical-coordinate representation of color #19AB64: hue angle of 150.82º 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 #19AB64 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 100 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.33 |
| HSL | 150.82º | 0.74% | 0.38% | - |
| HSV(B) | 150.82º | 0.85% | 0.67% | - |
| XYZ | 17.26 | 30.25 | 16.99 | - |
| YUV | 119.25 | 117.13 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 100 | 0.85 | 0 | 0.42 | 0.33 | 150.82 | 0.74 | 0.38 |
| Hex | 19 | AB | 64 | 55 | 0 | 2A | 21 | 97 | 4A | 26 |
| Octal | 31 | 253 | 144 | 125 | 0 | 52 | 41 | 227 | 112 | 46 |
| Binary | 11001 | 10101011 | 1100100 | 1010101 | 0 | 101010 | 100001 | 10010111 | 1001010 | 100110 |
Color Harmonies of #19AB64
Complementary color
Monochromatic Colors of #19AB64
Black with #19AB64
Text Example
Text Example
White with #19AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB64; }
p { color: rgb(25,171,100); }
H1.HeaderClassName
{
color: #19AB64;
}
.AnyTagClassName
{
color: #19AB64;
}
</style>
background-color css
<style>
a { background-color: #19AB64; }
a { background-color: rgb(25,171,100); }
div.DivClassName
{
background-color: #19AB64;
}
.BgClassName
{
background-color: #19AB64;
}
</style>
border-color css
<style>
span { border-color: #19AB64; }
span { border-color: rgb(25,171,100); }
td.TdClassName
{
border-color: #19AB64;
}
.TagClassName
{
border-color: #19AB64;
}
</style>