Shades of Jade #19AA65
Tints of Jade #19AA65
RGB
CMYK
RGB Variations
Color information
#19AA65 (or 0x19AA65) is known color: Jade. HEX triplet: 19, AA and 65. RGB value is (25,170,101). Sum of RGB (Red+Green+Blue) = 25+170+101=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AA65 is #E6559A. Grayscale: #767676. Windows color (decimal): -15095195 or 6662681. OLE color: 6662681.
HSL color Cylindrical-coordinate representation of color #19AA65: hue angle of 151.45º 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 #19AA65 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 101 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.33 |
| HSL | 151.45º | 0.74% | 0.38% | - |
| HSV(B) | 151.45º | 0.85% | 0.67% | - |
| XYZ | 17.12 | 29.9 | 17.18 | - |
| YUV | 118.78 | 117.96 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 101 | 0.85 | 0 | 0.41 | 0.33 | 151.45 | 0.74 | 0.38 |
| Hex | 19 | AA | 65 | 55 | 0 | 29 | 21 | 97 | 4A | 26 |
| Octal | 31 | 252 | 145 | 125 | 0 | 51 | 41 | 227 | 112 | 46 |
| Binary | 11001 | 10101010 | 1100101 | 1010101 | 0 | 101001 | 100001 | 10010111 | 1001010 | 100110 |
Color Harmonies of #19AA65
Complementary color
Monochromatic Colors of #19AA65
Black with #19AA65
Text Example
Text Example
White with #19AA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA65; }
p { color: rgb(25,170,101); }
H1.HeaderClassName
{
color: #19AA65;
}
.AnyTagClassName
{
color: #19AA65;
}
</style>
background-color css
<style>
a { background-color: #19AA65; }
a { background-color: rgb(25,170,101); }
div.DivClassName
{
background-color: #19AA65;
}
.BgClassName
{
background-color: #19AA65;
}
</style>
border-color css
<style>
span { border-color: #19AA65; }
span { border-color: rgb(25,170,101); }
td.TdClassName
{
border-color: #19AA65;
}
.TagClassName
{
border-color: #19AA65;
}
</style>