Shades of Jade #19A56A
Tints of Jade #19A56A
RGB
CMYK
RGB Variations
Color information
#19A56A (or 0x19A56A) is known color: Jade. HEX triplet: 19, A5 and 6A. RGB value is (25,165,106). Sum of RGB (Red+Green+Blue) = 25+165+106=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #19A56A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A56A is #E65A95. Grayscale: #747474. Windows color (decimal): -15096470 or 6989081. OLE color: 6989081.
HSL color Cylindrical-coordinate representation of color #19A56A: hue angle of 154.71º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A56A is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 165 | 106 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.35 |
| HSL | 154.71º | 0.74% | 0.37% | - |
| HSV(B) | 154.71º | 0.85% | 0.65% | - |
| XYZ | 16.46 | 28.16 | 18.2 | - |
| YUV | 116.41 | 122.12 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 165 | 106 | 0.85 | 0 | 0.36 | 0.35 | 154.71 | 0.74 | 0.37 |
| Hex | 19 | A5 | 6A | 55 | 0 | 24 | 23 | 9B | 4A | 25 |
| Octal | 31 | 245 | 152 | 125 | 0 | 44 | 43 | 233 | 112 | 45 |
| Binary | 11001 | 10100101 | 1101010 | 1010101 | 0 | 100100 | 100011 | 10011011 | 1001010 | 100101 |
Color Harmonies of #19A56A
Complementary color
Monochromatic Colors of #19A56A
Black with #19A56A
Text Example
Text Example
White with #19A56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A56A; }
p { color: rgb(25,165,106); }
H1.HeaderClassName
{
color: #19A56A;
}
.AnyTagClassName
{
color: #19A56A;
}
</style>
background-color css
<style>
a { background-color: #19A56A; }
a { background-color: rgb(25,165,106); }
div.DivClassName
{
background-color: #19A56A;
}
.BgClassName
{
background-color: #19A56A;
}
</style>
border-color css
<style>
span { border-color: #19A56A; }
span { border-color: rgb(25,165,106); }
td.TdClassName
{
border-color: #19A56A;
}
.TagClassName
{
border-color: #19A56A;
}
</style>