#5AAB5B

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

Shades of Fruit Salad #5AAB5B

Tints of Fruit Salad #5AAB5B

Color information

#5AAB5B (or 0x5AAB5B) is unknown color: approx Fruit Salad. HEX triplet: 5A, AB and 5B. RGB value is (90,171,91). Sum of RGB (Red+Green+Blue) = 90+171+91=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB5B is #A554A4. Grayscale: #898989. Windows color (decimal): -10835109 or 6007642. OLE color: 6007642.

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

Color convert

RGB9017191-
CMYK0.4700.470.33
HSL120.74º32.53%51.18%-
HSV(B)120.74º47.37%67.06%-
XYZ20.6732.0515-
YUV137.66101.6694-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.57%
GREEN value IS 171 (67.19% from 255) = 48.58%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=25.57%
G=48.58%
B=25.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90171910.4700.470.33120.7432.5351.18
Hex5AAB5B2F02F21792133
Octal13225313357057411714163
Binary101101010101011101101110111101011111000011111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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