#5AA45D

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

Shades of Fruit Salad #5AA45D

Tints of Fruit Salad #5AA45D

Color information

#5AA45D (or 0x5AA45D) is unknown color: approx Fruit Salad. HEX triplet: 5A, A4 and 5D. RGB value is (90,164,93). Sum of RGB (Red+Green+Blue) = 90+164+93=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 164 (64.45% from 255 or 47.26% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA45D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA45D is #A55BA2. Grayscale: #858585. Windows color (decimal): -10836899 or 6136922. OLE color: 6136922.

HSL color Cylindrical-coordinate representation of color #5AA45D: hue angle of 122.43º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA45D is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB9016493-
CMYK0.4500.430.36
HSL122.43º29.13%49.8%-
HSV(B)122.43º45.12%64.31%-
XYZ19.4729.5115.03-
YUV133.78104.9896.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 164 (64.45% from 255) = 47.26%
BLUE value IS 93 (36.72% from 255) = 26.80%
R=25.94%
G=47.26%
B=26.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90164930.4500.430.36122.4329.1349.8
Hex5AA45D2D02B247a1d32
Octal13224413555053441723562
Binary10110101010010010111011011010101011100100111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,164,93); }

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

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

 a { background-color: rgb(90,164,93); }

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

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

 span { border-color: rgb(90,164,93); }

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