Shades of Jade #19AC63
Tints of Jade #19AC63
RGB
CMYK
RGB Variations
Color information
#19AC63 (or 0x19AC63) is known color: Jade. HEX triplet: 19, AC and 63. RGB value is (25,172,99). Sum of RGB (Red+Green+Blue) = 25+172+99=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AC63 is #E6539C. Grayscale: #777777. Windows color (decimal): -15094685 or 6532121. OLE color: 6532121.
HSL color Cylindrical-coordinate representation of color #19AC63: hue angle of 150.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC63 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 172 | 99 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.33 |
| HSL | 150.2º | 0.75% | 0.39% | - |
| HSV(B) | 150.2º | 0.85% | 0.67% | - |
| XYZ | 17.41 | 30.61 | 16.8 | - |
| YUV | 119.73 | 116.3 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 99 | 0.85 | 0 | 0.42 | 0.33 | 150.2 | 0.75 | 0.39 |
| Hex | 19 | AC | 63 | 55 | 0 | 2A | 21 | 96 | 4B | 27 |
| Octal | 31 | 254 | 143 | 125 | 0 | 52 | 41 | 226 | 113 | 47 |
| Binary | 11001 | 10101100 | 1100011 | 1010101 | 0 | 101010 | 100001 | 10010110 | 1001011 | 100111 |
Color Harmonies of #19AC63
Complementary color
Monochromatic Colors of #19AC63
Black with #19AC63
Text Example
Text Example
White with #19AC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AC63; }
p { color: rgb(25,172,99); }
H1.HeaderClassName
{
color: #19AC63;
}
.AnyTagClassName
{
color: #19AC63;
}
</style>
background-color css
<style>
a { background-color: #19AC63; }
a { background-color: rgb(25,172,99); }
div.DivClassName
{
background-color: #19AC63;
}
.BgClassName
{
background-color: #19AC63;
}
</style>
border-color css
<style>
span { border-color: #19AC63; }
span { border-color: rgb(25,172,99); }
td.TdClassName
{
border-color: #19AC63;
}
.TagClassName
{
border-color: #19AC63;
}
</style>