Shades of Fruit Salad #5AAC5B
Tints of Fruit Salad #5AAC5B
RGB
CMYK
RGB Variations
Color information
#5AAC5B (or 0x5AAC5B) is known color: Fruit Salad. HEX triplet: 5A, AC and 5B. RGB value is (90,172,91). Sum of RGB (Red+Green+Blue) = 90+172+91=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC5B is #A553A4. Grayscale: #8A8A8A. Windows color (decimal): -10834853 or 6007898. OLE color: 6007898.
HSL color Cylindrical-coordinate representation of color #5AAC5B: hue angle of 120.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAC5B is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 172 | 91 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.33 |
| HSL | 120.73º | 0.33% | 0.51% | - |
| HSV(B) | 120.73º | 0.48% | 0.67% | - |
| XYZ | 20.86 | 32.43 | 15.06 | - |
| YUV | 138.25 | 101.33 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 172 | 91 | 0.48 | 0 | 0.47 | 0.33 | 120.73 | 0.33 | 0.51 |
| Hex | 5A | AC | 5B | 30 | 0 | 2F | 21 | 79 | 21 | 33 |
| Octal | 132 | 254 | 133 | 60 | 0 | 57 | 41 | 171 | 41 | 63 |
| Binary | 1011010 | 10101100 | 1011011 | 110000 | 0 | 101111 | 100001 | 1111001 | 100001 | 110011 |
Color Harmonies of #5AAC5B
Complementary color
Monochromatic Colors of #5AAC5B
Black with #5AAC5B
Text Example
Text Example
White with #5AAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAC5B; }
p { color: rgb(90,172,91); }
H1.HeaderClassName
{
color: #5AAC5B;
}
.AnyTagClassName
{
color: #5AAC5B;
}
</style>
background-color css
<style>
a { background-color: #5AAC5B; }
a { background-color: rgb(90,172,91); }
div.DivClassName
{
background-color: #5AAC5B;
}
.BgClassName
{
background-color: #5AAC5B;
}
</style>
border-color css
<style>
span { border-color: #5AAC5B; }
span { border-color: rgb(90,172,91); }
td.TdClassName
{
border-color: #5AAC5B;
}
.TagClassName
{
border-color: #5AAC5B;
}
</style>