Shades of Jade #17AC66
Tints of Jade #17AC66
RGB
CMYK
RGB Variations
Color information
#17AC66 (or 0x17AC66) is known color: Jade. HEX triplet: 17, AC and 66. RGB value is (23,172,102). Sum of RGB (Red+Green+Blue) = 23+172+102=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #17AC66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #17AC66 is #E85399. Grayscale: #777777. Windows color (decimal): -15225754 or 6728727. OLE color: 6728727.
HSL color Cylindrical-coordinate representation of color #17AC66: hue angle of 151.81º 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 #17AC66 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 172 | 102 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.33 |
| HSL | 151.81º | 0.76% | 0.38% | - |
| HSV(B) | 151.81º | 0.87% | 0.67% | - |
| XYZ | 17.5 | 30.65 | 17.56 | - |
| YUV | 119.47 | 118.14 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 172 | 102 | 0.87 | 0 | 0.41 | 0.33 | 151.81 | 0.76 | 0.38 |
| Hex | 17 | AC | 66 | 57 | 0 | 29 | 21 | 98 | 4C | 26 |
| Octal | 27 | 254 | 146 | 127 | 0 | 51 | 41 | 230 | 114 | 46 |
| Binary | 10111 | 10101100 | 1100110 | 1010111 | 0 | 101001 | 100001 | 10011000 | 1001100 | 100110 |
Color Harmonies of #17AC66
Complementary color
Monochromatic Colors of #17AC66
Black with #17AC66
Text Example
Text Example
White with #17AC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AC66; }
p { color: rgb(23,172,102); }
H1.HeaderClassName
{
color: #17AC66;
}
.AnyTagClassName
{
color: #17AC66;
}
</style>
background-color css
<style>
a { background-color: #17AC66; }
a { background-color: rgb(23,172,102); }
div.DivClassName
{
background-color: #17AC66;
}
.BgClassName
{
background-color: #17AC66;
}
</style>
border-color css
<style>
span { border-color: #17AC66; }
span { border-color: rgb(23,172,102); }
td.TdClassName
{
border-color: #17AC66;
}
.TagClassName
{
border-color: #17AC66;
}
</style>