Shades of Fruit Salad #5A9C5F
Tints of Fruit Salad #5A9C5F
RGB
CMYK
RGB Variations
Color information
#5A9C5F (or 0x5A9C5F) is known color: Fruit Salad. HEX triplet: 5A, 9C and 5F. RGB value is (90,156,95). Sum of RGB (Red+Green+Blue) = 90+156+95=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C5F is #A563A0. Grayscale: #818181. Windows color (decimal): -10838945 or 6265946. OLE color: 6265946.
HSL color Cylindrical-coordinate representation of color #5A9C5F: hue angle of 124.55º 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 #5A9C5F is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 156 | 95 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.39 |
| HSL | 124.55º | 0.27% | 0.48% | - |
| HSV(B) | 124.55º | 0.42% | 0.61% | - |
| XYZ | 18.17 | 26.78 | 15.04 | - |
| YUV | 129.31 | 108.63 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 156 | 95 | 0.42 | 0 | 0.39 | 0.39 | 124.55 | 0.27 | 0.48 |
| Hex | 5A | 9C | 5F | 2A | 0 | 27 | 27 | 7D | 1B | 30 |
| Octal | 132 | 234 | 137 | 52 | 0 | 47 | 47 | 175 | 33 | 60 |
| Binary | 1011010 | 10011100 | 1011111 | 101010 | 0 | 100111 | 100111 | 1111101 | 11011 | 110000 |
Color Harmonies of #5A9C5F
Complementary color
Monochromatic Colors of #5A9C5F
Black with #5A9C5F
Text Example
Text Example
White with #5A9C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9C5F; }
p { color: rgb(90,156,95); }
H1.HeaderClassName
{
color: #5A9C5F;
}
.AnyTagClassName
{
color: #5A9C5F;
}
</style>
background-color css
<style>
a { background-color: #5A9C5F; }
a { background-color: rgb(90,156,95); }
div.DivClassName
{
background-color: #5A9C5F;
}
.BgClassName
{
background-color: #5A9C5F;
}
</style>
border-color css
<style>
span { border-color: #5A9C5F; }
span { border-color: rgb(90,156,95); }
td.TdClassName
{
border-color: #5A9C5F;
}
.TagClassName
{
border-color: #5A9C5F;
}
</style>