Shades of Fruit Salad #59A159
Tints of Fruit Salad #59A159
RGB
CMYK
RGB Variations
Color information
#59A159 (or 0x59A159) is known color: Fruit Salad. HEX triplet: 59, A1 and 59. RGB value is (89,161,89). Sum of RGB (Red+Green+Blue) = 89+161+89=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #59A159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #59A159 is #A65EA6. Grayscale: #838383. Windows color (decimal): -10903207 or 5874009. OLE color: 5874009.
HSL color Cylindrical-coordinate representation of color #59A159: hue angle of 120º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A159 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 89 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.37 |
| HSL | 120º | 0.29% | 0.49% | - |
| HSV(B) | 120º | 0.45% | 0.63% | - |
| XYZ | 18.67 | 28.33 | 13.94 | - |
| YUV | 131.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 89 | 0.45 | 0 | 0.45 | 0.37 | 120 | 0.29 | 0.49 |
| Hex | 59 | A1 | 59 | 2D | 0 | 2D | 25 | 78 | 1D | 31 |
| Octal | 131 | 241 | 131 | 55 | 0 | 55 | 45 | 170 | 35 | 61 |
| Binary | 1011001 | 10100001 | 1011001 | 101101 | 0 | 101101 | 100101 | 1111000 | 11101 | 110001 |
Color Harmonies of #59A159
Complementary color
Monochromatic Colors of #59A159
Black with #59A159
Text Example
Text Example
White with #59A159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A159; }
p { color: rgb(89,161,89); }
H1.HeaderClassName
{
color: #59A159;
}
.AnyTagClassName
{
color: #59A159;
}
</style>
background-color css
<style>
a { background-color: #59A159; }
a { background-color: rgb(89,161,89); }
div.DivClassName
{
background-color: #59A159;
}
.BgClassName
{
background-color: #59A159;
}
</style>
border-color css
<style>
span { border-color: #59A159; }
span { border-color: rgb(89,161,89); }
td.TdClassName
{
border-color: #59A159;
}
.TagClassName
{
border-color: #59A159;
}
</style>