Shades of Jade #19AB6C
Tints of Jade #19AB6C
RGB
CMYK
RGB Variations
Color information
#19AB6C (or 0x19AB6C) is known color: Jade. HEX triplet: 19, AB and 6C. RGB value is (25,171,108). Sum of RGB (Red+Green+Blue) = 25+171+108=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AB6C is #E65493. Grayscale: #787878. Windows color (decimal): -15094932 or 7121689. OLE color: 7121689.
HSL color Cylindrical-coordinate representation of color #19AB6C: hue angle of 154.11º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AB6C is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 108 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.33 |
| HSL | 154.11º | 0.74% | 0.38% | - |
| HSV(B) | 154.11º | 0.85% | 0.67% | - |
| XYZ | 17.67 | 30.42 | 19.13 | - |
| YUV | 120.16 | 121.13 | 60.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 108 | 0.85 | 0 | 0.37 | 0.33 | 154.11 | 0.74 | 0.38 |
| Hex | 19 | AB | 6C | 55 | 0 | 25 | 21 | 9A | 4A | 26 |
| Octal | 31 | 253 | 154 | 125 | 0 | 45 | 41 | 232 | 112 | 46 |
| Binary | 11001 | 10101011 | 1101100 | 1010101 | 0 | 100101 | 100001 | 10011010 | 1001010 | 100110 |
Color Harmonies of #19AB6C
Complementary color
Monochromatic Colors of #19AB6C
Black with #19AB6C
Text Example
Text Example
White with #19AB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB6C; }
p { color: rgb(25,171,108); }
H1.HeaderClassName
{
color: #19AB6C;
}
.AnyTagClassName
{
color: #19AB6C;
}
</style>
background-color css
<style>
a { background-color: #19AB6C; }
a { background-color: rgb(25,171,108); }
div.DivClassName
{
background-color: #19AB6C;
}
.BgClassName
{
background-color: #19AB6C;
}
</style>
border-color css
<style>
span { border-color: #19AB6C; }
span { border-color: rgb(25,171,108); }
td.TdClassName
{
border-color: #19AB6C;
}
.TagClassName
{
border-color: #19AB6C;
}
</style>