Shades of Fruit Salad #5AA154
Tints of Fruit Salad #5AA154
RGB
CMYK
RGB Variations
Color information
#5AA154 (or 0x5AA154) is known color: Fruit Salad. HEX triplet: 5A, A1 and 54. RGB value is (90,161,84). Sum of RGB (Red+Green+Blue) = 90+161+84=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA154 is #A55EAB. Grayscale: #838383. Windows color (decimal): -10837676 or 5546330. OLE color: 5546330.
HSL color Cylindrical-coordinate representation of color #5AA154: hue angle of 115.32º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA154 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 84 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.37 |
| HSL | 115.32º | 0.31% | 0.48% | - |
| HSV(B) | 115.32º | 0.48% | 0.63% | - |
| XYZ | 18.56 | 28.3 | 12.87 | - |
| YUV | 130.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 84 | 0.44 | 0 | 0.48 | 0.37 | 115.32 | 0.31 | 0.48 |
| Hex | 5A | A1 | 54 | 2C | 0 | 30 | 25 | 73 | 1F | 30 |
| Octal | 132 | 241 | 124 | 54 | 0 | 60 | 45 | 163 | 37 | 60 |
| Binary | 1011010 | 10100001 | 1010100 | 101100 | 0 | 110000 | 100101 | 1110011 | 11111 | 110000 |
Color Harmonies of #5AA154
Complementary color
Monochromatic Colors of #5AA154
Black with #5AA154
Text Example
Text Example
White with #5AA154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA154; }
p { color: rgb(90,161,84); }
H1.HeaderClassName
{
color: #5AA154;
}
.AnyTagClassName
{
color: #5AA154;
}
</style>
background-color css
<style>
a { background-color: #5AA154; }
a { background-color: rgb(90,161,84); }
div.DivClassName
{
background-color: #5AA154;
}
.BgClassName
{
background-color: #5AA154;
}
</style>
border-color css
<style>
span { border-color: #5AA154; }
span { border-color: rgb(90,161,84); }
td.TdClassName
{
border-color: #5AA154;
}
.TagClassName
{
border-color: #5AA154;
}
</style>