#5AA44F

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

Shades of Fruit Salad #5AA44F

Tints of Fruit Salad #5AA44F

Color information

#5AA44F (or 0x5AA44F) is unknown color: approx Fruit Salad. HEX triplet: 5A, A4 and 4F. RGB value is (90,164,79). Sum of RGB (Red+Green+Blue) = 90+164+79=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA44F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA44F is #A55BB0. Grayscale: #848484. Windows color (decimal): -10836913 or 5219418. OLE color: 5219418.

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

Color convert

RGB9016479-
CMYK0.4500.520.36
HSL112.24º34.98%47.65%-
HSV(B)112.24º51.83%64.31%-
XYZ18.929.2912.05-
YUV132.1897.9897.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.03%
GREEN value IS 164 (64.45% from 255) = 49.25%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=27.03%
G=49.25%
B=23.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90164790.4500.520.36112.2434.9847.65
Hex5AA44F2D03424702330
Octal13224411755064441604360
Binary101101010100100100111110110101101001001001110000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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