#5AA058

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

Shades of Fruit Salad #5AA058

Tints of Fruit Salad #5AA058

Color information

#5AA058 (or 0x5AA058) is unknown color: approx Fruit Salad. HEX triplet: 5A, A0 and 58. RGB value is (90,160,88). Sum of RGB (Red+Green+Blue) = 90+160+88=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA058 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA058 is #A55FA7. Grayscale: #838383. Windows color (decimal): -10837928 or 5808218. OLE color: 5808218.

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

Color convert

RGB9016088-
CMYK0.4400.450.37
HSL118.33º29.03%48.63%-
HSV(B)118.33º45%62.75%-
XYZ18.5528.0213.66-
YUV130.86103.8198.85-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.63%
GREEN value IS 160 (62.89% from 255) = 47.34%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=26.63%
G=47.34%
B=26.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90160880.4400.450.37118.3329.0348.63
Hex5AA0582C02D25761d31
Octal13224013054055451663561
Binary10110101010000010110001011000101101100101111011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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