Shades of Fruit Salad #5A9B5C
Tints of Fruit Salad #5A9B5C
RGB
CMYK
RGB Variations
Color information
#5A9B5C (or 0x5A9B5C) is known color: Fruit Salad. HEX triplet: 5A, 9B and 5C. RGB value is (90,155,92). Sum of RGB (Red+Green+Blue) = 90+155+92=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 155 (60.94% from 255 or 45.99% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9B5C is #A564A3. Grayscale: #808080. Windows color (decimal): -10839204 or 6069082. OLE color: 6069082.
HSL color Cylindrical-coordinate representation of color #5A9B5C: hue angle of 121.85º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B5C is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 155 | 92 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.39 |
| HSL | 121.85º | 0.27% | 0.48% | - |
| HSV(B) | 121.85º | 0.42% | 0.61% | - |
| XYZ | 17.87 | 26.39 | 14.28 | - |
| YUV | 128.38 | 107.47 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 92 | 0.42 | 0 | 0.41 | 0.39 | 121.85 | 0.27 | 0.48 |
| Hex | 5A | 9B | 5C | 2A | 0 | 29 | 27 | 7A | 1B | 30 |
| Octal | 132 | 233 | 134 | 52 | 0 | 51 | 47 | 172 | 33 | 60 |
| Binary | 1011010 | 10011011 | 1011100 | 101010 | 0 | 101001 | 100111 | 1111010 | 11011 | 110000 |
Color Harmonies of #5A9B5C
Complementary color
Monochromatic Colors of #5A9B5C
Black with #5A9B5C
Text Example
Text Example
White with #5A9B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9B5C; }
p { color: rgb(90,155,92); }
H1.HeaderClassName
{
color: #5A9B5C;
}
.AnyTagClassName
{
color: #5A9B5C;
}
</style>
background-color css
<style>
a { background-color: #5A9B5C; }
a { background-color: rgb(90,155,92); }
div.DivClassName
{
background-color: #5A9B5C;
}
.BgClassName
{
background-color: #5A9B5C;
}
</style>
border-color css
<style>
span { border-color: #5A9B5C; }
span { border-color: rgb(90,155,92); }
td.TdClassName
{
border-color: #5A9B5C;
}
.TagClassName
{
border-color: #5A9B5C;
}
</style>