#5AA163

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

Shades of Fruit Salad #5AA163

Tints of Fruit Salad #5AA163

Color information

#5AA163 (or 0x5AA163) is unknown color: approx Fruit Salad. HEX triplet: 5A, A1 and 63. RGB value is (90,161,99). Sum of RGB (Red+Green+Blue) = 90+161+99=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA163 is #A55E9C. Grayscale: #848484. Windows color (decimal): -10837661 or 6529370. OLE color: 6529370.

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

Color convert

RGB9016199-
CMYK0.4400.390.37
HSL127.61º28.29%49.22%-
HSV(B)127.61º44.1%63.14%-
XYZ19.2128.5616.31-
YUV132.7108.9897.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.71%
GREEN value IS 161 (63.28% from 255) = 46%
BLUE value IS 99 (39.06% from 255) = 28.29%
R=25.71%
G=46%
B=28.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161990.4400.390.37127.6128.2949.22
Hex5AA1632C02725801c31
Octal13224114354047452003461
Binary101101010100001110001110110001001111001011000000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,161,99); }

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

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

 a { background-color: rgb(90,161,99); }

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

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

 span { border-color: rgb(90,161,99); }

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