#5AA356

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

Shades of Fruit Salad #5AA356

Tints of Fruit Salad #5AA356

Color information

#5AA356 (or 0x5AA356) is unknown color: approx Fruit Salad. HEX triplet: 5A, A3 and 56. RGB value is (90,163,86). Sum of RGB (Red+Green+Blue) = 90+163+86=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 163 (64.06% from 255 or 48.08% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA356 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA356 is #A55CA9. Grayscale: #848484. Windows color (decimal): -10837162 or 5677914. OLE color: 5677914.

HSL color Cylindrical-coordinate representation of color #5AA356: hue angle of 116.88º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AA356 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB9016386-
CMYK0.4500.470.36
HSL116.88º30.92%48.82%-
HSV(B)116.88º47.24%63.92%-
XYZ18.9929.0413.41-
YUV132.39101.8297.76-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 163 (64.06% from 255) = 48.08%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=26.55%
G=48.08%
B=25.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163860.4500.470.36116.8830.9248.82
Hex5AA3562D02F24751f31
Octal13224312655057441653761
Binary10110101010001110101101011010101111100100111010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,163,86); }

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

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

 a { background-color: rgb(90,163,86); }

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

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

 span { border-color: rgb(90,163,86); }

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