#5AA653

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

Shades of Fruit Salad #5AA653

Tints of Fruit Salad #5AA653

Color information

#5AA653 (or 0x5AA653) is unknown color: approx Fruit Salad. HEX triplet: 5A, A6 and 53. RGB value is (90,166,83). Sum of RGB (Red+Green+Blue) = 90+166+83=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA653 is #A559AC. Grayscale: #868686. Windows color (decimal): -10836397 or 5482074. OLE color: 5482074.

HSL color Cylindrical-coordinate representation of color #5AA653: hue angle of 114.94º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AA653 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB9016683-
CMYK0.4600.500.35
HSL114.94º33.33%48.82%-
HSV(B)114.94º50%65.1%-
XYZ19.4130.0712.96-
YUV133.8199.3296.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=26.55%
G=48.97%
B=24.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90166830.4600.500.35114.9433.3348.82
Hex5AA6532E03223732131
Octal13224612356062431634161
Binary101101010100110101001110111001100101000111110011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,83); }

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

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

 a { background-color: rgb(90,166,83); }

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

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

 span { border-color: rgb(90,166,83); }

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