Shades of Fruit Salad #5AAD5B
Tints of Fruit Salad #5AAD5B
RGB
CMYK
RGB Variations
Color information
#5AAD5B (or 0x5AAD5B) is known color: Fruit Salad. HEX triplet: 5A, AD and 5B. RGB value is (90,173,91). Sum of RGB (Red+Green+Blue) = 90+173+91=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAD5B is #A552A4. Grayscale: #8B8B8B. Windows color (decimal): -10834597 or 6008154. OLE color: 6008154.
HSL color Cylindrical-coordinate representation of color #5AAD5B: hue angle of 120.72º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAD5B is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 173 | 91 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.32 |
| HSL | 120.72º | 0.34% | 0.52% | - |
| HSV(B) | 120.72º | 0.48% | 0.68% | - |
| XYZ | 21.05 | 32.82 | 15.12 | - |
| YUV | 138.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 173 | 91 | 0.48 | 0 | 0.47 | 0.32 | 120.72 | 0.34 | 0.52 |
| Hex | 5A | AD | 5B | 30 | 0 | 2F | 20 | 79 | 22 | 34 |
| Octal | 132 | 255 | 133 | 60 | 0 | 57 | 40 | 171 | 42 | 64 |
| Binary | 1011010 | 10101101 | 1011011 | 110000 | 0 | 101111 | 100000 | 1111001 | 100010 | 110100 |
Color Harmonies of #5AAD5B
Complementary color
Monochromatic Colors of #5AAD5B
Black with #5AAD5B
Text Example
Text Example
White with #5AAD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAD5B; }
p { color: rgb(90,173,91); }
H1.HeaderClassName
{
color: #5AAD5B;
}
.AnyTagClassName
{
color: #5AAD5B;
}
</style>
background-color css
<style>
a { background-color: #5AAD5B; }
a { background-color: rgb(90,173,91); }
div.DivClassName
{
background-color: #5AAD5B;
}
.BgClassName
{
background-color: #5AAD5B;
}
</style>
border-color css
<style>
span { border-color: #5AAD5B; }
span { border-color: rgb(90,173,91); }
td.TdClassName
{
border-color: #5AAD5B;
}
.TagClassName
{
border-color: #5AAD5B;
}
</style>