Shades of Fruit Salad #5AA656
Tints of Fruit Salad #5AA656
RGB
CMYK
RGB Variations
Color information
#5AA656 (or 0x5AA656) is known color: Fruit Salad. HEX triplet: 5A, A6 and 56. RGB value is (90,166,86). Sum of RGB (Red+Green+Blue) = 90+166+86=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA656 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA656 is #A559A9. Grayscale: #868686. Windows color (decimal): -10836394 or 5678682. OLE color: 5678682.
HSL color Cylindrical-coordinate representation of color #5AA656: hue angle of 117º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA656 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 166 | 86 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.35 |
| HSL | 117º | 0.32% | 0.49% | - |
| HSV(B) | 117º | 0.48% | 0.65% | - |
| XYZ | 19.53 | 30.12 | 13.59 | - |
| YUV | 134.16 | 100.82 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 166 | 86 | 0.46 | 0 | 0.48 | 0.35 | 117 | 0.32 | 0.49 |
| Hex | 5A | A6 | 56 | 2E | 0 | 30 | 23 | 75 | 20 | 31 |
| Octal | 132 | 246 | 126 | 56 | 0 | 60 | 43 | 165 | 40 | 61 |
| Binary | 1011010 | 10100110 | 1010110 | 101110 | 0 | 110000 | 100011 | 1110101 | 100000 | 110001 |
Color Harmonies of #5AA656
Complementary color
Monochromatic Colors of #5AA656
Black with #5AA656
Text Example
Text Example
White with #5AA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA656; }
p { color: rgb(90,166,86); }
H1.HeaderClassName
{
color: #5AA656;
}
.AnyTagClassName
{
color: #5AA656;
}
</style>
background-color css
<style>
a { background-color: #5AA656; }
a { background-color: rgb(90,166,86); }
div.DivClassName
{
background-color: #5AA656;
}
.BgClassName
{
background-color: #5AA656;
}
</style>
border-color css
<style>
span { border-color: #5AA656; }
span { border-color: rgb(90,166,86); }
td.TdClassName
{
border-color: #5AA656;
}
.TagClassName
{
border-color: #5AA656;
}
</style>