#5AA254

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

Shades of Fruit Salad #5AA254

Tints of Fruit Salad #5AA254

Color information

#5AA254 (or 0x5AA254) is unknown color: approx Fruit Salad. HEX triplet: 5A, A2 and 54. RGB value is (90,162,84). Sum of RGB (Red+Green+Blue) = 90+162+84=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #5AA254 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA254 is #A55DAB. Grayscale: #838383. Windows color (decimal): -10837420 or 5546586. OLE color: 5546586.

HSL color Cylindrical-coordinate representation of color #5AA254: hue angle of 115.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA254 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB9016284-
CMYK0.4400.480.36
HSL115.38º31.71%48.24%-
HSV(B)115.38º48.15%63.53%-
XYZ18.7428.6512.93-
YUV131.58101.1598.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.79%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 84 (33.20% from 255) = 25%
R=26.79%
G=48.21%
B=25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal90162840.4400.480.36115.3831.7148.24
Hex5AA2542C03024732030
Octal13224212454060441634060
Binary101101010100010101010010110001100001001001110011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,162,84); }

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

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

 a { background-color: rgb(90,162,84); }

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

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

 span { border-color: rgb(90,162,84); }

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