#5AA358

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

Shades of Fruit Salad #5AA358

Tints of Fruit Salad #5AA358

Color information

#5AA358 (or 0x5AA358) is unknown color: approx Fruit Salad. HEX triplet: 5A, A3 and 58. RGB value is (90,163,88). Sum of RGB (Red+Green+Blue) = 90+163+88=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 163 (64.06% from 255 or 47.80% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA358 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA358 is #A55CA7. Grayscale: #848484. Windows color (decimal): -10837160 or 5808986. OLE color: 5808986.

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

Color convert

RGB9016388-
CMYK0.4500.460.36
HSL118.4º29.88%49.22%-
HSV(B)118.4º46.01%63.92%-
XYZ19.0829.0713.84-
YUV132.62102.8297.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 163 (64.06% from 255) = 47.80%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=26.39%
G=47.80%
B=25.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90163880.4500.460.36118.429.8849.22
Hex5AA3582D02E24761e31
Octal13224313055056441663661
Binary10110101010001110110001011010101110100100111011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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