Shades of Jade #19A96B
Tints of Jade #19A96B
RGB
CMYK
RGB Variations
Color information
#19A96B (or 0x19A96B) is known color: Jade. HEX triplet: 19, A9 and 6B. RGB value is (25,169,107). Sum of RGB (Red+Green+Blue) = 25+169+107=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #19A96B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A96B is #E65694. Grayscale: #767676. Windows color (decimal): -15095445 or 7055641. OLE color: 7055641.
HSL color Cylindrical-coordinate representation of color #19A96B: hue angle of 154.17º 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 #19A96B is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 107 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.34 |
| HSL | 154.17º | 0.74% | 0.38% | - |
| HSV(B) | 154.17º | 0.85% | 0.66% | - |
| XYZ | 17.24 | 29.64 | 18.72 | - |
| YUV | 118.88 | 121.29 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 107 | 0.85 | 0 | 0.37 | 0.34 | 154.17 | 0.74 | 0.38 |
| Hex | 19 | A9 | 6B | 55 | 0 | 25 | 22 | 9A | 4A | 26 |
| Octal | 31 | 251 | 153 | 125 | 0 | 45 | 42 | 232 | 112 | 46 |
| Binary | 11001 | 10101001 | 1101011 | 1010101 | 0 | 100101 | 100010 | 10011010 | 1001010 | 100110 |
Color Harmonies of #19A96B
Complementary color
Monochromatic Colors of #19A96B
Black with #19A96B
Text Example
Text Example
White with #19A96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A96B; }
p { color: rgb(25,169,107); }
H1.HeaderClassName
{
color: #19A96B;
}
.AnyTagClassName
{
color: #19A96B;
}
</style>
background-color css
<style>
a { background-color: #19A96B; }
a { background-color: rgb(25,169,107); }
div.DivClassName
{
background-color: #19A96B;
}
.BgClassName
{
background-color: #19A96B;
}
</style>
border-color css
<style>
span { border-color: #19A96B; }
span { border-color: rgb(25,169,107); }
td.TdClassName
{
border-color: #19A96B;
}
.TagClassName
{
border-color: #19A96B;
}
</style>