#5AA650

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

Shades of Fruit Salad #5AA650

Tints of Fruit Salad #5AA650

Color information

#5AA650 (or 0x5AA650) is unknown color: approx Fruit Salad. HEX triplet: 5A, A6 and 50. RGB value is (90,166,80). Sum of RGB (Red+Green+Blue) = 90+166+80=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 166 (65.23% from 255 or 49.40% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA650 is #A559AF. Grayscale: #858585. Windows color (decimal): -10836400 or 5285466. OLE color: 5285466.

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

Color convert

RGB9016680-
CMYK0.4600.520.35
HSL113.02º34.96%48.24%-
HSV(B)113.02º51.81%65.1%-
XYZ19.330.0312.37-
YUV133.4797.8296.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.79%
GREEN value IS 166 (65.23% from 255) = 49.40%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=26.79%
G=49.40%
B=23.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90166800.4600.520.35113.0234.9648.24
Hex5AA6502E03423712330
Octal13224612056064431614360
Binary101101010100110101000010111001101001000111110001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,80); }

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

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

 a { background-color: rgb(90,166,80); }

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

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

 span { border-color: rgb(90,166,80); }

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