#5AA457

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

Shades of Fruit Salad #5AA457

Tints of Fruit Salad #5AA457

Color information

#5AA457 (or 0x5AA457) is unknown color: approx Fruit Salad. HEX triplet: 5A, A4 and 57. RGB value is (90,164,87). Sum of RGB (Red+Green+Blue) = 90+164+87=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 164 (64.45% from 255 or 48.09% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA457 is #A55BA8. Grayscale: #858585. Windows color (decimal): -10836905 or 5743706. OLE color: 5743706.

HSL color Cylindrical-coordinate representation of color #5AA457: hue angle of 117.66º 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 #5AA457 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB9016487-
CMYK0.4500.470.36
HSL117.66º30.68%49.22%-
HSV(B)117.66º46.95%64.31%-
XYZ19.2129.4113.68-
YUV133.1101.9897.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 164 (64.45% from 255) = 48.09%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=26.39%
G=48.09%
B=25.51%

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
Decimal90164870.4500.470.36117.6630.6849.22
Hex5AA4572D02F24761f31
Octal13224412755057441663761
Binary10110101010010010101111011010101111100100111011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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