#5AA360

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

Shades of Fruit Salad #5AA360

Tints of Fruit Salad #5AA360

Color information

#5AA360 (or 0x5AA360) is unknown color: approx Fruit Salad. HEX triplet: 5A, A3 and 60. RGB value is (90,163,96). Sum of RGB (Red+Green+Blue) = 90+163+96=349 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.79% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA360 is #A55C9F. Grayscale: #858585. Windows color (decimal): -10837152 or 6333274. OLE color: 6333274.

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

Color convert

RGB9016396-
CMYK0.4500.410.36
HSL124.93º28.85%49.61%-
HSV(B)124.93º44.79%63.92%-
XYZ19.4229.2115.68-
YUV133.54106.8296.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.79%
GREEN value IS 163 (64.06% from 255) = 46.70%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=25.79%
G=46.70%
B=27.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163960.4500.410.36124.9328.8549.61
Hex5AA3602D029247d1d32
Octal13224314055051441753562
Binary10110101010001111000001011010101001100100111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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