Shades of Fruit Salad #5AAF59
Tints of Fruit Salad #5AAF59
RGB
CMYK
RGB Variations
Color information
#5AAF59 (or 0x5AAF59) is known color: Fruit Salad. HEX triplet: 5A, AF and 59. RGB value is (90,175,89). Sum of RGB (Red+Green+Blue) = 90+175+89=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF59 is #A550A6. Grayscale: #8C8C8C. Windows color (decimal): -10834087 or 5877594. OLE color: 5877594.
HSL color Cylindrical-coordinate representation of color #5AAF59: hue angle of 119.3º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF59 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 89 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.31 |
| HSL | 119.3º | 0.35% | 0.52% | - |
| HSV(B) | 119.3º | 0.49% | 0.69% | - |
| XYZ | 21.35 | 33.55 | 14.8 | - |
| YUV | 139.78 | 99.34 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 89 | 0.49 | 0 | 0.49 | 0.31 | 119.3 | 0.35 | 0.52 |
| Hex | 5A | AF | 59 | 31 | 0 | 31 | 1F | 77 | 23 | 34 |
| Octal | 132 | 257 | 131 | 61 | 0 | 61 | 37 | 167 | 43 | 64 |
| Binary | 1011010 | 10101111 | 1011001 | 110001 | 0 | 110001 | 11111 | 1110111 | 100011 | 110100 |
Color Harmonies of #5AAF59
Complementary color
Monochromatic Colors of #5AAF59
Black with #5AAF59
Text Example
Text Example
White with #5AAF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF59; }
p { color: rgb(90,175,89); }
H1.HeaderClassName
{
color: #5AAF59;
}
.AnyTagClassName
{
color: #5AAF59;
}
</style>
background-color css
<style>
a { background-color: #5AAF59; }
a { background-color: rgb(90,175,89); }
div.DivClassName
{
background-color: #5AAF59;
}
.BgClassName
{
background-color: #5AAF59;
}
</style>
border-color css
<style>
span { border-color: #5AAF59; }
span { border-color: rgb(90,175,89); }
td.TdClassName
{
border-color: #5AAF59;
}
.TagClassName
{
border-color: #5AAF59;
}
</style>