Shades of Fruit Salad #5AA456
Tints of Fruit Salad #5AA456
RGB
CMYK
RGB Variations
Color information
#5AA456 (or 0x5AA456) is known color: Fruit Salad. HEX triplet: 5A, A4 and 56. RGB value is (90,164,86). Sum of RGB (Red+Green+Blue) = 90+164+86=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA456 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA456 is #A55BA9. Grayscale: #858585. Windows color (decimal): -10836906 or 5678170. OLE color: 5678170.
HSL color Cylindrical-coordinate representation of color #5AA456: hue angle of 116.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA456 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 90 | 164 | 86 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.36 |
| HSL | 116.92º | 0.31% | 0.49% | - |
| HSV(B) | 116.92º | 0.48% | 0.64% | - |
| XYZ | 19.17 | 29.4 | 13.47 | - |
| YUV | 132.98 | 101.48 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 164 | 86 | 0.45 | 0 | 0.48 | 0.36 | 116.92 | 0.31 | 0.49 |
| Hex | 5A | A4 | 56 | 2D | 0 | 30 | 24 | 75 | 1F | 31 |
| Octal | 132 | 244 | 126 | 55 | 0 | 60 | 44 | 165 | 37 | 61 |
| Binary | 1011010 | 10100100 | 1010110 | 101101 | 0 | 110000 | 100100 | 1110101 | 11111 | 110001 |
Color Harmonies of #5AA456
Complementary color
Monochromatic Colors of #5AA456
Black with #5AA456
Text Example
Text Example
White with #5AA456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA456; }
p { color: rgb(90,164,86); }
H1.HeaderClassName
{
color: #5AA456;
}
.AnyTagClassName
{
color: #5AA456;
}
</style>
background-color css
<style>
a { background-color: #5AA456; }
a { background-color: rgb(90,164,86); }
div.DivClassName
{
background-color: #5AA456;
}
.BgClassName
{
background-color: #5AA456;
}
</style>
border-color css
<style>
span { border-color: #5AA456; }
span { border-color: rgb(90,164,86); }
td.TdClassName
{
border-color: #5AA456;
}
.TagClassName
{
border-color: #5AA456;
}
</style>