Shades of Jade #19A967
Tints of Jade #19A967
RGB
CMYK
RGB Variations
Color information
#19A967 (or 0x19A967) is known color: Jade. HEX triplet: 19, A9 and 67. RGB value is (25,169,103). Sum of RGB (Red+Green+Blue) = 25+169+103=297 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.42% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #19A967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A967 is #E65698. Grayscale: #767676. Windows color (decimal): -15095449 or 6793497. OLE color: 6793497.
HSL color Cylindrical-coordinate representation of color #19A967: hue angle of 152.5º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A967 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 103 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.34 |
| HSL | 152.5º | 0.74% | 0.38% | - |
| HSV(B) | 152.5º | 0.85% | 0.66% | - |
| XYZ | 17.04 | 29.56 | 17.64 | - |
| YUV | 118.42 | 119.29 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 103 | 0.85 | 0 | 0.39 | 0.34 | 152.5 | 0.74 | 0.38 |
| Hex | 19 | A9 | 67 | 55 | 0 | 27 | 22 | 98 | 4A | 26 |
| Octal | 31 | 251 | 147 | 125 | 0 | 47 | 42 | 230 | 112 | 46 |
| Binary | 11001 | 10101001 | 1100111 | 1010101 | 0 | 100111 | 100010 | 10011000 | 1001010 | 100110 |
Color Harmonies of #19A967
Complementary color
Monochromatic Colors of #19A967
Black with #19A967
Text Example
Text Example
White with #19A967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A967; }
p { color: rgb(25,169,103); }
H1.HeaderClassName
{
color: #19A967;
}
.AnyTagClassName
{
color: #19A967;
}
</style>
background-color css
<style>
a { background-color: #19A967; }
a { background-color: rgb(25,169,103); }
div.DivClassName
{
background-color: #19A967;
}
.BgClassName
{
background-color: #19A967;
}
</style>
border-color css
<style>
span { border-color: #19A967; }
span { border-color: rgb(25,169,103); }
td.TdClassName
{
border-color: #19A967;
}
.TagClassName
{
border-color: #19A967;
}
</style>