Shades of Fruit Salad #5A9A5F
Tints of Fruit Salad #5A9A5F
RGB
CMYK
RGB Variations
Color information
#5A9A5F (or 0x5A9A5F) is known color: Fruit Salad. HEX triplet: 5A, 9A and 5F. RGB value is (90,154,95). Sum of RGB (Red+Green+Blue) = 90+154+95=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9A5F is #A565A0. Grayscale: #808080. Windows color (decimal): -10839457 or 6265434. OLE color: 6265434.
HSL color Cylindrical-coordinate representation of color #5A9A5F: hue angle of 124.69º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9A5F is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 154 | 95 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.40 |
| HSL | 124.69º | 0.26% | 0.48% | - |
| HSV(B) | 124.69º | 0.42% | 0.6% | - |
| XYZ | 17.84 | 26.11 | 14.93 | - |
| YUV | 128.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 154 | 95 | 0.42 | 0 | 0.38 | 0.40 | 124.69 | 0.26 | 0.48 |
| Hex | 5A | 9A | 5F | 2A | 0 | 26 | 28 | 7D | 1A | 30 |
| Octal | 132 | 232 | 137 | 52 | 0 | 46 | 50 | 175 | 32 | 60 |
| Binary | 1011010 | 10011010 | 1011111 | 101010 | 0 | 100110 | 101000 | 1111101 | 11010 | 110000 |
Color Harmonies of #5A9A5F
Complementary color
Monochromatic Colors of #5A9A5F
Black with #5A9A5F
Text Example
Text Example
White with #5A9A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9A5F; }
p { color: rgb(90,154,95); }
H1.HeaderClassName
{
color: #5A9A5F;
}
.AnyTagClassName
{
color: #5A9A5F;
}
</style>
background-color css
<style>
a { background-color: #5A9A5F; }
a { background-color: rgb(90,154,95); }
div.DivClassName
{
background-color: #5A9A5F;
}
.BgClassName
{
background-color: #5A9A5F;
}
</style>
border-color css
<style>
span { border-color: #5A9A5F; }
span { border-color: rgb(90,154,95); }
td.TdClassName
{
border-color: #5A9A5F;
}
.TagClassName
{
border-color: #5A9A5F;
}
</style>