#5AA157

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

Shades of Fruit Salad #5AA157

Tints of Fruit Salad #5AA157

Color information

#5AA157 (or 0x5AA157) is unknown color: approx Fruit Salad. HEX triplet: 5A, A1 and 57. RGB value is (90,161,87). Sum of RGB (Red+Green+Blue) = 90+161+87=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA157 is #A55EA8. Grayscale: #838383. Windows color (decimal): -10837673 or 5742938. OLE color: 5742938.

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

Color convert

RGB9016187-
CMYK0.4400.460.37
HSL117.57º29.84%48.63%-
HSV(B)117.57º45.96%63.14%-
XYZ18.6828.3513.5-
YUV131.33102.9898.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.63%
GREEN value IS 161 (63.28% from 255) = 47.63%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=26.63%
G=47.63%
B=25.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal90161870.4400.460.37117.5729.8448.63
Hex5AA1572C02E25761e31
Octal13224112754056451663661
Binary10110101010000110101111011000101110100101111011011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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