Shades of Fruit Salad #5A9B60
Tints of Fruit Salad #5A9B60
RGB
CMYK
RGB Variations
Color information
#5A9B60 (or 0x5A9B60) is known color: Fruit Salad. HEX triplet: 5A, 9B and 60. RGB value is (90,155,96). Sum of RGB (Red+Green+Blue) = 90+155+96=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B60 is #A5649F. Grayscale: #818181. Windows color (decimal): -10839200 or 6331226. OLE color: 6331226.
HSL color Cylindrical-coordinate representation of color #5A9B60: hue angle of 125.54º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B60 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 155 | 96 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.39 |
| HSL | 125.54º | 0.27% | 0.48% | - |
| HSV(B) | 125.54º | 0.42% | 0.61% | - |
| XYZ | 18.05 | 26.46 | 15.22 | - |
| YUV | 128.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 96 | 0.42 | 0 | 0.38 | 0.39 | 125.54 | 0.27 | 0.48 |
| Hex | 5A | 9B | 60 | 2A | 0 | 26 | 27 | 7E | 1B | 30 |
| Octal | 132 | 233 | 140 | 52 | 0 | 46 | 47 | 176 | 33 | 60 |
| Binary | 1011010 | 10011011 | 1100000 | 101010 | 0 | 100110 | 100111 | 1111110 | 11011 | 110000 |
Color Harmonies of #5A9B60
Complementary color
Monochromatic Colors of #5A9B60
Black with #5A9B60
Text Example
Text Example
White with #5A9B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9B60; }
p { color: rgb(90,155,96); }
H1.HeaderClassName
{
color: #5A9B60;
}
.AnyTagClassName
{
color: #5A9B60;
}
</style>
background-color css
<style>
a { background-color: #5A9B60; }
a { background-color: rgb(90,155,96); }
div.DivClassName
{
background-color: #5A9B60;
}
.BgClassName
{
background-color: #5A9B60;
}
</style>
border-color css
<style>
span { border-color: #5A9B60; }
span { border-color: rgb(90,155,96); }
td.TdClassName
{
border-color: #5A9B60;
}
.TagClassName
{
border-color: #5A9B60;
}
</style>