#5AB456

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

Shades of Fruit Salad #5AB456

Tints of Fruit Salad #5AB456

Color information

#5AB456 (or 0x5AB456) is unknown color: approx Fruit Salad. HEX triplet: 5A, B4 and 56. RGB value is (90,180,86). Sum of RGB (Red+Green+Blue) = 90+180+86=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 180 (70.70% from 255 or 50.56% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB456 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB456 is #A54BA9. Grayscale: #8E8E8E. Windows color (decimal): -10832810 or 5682266. OLE color: 5682266.

HSL color Cylindrical-coordinate representation of color #5AB456: hue angle of 117.45º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB456 is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB9018086-
CMYK0.5000.520.29
HSL117.45º38.52%52.16%-
HSV(B)117.45º52.22%70.59%-
XYZ22.2235.4914.48-
YUV142.3796.1890.64-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.28%
GREEN value IS 180 (70.70% from 255) = 50.56%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=25.28%
G=50.56%
B=24.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal90180860.5000.520.29117.4538.5252.16
Hex5AB456320341D752734
Octal13226412662064351654764
Binary10110101011010010101101100100110100111011110101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,180,86); }

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

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

 a { background-color: rgb(90,180,86); }

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

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

 span { border-color: rgb(90,180,86); }

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