#5AA05E

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

Shades of Fruit Salad #5AA05E

Tints of Fruit Salad #5AA05E

Color information

#5AA05E (or 0x5AA05E) is unknown color: approx Fruit Salad. HEX triplet: 5A, A0 and 5E. RGB value is (90,160,94). Sum of RGB (Red+Green+Blue) = 90+160+94=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA05E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA05E is #A55FA1. Grayscale: #838383. Windows color (decimal): -10837922 or 6201434. OLE color: 6201434.

HSL color Cylindrical-coordinate representation of color #5AA05E: hue angle of 123.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA05E is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB9016094-
CMYK0.4400.410.37
HSL123.43º28%49.02%-
HSV(B)123.43º43.75%62.75%-
XYZ18.8128.1215.03-
YUV131.55106.8198.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.16%
GREEN value IS 160 (62.89% from 255) = 46.51%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=26.16%
G=46.51%
B=27.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90160940.4400.410.37123.432849.02
Hex5AA05E2C029257b1c31
Octal13224013654051451733461
Binary10110101010000010111101011000101001100101111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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