#5AAF58

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

Shades of Fruit Salad #5AAF58

Tints of Fruit Salad #5AAF58

Color information

#5AAF58 (or 0x5AAF58) is unknown color: approx Fruit Salad. HEX triplet: 5A, AF and 58. RGB value is (90,175,88). Sum of RGB (Red+Green+Blue) = 90+175+88=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 175 (68.75% from 255 or 49.58% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF58 is #A550A7. Grayscale: #8B8B8B. Windows color (decimal): -10834088 or 5812058. OLE color: 5812058.

HSL color Cylindrical-coordinate representation of color #5AAF58: hue angle of 118.62º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AAF58 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB9017588-
CMYK0.4900.500.31
HSL118.62º35.22%51.57%-
HSV(B)118.62º49.71%68.63%-
XYZ21.3133.5414.58-
YUV139.6798.8492.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.50%
GREEN value IS 175 (68.75% from 255) = 49.58%
BLUE value IS 88 (34.77% from 255) = 24.93%
R=25.50%
G=49.58%
B=24.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90175880.4900.500.31118.6235.2251.57
Hex5AAF58310321F772334
Octal13225713061062371674364
Binary10110101010111110110001100010110010111111110111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,175,88); }

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

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

 a { background-color: rgb(90,175,88); }

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

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

 span { border-color: rgb(90,175,88); }

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