Shades of Jade #17AD64
Tints of Jade #17AD64
RGB
CMYK
RGB Variations
Color information
#17AD64 (or 0x17AD64) is known color: Jade. HEX triplet: 17, AD and 64. RGB value is (23,173,100). Sum of RGB (Red+Green+Blue) = 23+173+100=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #17AD64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17AD64 is #E8529B. Grayscale: #777777. Windows color (decimal): -15225500 or 6597911. OLE color: 6597911.
HSL color Cylindrical-coordinate representation of color #17AD64: hue angle of 150.8º 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 #17AD64 is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 173 | 100 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.32 |
| HSL | 150.8º | 0.77% | 0.38% | - |
| HSV(B) | 150.8º | 0.87% | 0.68% | - |
| XYZ | 17.6 | 30.99 | 17.11 | - |
| YUV | 119.83 | 116.81 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 173 | 100 | 0.87 | 0 | 0.42 | 0.32 | 150.8 | 0.77 | 0.38 |
| Hex | 17 | AD | 64 | 57 | 0 | 2A | 20 | 97 | 4D | 26 |
| Octal | 27 | 255 | 144 | 127 | 0 | 52 | 40 | 227 | 115 | 46 |
| Binary | 10111 | 10101101 | 1100100 | 1010111 | 0 | 101010 | 100000 | 10010111 | 1001101 | 100110 |
Color Harmonies of #17AD64
Complementary color
Monochromatic Colors of #17AD64
Black with #17AD64
Text Example
Text Example
White with #17AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AD64; }
p { color: rgb(23,173,100); }
H1.HeaderClassName
{
color: #17AD64;
}
.AnyTagClassName
{
color: #17AD64;
}
</style>
background-color css
<style>
a { background-color: #17AD64; }
a { background-color: rgb(23,173,100); }
div.DivClassName
{
background-color: #17AD64;
}
.BgClassName
{
background-color: #17AD64;
}
</style>
border-color css
<style>
span { border-color: #17AD64; }
span { border-color: rgb(23,173,100); }
td.TdClassName
{
border-color: #17AD64;
}
.TagClassName
{
border-color: #17AD64;
}
</style>