#5AAC5B

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

Shades of Fruit Salad #5AAC5B

Tints of Fruit Salad #5AAC5B

Color information

#5AAC5B (or 0x5AAC5B) is unknown color: approx Fruit Salad. HEX triplet: 5A, AC and 5B. RGB value is (90,172,91). Sum of RGB (Red+Green+Blue) = 90+172+91=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC5B is #A553A4. Grayscale: #8A8A8A. Windows color (decimal): -10834853 or 6007898. OLE color: 6007898.

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

Color convert

RGB9017291-
CMYK0.4800.470.33
HSL120.73º33.06%51.37%-
HSV(B)120.73º47.67%67.45%-
XYZ20.8632.4315.06-
YUV138.25101.3393.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 172 (67.58% from 255) = 48.73%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=25.50%
G=48.73%
B=25.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90172910.4800.470.33120.7333.0651.37
Hex5AAC5B3002F21792133
Octal13225413360057411714163
Binary101101010101100101101111000001011111000011111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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