#5AAC5D

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

Shades of Fruit Salad #5AAC5D

Tints of Fruit Salad #5AAC5D

Color information

#5AAC5D (or 0x5AAC5D) is unknown color: approx Fruit Salad. HEX triplet: 5A, AC and 5D. RGB value is (90,172,93). Sum of RGB (Red+Green+Blue) = 90+172+93=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC5D is #A553A2. Grayscale: #8A8A8A. Windows color (decimal): -10834851 or 6138970. OLE color: 6138970.

HSL color Cylindrical-coordinate representation of color #5AAC5D: hue angle of 122.2º 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 #5AAC5D is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB9017293-
CMYK0.4800.460.33
HSL122.2º33.06%51.37%-
HSV(B)122.2º47.67%67.45%-
XYZ20.9432.4715.52-
YUV138.48102.3393.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.35%
GREEN value IS 172 (67.58% from 255) = 48.45%
BLUE value IS 93 (36.72% from 255) = 26.20%
R=25.35%
G=48.45%
B=26.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90172930.4800.460.33122.233.0651.37
Hex5AAC5D3002E217a2133
Octal13225413560056411724163
Binary101101010101100101110111000001011101000011111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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