Shades of Jade #17B364
Tints of Jade #17B364
RGB
CMYK
RGB Variations
Color information
#17B364 (or 0x17B364) is known color: Jade. HEX triplet: 17, B3 and 64. RGB value is (23,179,100). Sum of RGB (Red+Green+Blue) = 23+179+100=302 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.62% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #17B364 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17B364 is #E84C9B. Grayscale: #7B7B7B. Windows color (decimal): -15223964 or 6599447. OLE color: 6599447.
HSL color Cylindrical-coordinate representation of color #17B364: hue angle of 149.62º 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 #17B364 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 23 | 179 | 100 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.30 |
| HSL | 149.62º | 0.77% | 0.4% | - |
| HSV(B) | 149.62º | 0.87% | 0.7% | - |
| XYZ | 18.77 | 33.34 | 17.5 | - |
| YUV | 123.35 | 114.82 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 179 | 100 | 0.87 | 0 | 0.44 | 0.30 | 149.62 | 0.77 | 0.4 |
| Hex | 17 | B3 | 64 | 57 | 0 | 2C | 1E | 96 | 4D | 28 |
| Octal | 27 | 263 | 144 | 127 | 0 | 54 | 36 | 226 | 115 | 50 |
| Binary | 10111 | 10110011 | 1100100 | 1010111 | 0 | 101100 | 11110 | 10010110 | 1001101 | 101000 |
Color Harmonies of #17B364
Complementary color
Monochromatic Colors of #17B364
Black with #17B364
Text Example
Text Example
White with #17B364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B364; }
p { color: rgb(23,179,100); }
H1.HeaderClassName
{
color: #17B364;
}
.AnyTagClassName
{
color: #17B364;
}
</style>
background-color css
<style>
a { background-color: #17B364; }
a { background-color: rgb(23,179,100); }
div.DivClassName
{
background-color: #17B364;
}
.BgClassName
{
background-color: #17B364;
}
</style>
border-color css
<style>
span { border-color: #17B364; }
span { border-color: rgb(23,179,100); }
td.TdClassName
{
border-color: #17B364;
}
.TagClassName
{
border-color: #17B364;
}
</style>