#5AAA5B

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

Shades of Fruit Salad #5AAA5B

Tints of Fruit Salad #5AAA5B

Color information

#5AAA5B (or 0x5AAA5B) is unknown color: approx Fruit Salad. HEX triplet: 5A, AA and 5B. RGB value is (90,170,91). Sum of RGB (Red+Green+Blue) = 90+170+91=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 170 (66.80% from 255 or 48.43% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA5B is #A555A4. Grayscale: #898989. Windows color (decimal): -10835365 or 6007386. OLE color: 6007386.

HSL color Cylindrical-coordinate representation of color #5AAA5B: hue angle of 120.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA5B is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB9017091-
CMYK0.4700.460.33
HSL120.75º32%50.98%-
HSV(B)120.75º47.06%66.67%-
XYZ20.4831.6814.93-
YUV137.0710294.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.64%
GREEN value IS 170 (66.80% from 255) = 48.43%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=25.64%
G=48.43%
B=25.93%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90170910.4700.460.33120.753250.98
Hex5AAA5B2F02E21792033
Octal13225213357056411714063
Binary101101010101010101101110111101011101000011111001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,170,91); }

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

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

 a { background-color: rgb(90,170,91); }

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

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

 span { border-color: rgb(90,170,91); }

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