#5AA25E

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

Shades of Fruit Salad #5AA25E

Tints of Fruit Salad #5AA25E

Color information

#5AA25E (or 0x5AA25E) is unknown color: approx Fruit Salad. HEX triplet: 5A, A2 and 5E. RGB value is (90,162,94). Sum of RGB (Red+Green+Blue) = 90+162+94=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA25E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA25E is #A55DA1. Grayscale: #848484. Windows color (decimal): -10837410 or 6201946. OLE color: 6201946.

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

Color convert

RGB9016294-
CMYK0.4400.420.36
HSL123.33º28.57%49.41%-
HSV(B)123.33º44.44%63.53%-
XYZ19.1628.8215.14-
YUV132.72106.1597.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 162 (63.67% from 255) = 46.82%
BLUE value IS 94 (37.11% from 255) = 27.17%
R=26.01%
G=46.82%
B=27.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162940.4400.420.36123.3328.5749.41
Hex5AA25E2C02A247b1d31
Octal13224213654052441733561
Binary10110101010001010111101011000101010100100111101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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