Shades of Fruit Salad #5AA65A
Tints of Fruit Salad #5AA65A
RGB
CMYK
RGB Variations
Color information
#5AA65A (or 0x5AA65A) is known color: Fruit Salad. HEX triplet: 5A, A6 and 5A. RGB value is (90,166,90). Sum of RGB (Red+Green+Blue) = 90+166+90=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA65A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA65A is #A559A5. Grayscale: #868686. Windows color (decimal): -10836390 or 5940826. OLE color: 5940826.
HSL color Cylindrical-coordinate representation of color #5AA65A: hue angle of 120º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA65A is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 90 | 166 | 90 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.35 |
| HSL | 120º | 0.3% | 0.5% | - |
| HSV(B) | 120º | 0.46% | 0.65% | - |
| XYZ | 19.7 | 30.18 | 14.46 | - |
| YUV | 134.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 166 | 90 | 0.46 | 0 | 0.46 | 0.35 | 120 | 0.3 | 0.5 |
| Hex | 5A | A6 | 5A | 2E | 0 | 2E | 23 | 78 | 1E | 32 |
| Octal | 132 | 246 | 132 | 56 | 0 | 56 | 43 | 170 | 36 | 62 |
| Binary | 1011010 | 10100110 | 1011010 | 101110 | 0 | 101110 | 100011 | 1111000 | 11110 | 110010 |
Color Harmonies of #5AA65A
Complementary color
Monochromatic Colors of #5AA65A
Black with #5AA65A
Text Example
Text Example
White with #5AA65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA65A; }
p { color: rgb(90,166,90); }
H1.HeaderClassName
{
color: #5AA65A;
}
.AnyTagClassName
{
color: #5AA65A;
}
</style>
background-color css
<style>
a { background-color: #5AA65A; }
a { background-color: rgb(90,166,90); }
div.DivClassName
{
background-color: #5AA65A;
}
.BgClassName
{
background-color: #5AA65A;
}
</style>
border-color css
<style>
span { border-color: #5AA65A; }
span { border-color: rgb(90,166,90); }
td.TdClassName
{
border-color: #5AA65A;
}
.TagClassName
{
border-color: #5AA65A;
}
</style>