Shades of Jade #19B463
Tints of Jade #19B463
RGB
CMYK
RGB Variations
Color information
#19B463 (or 0x19B463) is known color: Jade. HEX triplet: 19, B4 and 63. RGB value is (25,180,99). Sum of RGB (Red+Green+Blue) = 25+180+99=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 180 (70.70% from 255 or 59.21% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 180 - color contains mainly: green. Hex color #19B463 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B463 is #E64B9C. Grayscale: #7C7C7C. Windows color (decimal): -15092637 or 6534169. OLE color: 6534169.
HSL color Cylindrical-coordinate representation of color #19B463: hue angle of 148.65º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B463 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 180 | 99 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.29 |
| HSL | 148.65º | 0.76% | 0.4% | - |
| HSV(B) | 148.65º | 0.86% | 0.71% | - |
| XYZ | 18.97 | 33.75 | 17.32 | - |
| YUV | 124.42 | 113.65 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 180 | 99 | 0.86 | 0 | 0.45 | 0.29 | 148.65 | 0.76 | 0.4 |
| Hex | 19 | B4 | 63 | 56 | 0 | 2D | 1D | 95 | 4C | 28 |
| Octal | 31 | 264 | 143 | 126 | 0 | 55 | 35 | 225 | 114 | 50 |
| Binary | 11001 | 10110100 | 1100011 | 1010110 | 0 | 101101 | 11101 | 10010101 | 1001100 | 101000 |
Color Harmonies of #19B463
Complementary color
Monochromatic Colors of #19B463
Black with #19B463
Text Example
Text Example
White with #19B463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B463; }
p { color: rgb(25,180,99); }
H1.HeaderClassName
{
color: #19B463;
}
.AnyTagClassName
{
color: #19B463;
}
</style>
background-color css
<style>
a { background-color: #19B463; }
a { background-color: rgb(25,180,99); }
div.DivClassName
{
background-color: #19B463;
}
.BgClassName
{
background-color: #19B463;
}
</style>
border-color css
<style>
span { border-color: #19B463; }
span { border-color: rgb(25,180,99); }
td.TdClassName
{
border-color: #19B463;
}
.TagClassName
{
border-color: #19B463;
}
</style>