#5AA957

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

Shades of Fruit Salad #5AA957

Tints of Fruit Salad #5AA957

Color information

#5AA957 (or 0x5AA957) is unknown color: approx Fruit Salad. HEX triplet: 5A, A9 and 57. RGB value is (90,169,87). Sum of RGB (Red+Green+Blue) = 90+169+87=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA957 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA957 is #A556A8. Grayscale: #888888. Windows color (decimal): -10835625 or 5744986. OLE color: 5744986.

HSL color Cylindrical-coordinate representation of color #5AA957: hue angle of 117.8º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AA957 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB9016987-
CMYK0.4700.490.34
HSL117.8º32.28%50.2%-
HSV(B)117.8º48.52%66.27%-
XYZ20.1231.2413.99-
YUV136.03100.3395.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.01%
GREEN value IS 169 (66.41% from 255) = 48.84%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=26.01%
G=48.84%
B=25.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal90169870.4700.490.34117.832.2850.2
Hex5AA9572F03122762032
Octal13225112757061421664062
Binary101101010101001101011110111101100011000101110110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,169,87); }

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

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

 a { background-color: rgb(90,169,87); }

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

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

 span { border-color: rgb(90,169,87); }

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