Shades of Jade #17B365
Tints of Jade #17B365
RGB
CMYK
RGB Variations
Color information
#17B365 (or 0x17B365) is known color: Jade. HEX triplet: 17, B3 and 65. RGB value is (23,179,101). Sum of RGB (Red+Green+Blue) = 23+179+101=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #17B365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17B365 is #E84C9A. Grayscale: #7B7B7B. Windows color (decimal): -15223963 or 6664983. OLE color: 6664983.
HSL color Cylindrical-coordinate representation of color #17B365: hue angle of 150º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #17B365 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 179 | 101 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.30 |
| HSL | 150º | 0.77% | 0.4% | - |
| HSV(B) | 150º | 0.87% | 0.7% | - |
| XYZ | 18.82 | 33.36 | 17.76 | - |
| YUV | 123.46 | 115.32 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 179 | 101 | 0.87 | 0 | 0.44 | 0.30 | 150 | 0.77 | 0.4 |
| Hex | 17 | B3 | 65 | 57 | 0 | 2C | 1E | 96 | 4D | 28 |
| Octal | 27 | 263 | 145 | 127 | 0 | 54 | 36 | 226 | 115 | 50 |
| Binary | 10111 | 10110011 | 1100101 | 1010111 | 0 | 101100 | 11110 | 10010110 | 1001101 | 101000 |
Color Harmonies of #17B365
Complementary color
Monochromatic Colors of #17B365
Black with #17B365
Text Example
Text Example
White with #17B365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B365; }
p { color: rgb(23,179,101); }
H1.HeaderClassName
{
color: #17B365;
}
.AnyTagClassName
{
color: #17B365;
}
</style>
background-color css
<style>
a { background-color: #17B365; }
a { background-color: rgb(23,179,101); }
div.DivClassName
{
background-color: #17B365;
}
.BgClassName
{
background-color: #17B365;
}
</style>
border-color css
<style>
span { border-color: #17B365; }
span { border-color: rgb(23,179,101); }
td.TdClassName
{
border-color: #17B365;
}
.TagClassName
{
border-color: #17B365;
}
</style>