Shades of Jade #17AD68
Tints of Jade #17AD68
RGB
CMYK
RGB Variations
Color information
#17AD68 (or 0x17AD68) is known color: Jade. HEX triplet: 17, AD and 68. RGB value is (23,173,104). Sum of RGB (Red+Green+Blue) = 23+173+104=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #17AD68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17AD68 is #E85297. Grayscale: #787878. Windows color (decimal): -15225496 or 6860055. OLE color: 6860055.
HSL color Cylindrical-coordinate representation of color #17AD68: hue angle of 152.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17AD68 is Cyan = 0.87, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 173 | 104 | - |
| CMYK | 0.87 | 0 | 0.40 | 0.32 |
| HSL | 152.4º | 0.77% | 0.38% | - |
| HSV(B) | 152.4º | 0.87% | 0.68% | - |
| XYZ | 17.8 | 31.07 | 18.16 | - |
| YUV | 120.28 | 118.81 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 173 | 104 | 0.87 | 0 | 0.40 | 0.32 | 152.4 | 0.77 | 0.38 |
| Hex | 17 | AD | 68 | 57 | 0 | 28 | 20 | 98 | 4D | 26 |
| Octal | 27 | 255 | 150 | 127 | 0 | 50 | 40 | 230 | 115 | 46 |
| Binary | 10111 | 10101101 | 1101000 | 1010111 | 0 | 101000 | 100000 | 10011000 | 1001101 | 100110 |
Color Harmonies of #17AD68
Complementary color
Monochromatic Colors of #17AD68
Black with #17AD68
Text Example
Text Example
White with #17AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AD68; }
p { color: rgb(23,173,104); }
H1.HeaderClassName
{
color: #17AD68;
}
.AnyTagClassName
{
color: #17AD68;
}
</style>
background-color css
<style>
a { background-color: #17AD68; }
a { background-color: rgb(23,173,104); }
div.DivClassName
{
background-color: #17AD68;
}
.BgClassName
{
background-color: #17AD68;
}
</style>
border-color css
<style>
span { border-color: #17AD68; }
span { border-color: rgb(23,173,104); }
td.TdClassName
{
border-color: #17AD68;
}
.TagClassName
{
border-color: #17AD68;
}
</style>