Shades of Fruit Salad #5AA151
Tints of Fruit Salad #5AA151
RGB
CMYK
RGB Variations
Color information
#5AA151 (or 0x5AA151) is known color: Fruit Salad. HEX triplet: 5A, A1 and 51. RGB value is (90,161,81). Sum of RGB (Red+Green+Blue) = 90+161+81=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 161 (63.28% from 255 or 48.49% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA151 is #A55EAE. Grayscale: #828282. Windows color (decimal): -10837679 or 5349722. OLE color: 5349722.
HSL color Cylindrical-coordinate representation of color #5AA151: hue angle of 113.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AA151 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 90 | 161 | 81 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.37 |
| HSL | 113.25º | 0.33% | 0.47% | - |
| HSV(B) | 113.25º | 0.5% | 0.63% | - |
| XYZ | 18.45 | 28.26 | 12.27 | - |
| YUV | 130.65 | 99.98 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 161 | 81 | 0.44 | 0 | 0.50 | 0.37 | 113.25 | 0.33 | 0.47 |
| Hex | 5A | A1 | 51 | 2C | 0 | 32 | 25 | 71 | 21 | 2F |
| Octal | 132 | 241 | 121 | 54 | 0 | 62 | 45 | 161 | 41 | 57 |
| Binary | 1011010 | 10100001 | 1010001 | 101100 | 0 | 110010 | 100101 | 1110001 | 100001 | 101111 |
Color Harmonies of #5AA151
Complementary color
Monochromatic Colors of #5AA151
Black with #5AA151
Text Example
Text Example
White with #5AA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA151; }
p { color: rgb(90,161,81); }
H1.HeaderClassName
{
color: #5AA151;
}
.AnyTagClassName
{
color: #5AA151;
}
</style>
background-color css
<style>
a { background-color: #5AA151; }
a { background-color: rgb(90,161,81); }
div.DivClassName
{
background-color: #5AA151;
}
.BgClassName
{
background-color: #5AA151;
}
</style>
border-color css
<style>
span { border-color: #5AA151; }
span { border-color: rgb(90,161,81); }
td.TdClassName
{
border-color: #5AA151;
}
.TagClassName
{
border-color: #5AA151;
}
</style>