Shades of Jade #19AB65
Tints of Jade #19AB65
RGB
CMYK
RGB Variations
Color information
#19AB65 (or 0x19AB65) is known color: Jade. HEX triplet: 19, AB and 65. RGB value is (25,171,101). Sum of RGB (Red+Green+Blue) = 25+171+101=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AB65 is #E6549A. Grayscale: #777777. Windows color (decimal): -15094939 or 6662937. OLE color: 6662937.
HSL color Cylindrical-coordinate representation of color #19AB65: hue angle of 151.23º 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 #19AB65 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 101 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.33 |
| HSL | 151.23º | 0.74% | 0.38% | - |
| HSV(B) | 151.23º | 0.85% | 0.67% | - |
| XYZ | 17.31 | 30.27 | 17.24 | - |
| YUV | 119.37 | 117.63 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 101 | 0.85 | 0 | 0.41 | 0.33 | 151.23 | 0.74 | 0.38 |
| Hex | 19 | AB | 65 | 55 | 0 | 29 | 21 | 97 | 4A | 26 |
| Octal | 31 | 253 | 145 | 125 | 0 | 51 | 41 | 227 | 112 | 46 |
| Binary | 11001 | 10101011 | 1100101 | 1010101 | 0 | 101001 | 100001 | 10010111 | 1001010 | 100110 |
Color Harmonies of #19AB65
Complementary color
Monochromatic Colors of #19AB65
Black with #19AB65
Text Example
Text Example
White with #19AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB65; }
p { color: rgb(25,171,101); }
H1.HeaderClassName
{
color: #19AB65;
}
.AnyTagClassName
{
color: #19AB65;
}
</style>
background-color css
<style>
a { background-color: #19AB65; }
a { background-color: rgb(25,171,101); }
div.DivClassName
{
background-color: #19AB65;
}
.BgClassName
{
background-color: #19AB65;
}
</style>
border-color css
<style>
span { border-color: #19AB65; }
span { border-color: rgb(25,171,101); }
td.TdClassName
{
border-color: #19AB65;
}
.TagClassName
{
border-color: #19AB65;
}
</style>