Shades of Jade #17BA69
Tints of Jade #17BA69
RGB
CMYK
RGB Variations
Color information
#17BA69 (or 0x17BA69) is known color: Jade. HEX triplet: 17, BA and 69. RGB value is (23,186,105). Sum of RGB (Red+Green+Blue) = 23+186+105=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #17BA69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #17BA69 is #E84596. Grayscale: #808080. Windows color (decimal): -15222167 or 6928919. OLE color: 6928919.
HSL color Cylindrical-coordinate representation of color #17BA69: hue angle of 150.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BA69 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 186 | 105 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.27 |
| HSL | 150.18º | 0.78% | 0.41% | - |
| HSV(B) | 150.18º | 0.88% | 0.73% | - |
| XYZ | 20.46 | 36.32 | 19.3 | - |
| YUV | 128.03 | 115 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 105 | 0.88 | 0 | 0.44 | 0.27 | 150.18 | 0.78 | 0.41 |
| Hex | 17 | BA | 69 | 58 | 0 | 2C | 1B | 96 | 4E | 29 |
| Octal | 27 | 272 | 151 | 130 | 0 | 54 | 33 | 226 | 116 | 51 |
| Binary | 10111 | 10111010 | 1101001 | 1011000 | 0 | 101100 | 11011 | 10010110 | 1001110 | 101001 |
Color Harmonies of #17BA69
Complementary color
Monochromatic Colors of #17BA69
Black with #17BA69
Text Example
Text Example
White with #17BA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BA69; }
p { color: rgb(23,186,105); }
H1.HeaderClassName
{
color: #17BA69;
}
.AnyTagClassName
{
color: #17BA69;
}
</style>
background-color css
<style>
a { background-color: #17BA69; }
a { background-color: rgb(23,186,105); }
div.DivClassName
{
background-color: #17BA69;
}
.BgClassName
{
background-color: #17BA69;
}
</style>
border-color css
<style>
span { border-color: #17BA69; }
span { border-color: rgb(23,186,105); }
td.TdClassName
{
border-color: #17BA69;
}
.TagClassName
{
border-color: #17BA69;
}
</style>