Shades of Jade #19A26A
Tints of Jade #19A26A
RGB
CMYK
RGB Variations
Color information
#19A26A (or 0x19A26A) is known color: Jade. HEX triplet: 19, A2 and 6A. RGB value is (25,162,106). Sum of RGB (Red+Green+Blue) = 25+162+106=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #19A26A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A26A is #E65D95. Grayscale: #727272. Windows color (decimal): -15097238 or 6988313. OLE color: 6988313.
HSL color Cylindrical-coordinate representation of color #19A26A: hue angle of 155.47º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A26A is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 162 | 106 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.36 |
| HSL | 155.47º | 0.73% | 0.37% | - |
| HSV(B) | 155.47º | 0.85% | 0.64% | - |
| XYZ | 15.92 | 27.09 | 18.02 | - |
| YUV | 114.65 | 123.11 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 162 | 106 | 0.85 | 0 | 0.35 | 0.36 | 155.47 | 0.73 | 0.37 |
| Hex | 19 | A2 | 6A | 55 | 0 | 23 | 24 | 9B | 49 | 25 |
| Octal | 31 | 242 | 152 | 125 | 0 | 43 | 44 | 233 | 111 | 45 |
| Binary | 11001 | 10100010 | 1101010 | 1010101 | 0 | 100011 | 100100 | 10011011 | 1001001 | 100101 |
Color Harmonies of #19A26A
Complementary color
Monochromatic Colors of #19A26A
Black with #19A26A
Text Example
Text Example
White with #19A26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A26A; }
p { color: rgb(25,162,106); }
H1.HeaderClassName
{
color: #19A26A;
}
.AnyTagClassName
{
color: #19A26A;
}
</style>
background-color css
<style>
a { background-color: #19A26A; }
a { background-color: rgb(25,162,106); }
div.DivClassName
{
background-color: #19A26A;
}
.BgClassName
{
background-color: #19A26A;
}
</style>
border-color css
<style>
span { border-color: #19A26A; }
span { border-color: rgb(25,162,106); }
td.TdClassName
{
border-color: #19A26A;
}
.TagClassName
{
border-color: #19A26A;
}
</style>