#5A9D5E

Color #5A9D5E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #5A9D5E

Tints of Fruit Salad #5A9D5E

Color information

#5A9D5E (or 0x5A9D5E) is unknown color: approx Fruit Salad. HEX triplet: 5A, 9D and 5E. RGB value is (90,157,94). Sum of RGB (Red+Green+Blue) = 90+157+94=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #5A9D5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9D5E is #A562A1. Grayscale: #818181. Windows color (decimal): -10838690 or 6200666. OLE color: 6200666.

HSL color Cylindrical-coordinate representation of color #5A9D5E: hue angle of 123.58º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A9D5E is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB9015794-
CMYK0.4300.400.38
HSL123.58º27.13%48.43%-
HSV(B)123.58º42.68%61.57%-
XYZ18.2927.114.86-
YUV129.78107.899.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 157 (61.72% from 255) = 46.04%
BLUE value IS 94 (37.11% from 255) = 27.57%
R=26.39%
G=46.04%
B=27.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90157940.4300.400.38123.5827.1348.43
Hex5A9D5E2B028267c1b30
Octal13223513653050461743360
Binary10110101001110110111101010110101000100110111110011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A9D5E; }

 p { color: rgb(90,157,94); }

 H1.HeaderClassName
 {
   color: #5A9D5E;
 }
 .AnyTagClassName
 {
   color: #5A9D5E;
 }
</style>
background-color css

<style>
 a { background-color: #5A9D5E; }

 a { background-color: rgb(90,157,94); }

 div.DivClassName
 {
   background-color: #5A9D5E;
 }
 .BgClassName
 {
   background-color: #5A9D5E;
 }
</style>
border-color css

<style>
 span { border-color: #5A9D5E; }

 span { border-color: rgb(90,157,94); }

 td.TdClassName
 {
   border-color: #5A9D5E;
 }
 .TagClassName
 {
   border-color: #5A9D5E;
 }
</style>