Shades of Jade #19B16C
Tints of Jade #19B16C
RGB
CMYK
RGB Variations
Color information
#19B16C (or 0x19B16C) is known color: Jade. HEX triplet: 19, B1 and 6C. RGB value is (25,177,108). Sum of RGB (Red+Green+Blue) = 25+177+108=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #19B16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19B16C is #E64E93. Grayscale: #7B7B7B. Windows color (decimal): -15093396 or 7123225. OLE color: 7123225.
HSL color Cylindrical-coordinate representation of color #19B16C: hue angle of 152.76º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B16C is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 177 | 108 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.31 |
| HSL | 152.76º | 0.75% | 0.4% | - |
| HSV(B) | 152.76º | 0.86% | 0.69% | - |
| XYZ | 18.83 | 32.73 | 19.51 | - |
| YUV | 123.69 | 119.14 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 177 | 108 | 0.86 | 0 | 0.39 | 0.31 | 152.76 | 0.75 | 0.4 |
| Hex | 19 | B1 | 6C | 56 | 0 | 27 | 1F | 99 | 4B | 28 |
| Octal | 31 | 261 | 154 | 126 | 0 | 47 | 37 | 231 | 113 | 50 |
| Binary | 11001 | 10110001 | 1101100 | 1010110 | 0 | 100111 | 11111 | 10011001 | 1001011 | 101000 |
Color Harmonies of #19B16C
Complementary color
Monochromatic Colors of #19B16C
Black with #19B16C
Text Example
Text Example
White with #19B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B16C; }
p { color: rgb(25,177,108); }
H1.HeaderClassName
{
color: #19B16C;
}
.AnyTagClassName
{
color: #19B16C;
}
</style>
background-color css
<style>
a { background-color: #19B16C; }
a { background-color: rgb(25,177,108); }
div.DivClassName
{
background-color: #19B16C;
}
.BgClassName
{
background-color: #19B16C;
}
</style>
border-color css
<style>
span { border-color: #19B16C; }
span { border-color: rgb(25,177,108); }
td.TdClassName
{
border-color: #19B16C;
}
.TagClassName
{
border-color: #19B16C;
}
</style>