Shades of Jade #17AB65
Tints of Jade #17AB65
RGB
CMYK
RGB Variations
Color information
#17AB65 (or 0x17AB65) is known color: Jade. HEX triplet: 17, AB and 65. RGB value is (23,171,101). Sum of RGB (Red+Green+Blue) = 23+171+101=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #17AB65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17AB65 is #E8549A. Grayscale: #767676. Windows color (decimal): -15226011 or 6662935. OLE color: 6662935.
HSL color Cylindrical-coordinate representation of color #17AB65: hue angle of 151.62º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17AB65 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 171 | 101 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.33 |
| HSL | 151.62º | 0.76% | 0.38% | - |
| HSV(B) | 151.62º | 0.87% | 0.67% | - |
| XYZ | 17.27 | 30.25 | 17.24 | - |
| YUV | 118.77 | 117.97 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 171 | 101 | 0.87 | 0 | 0.41 | 0.33 | 151.62 | 0.76 | 0.38 |
| Hex | 17 | AB | 65 | 57 | 0 | 29 | 21 | 98 | 4C | 26 |
| Octal | 27 | 253 | 145 | 127 | 0 | 51 | 41 | 230 | 114 | 46 |
| Binary | 10111 | 10101011 | 1100101 | 1010111 | 0 | 101001 | 100001 | 10011000 | 1001100 | 100110 |
Color Harmonies of #17AB65
Complementary color
Monochromatic Colors of #17AB65
Black with #17AB65
Text Example
Text Example
White with #17AB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AB65; }
p { color: rgb(23,171,101); }
H1.HeaderClassName
{
color: #17AB65;
}
.AnyTagClassName
{
color: #17AB65;
}
</style>
background-color css
<style>
a { background-color: #17AB65; }
a { background-color: rgb(23,171,101); }
div.DivClassName
{
background-color: #17AB65;
}
.BgClassName
{
background-color: #17AB65;
}
</style>
border-color css
<style>
span { border-color: #17AB65; }
span { border-color: rgb(23,171,101); }
td.TdClassName
{
border-color: #17AB65;
}
.TagClassName
{
border-color: #17AB65;
}
</style>