Shades of Jade #19AA64
Tints of Jade #19AA64
RGB
CMYK
RGB Variations
Color information
#19AA64 (or 0x19AA64) is known color: Jade. HEX triplet: 19, AA and 64. RGB value is (25,170,100). Sum of RGB (Red+Green+Blue) = 25+170+100=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AA64 is #E6559B. Grayscale: #767676. Windows color (decimal): -15095196 or 6597145. OLE color: 6597145.
HSL color Cylindrical-coordinate representation of color #19AA64: hue angle of 151.03º 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 #19AA64 is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 100 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.33 |
| HSL | 151.03º | 0.74% | 0.38% | - |
| HSV(B) | 151.03º | 0.85% | 0.67% | - |
| XYZ | 17.08 | 29.88 | 16.92 | - |
| YUV | 118.67 | 117.46 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 100 | 0.85 | 0 | 0.41 | 0.33 | 151.03 | 0.74 | 0.38 |
| Hex | 19 | AA | 64 | 55 | 0 | 29 | 21 | 97 | 4A | 26 |
| Octal | 31 | 252 | 144 | 125 | 0 | 51 | 41 | 227 | 112 | 46 |
| Binary | 11001 | 10101010 | 1100100 | 1010101 | 0 | 101001 | 100001 | 10010111 | 1001010 | 100110 |
Color Harmonies of #19AA64
Complementary color
Monochromatic Colors of #19AA64
Black with #19AA64
Text Example
Text Example
White with #19AA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA64; }
p { color: rgb(25,170,100); }
H1.HeaderClassName
{
color: #19AA64;
}
.AnyTagClassName
{
color: #19AA64;
}
</style>
background-color css
<style>
a { background-color: #19AA64; }
a { background-color: rgb(25,170,100); }
div.DivClassName
{
background-color: #19AA64;
}
.BgClassName
{
background-color: #19AA64;
}
</style>
border-color css
<style>
span { border-color: #19AA64; }
span { border-color: rgb(25,170,100); }
td.TdClassName
{
border-color: #19AA64;
}
.TagClassName
{
border-color: #19AA64;
}
</style>