Shades of Fruit Salad #5A9F5A
Tints of Fruit Salad #5A9F5A
RGB
CMYK
RGB Variations
Color information
#5A9F5A (or 0x5A9F5A) is known color: Fruit Salad. HEX triplet: 5A, 9F and 5A. RGB value is (90,159,90). Sum of RGB (Red+Green+Blue) = 90+159+90=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #5A9F5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9F5A is #A560A5. Grayscale: #828282. Windows color (decimal): -10838182 or 5939034. OLE color: 5939034.
HSL color Cylindrical-coordinate representation of color #5A9F5A: hue angle of 120º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9F5A is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 159 | 90 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.38 |
| HSL | 120º | 0.28% | 0.49% | - |
| HSV(B) | 120º | 0.43% | 0.62% | - |
| XYZ | 18.46 | 27.71 | 14.05 | - |
| YUV | 130.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 159 | 90 | 0.43 | 0 | 0.43 | 0.38 | 120 | 0.28 | 0.49 |
| Hex | 5A | 9F | 5A | 2B | 0 | 2B | 26 | 78 | 1C | 31 |
| Octal | 132 | 237 | 132 | 53 | 0 | 53 | 46 | 170 | 34 | 61 |
| Binary | 1011010 | 10011111 | 1011010 | 101011 | 0 | 101011 | 100110 | 1111000 | 11100 | 110001 |
Color Harmonies of #5A9F5A
Complementary color
Monochromatic Colors of #5A9F5A
Black with #5A9F5A
Text Example
Text Example
White with #5A9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9F5A; }
p { color: rgb(90,159,90); }
H1.HeaderClassName
{
color: #5A9F5A;
}
.AnyTagClassName
{
color: #5A9F5A;
}
</style>
background-color css
<style>
a { background-color: #5A9F5A; }
a { background-color: rgb(90,159,90); }
div.DivClassName
{
background-color: #5A9F5A;
}
.BgClassName
{
background-color: #5A9F5A;
}
</style>
border-color css
<style>
span { border-color: #5A9F5A; }
span { border-color: rgb(90,159,90); }
td.TdClassName
{
border-color: #5A9F5A;
}
.TagClassName
{
border-color: #5A9F5A;
}
</style>