#5AA260

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

Shades of Fruit Salad #5AA260

Tints of Fruit Salad #5AA260

Color information

#5AA260 (or 0x5AA260) is unknown color: approx Fruit Salad. HEX triplet: 5A, A2 and 60. RGB value is (90,162,96). Sum of RGB (Red+Green+Blue) = 90+162+96=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA260 is #A55D9F. Grayscale: #858585. Windows color (decimal): -10837408 or 6333018. OLE color: 6333018.

HSL color Cylindrical-coordinate representation of color #5AA260: hue angle of 125º 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 #5AA260 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB9016296-
CMYK0.4400.410.36
HSL125º28.57%49.41%-
HSV(B)125º44.44%63.53%-
XYZ19.2528.8615.62-
YUV132.95107.1597.37-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.86%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=25.86%
G=46.55%
B=27.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162960.4400.410.3612528.5749.41
Hex5AA2602C029247d1d31
Octal13224214054051441753561
Binary10110101010001011000001011000101001100100111110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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