Shades of Jade #17BC60
Tints of Jade #17BC60
RGB
CMYK
RGB Variations
Color information
#17BC60 (or 0x17BC60) is known color: Jade. HEX triplet: 17, BC and 60. RGB value is (23,188,96). Sum of RGB (Red+Green+Blue) = 23+188+96=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #17BC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17BC60 is #E8439F. Grayscale: #808080. Windows color (decimal): -15221664 or 6339607. OLE color: 6339607.
HSL color Cylindrical-coordinate representation of color #17BC60: hue angle of 146.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BC60 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 188 | 96 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.26 |
| HSL | 146.55º | 0.78% | 0.41% | - |
| HSV(B) | 146.55º | 0.88% | 0.74% | - |
| XYZ | 20.45 | 36.99 | 17.13 | - |
| YUV | 128.18 | 109.84 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 96 | 0.88 | 0 | 0.49 | 0.26 | 146.55 | 0.78 | 0.41 |
| Hex | 17 | BC | 60 | 58 | 0 | 31 | 1A | 93 | 4E | 29 |
| Octal | 27 | 274 | 140 | 130 | 0 | 61 | 32 | 223 | 116 | 51 |
| Binary | 10111 | 10111100 | 1100000 | 1011000 | 0 | 110001 | 11010 | 10010011 | 1001110 | 101001 |
Color Harmonies of #17BC60
Complementary color
Monochromatic Colors of #17BC60
Black with #17BC60
Text Example
Text Example
White with #17BC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BC60; }
p { color: rgb(23,188,96); }
H1.HeaderClassName
{
color: #17BC60;
}
.AnyTagClassName
{
color: #17BC60;
}
</style>
background-color css
<style>
a { background-color: #17BC60; }
a { background-color: rgb(23,188,96); }
div.DivClassName
{
background-color: #17BC60;
}
.BgClassName
{
background-color: #17BC60;
}
</style>
border-color css
<style>
span { border-color: #17BC60; }
span { border-color: rgb(23,188,96); }
td.TdClassName
{
border-color: #17BC60;
}
.TagClassName
{
border-color: #17BC60;
}
</style>