Shades of Jade #17AA66
Tints of Jade #17AA66
RGB
CMYK
RGB Variations
Color information
#17AA66 (or 0x17AA66) is known color: Jade. HEX triplet: 17, AA and 66. RGB value is (23,170,102). Sum of RGB (Red+Green+Blue) = 23+170+102=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #17AA66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17AA66 is #E85599. Grayscale: #767676. Windows color (decimal): -15226266 or 6728215. OLE color: 6728215.
HSL color Cylindrical-coordinate representation of color #17AA66: hue angle of 152.24º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17AA66 is Cyan = 0.86, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 170 | 102 | - |
| CMYK | 0.86 | 0 | 0.4 | 0.33 |
| HSL | 152.24º | 0.76% | 0.38% | - |
| HSV(B) | 152.24º | 0.86% | 0.67% | - |
| XYZ | 17.13 | 29.89 | 17.44 | - |
| YUV | 118.3 | 118.8 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 102 | 0.86 | 0 | 0.4 | 0.33 | 152.24 | 0.76 | 0.38 |
| Hex | 17 | AA | 66 | 56 | 0 | 28 | 21 | 98 | 4C | 26 |
| Octal | 27 | 252 | 146 | 126 | 0 | 50 | 41 | 230 | 114 | 46 |
| Binary | 10111 | 10101010 | 1100110 | 1010110 | 0 | 101000 | 100001 | 10011000 | 1001100 | 100110 |
Color Harmonies of #17AA66
Complementary color
Monochromatic Colors of #17AA66
Black with #17AA66
Text Example
Text Example
White with #17AA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AA66; }
p { color: rgb(23,170,102); }
H1.HeaderClassName
{
color: #17AA66;
}
.AnyTagClassName
{
color: #17AA66;
}
</style>
background-color css
<style>
a { background-color: #17AA66; }
a { background-color: rgb(23,170,102); }
div.DivClassName
{
background-color: #17AA66;
}
.BgClassName
{
background-color: #17AA66;
}
</style>
border-color css
<style>
span { border-color: #17AA66; }
span { border-color: rgb(23,170,102); }
td.TdClassName
{
border-color: #17AA66;
}
.TagClassName
{
border-color: #17AA66;
}
</style>