#54A160

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

Shades of Fruit Salad #54A160

Tints of Fruit Salad #54A160

Color information

#54A160 (or 0x54A160) is unknown color: approx Fruit Salad. HEX triplet: 54, A1 and 60. RGB value is (84,161,96). Sum of RGB (Red+Green+Blue) = 84+161+96=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 161 - color contains mainly: green. Hex color #54A160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A160 is #AB5E9F. Grayscale: #828282. Windows color (decimal): -11230880 or 6332756. OLE color: 6332756.

HSL color Cylindrical-coordinate representation of color #54A160: hue angle of 129.35º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A160 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB8416196-
CMYK0.4800.400.37
HSL129.35º31.43%48.04%-
HSV(B)129.35º47.83%63.14%-
XYZ18.5128.2215.54-
YUV130.57108.4994.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 161 (63.28% from 255) = 47.21%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=24.63%
G=47.21%
B=28.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84161960.4800.400.37129.3531.4348.04
Hex54A1603002825811f30
Octal12424114060050452013760
Binary101010010100001110000011000001010001001011000000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A160; }

 p { color: rgb(84,161,96); }

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

<style>
 a { background-color: #54A160; }

 a { background-color: rgb(84,161,96); }

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

<style>
 span { border-color: #54A160; }

 span { border-color: rgb(84,161,96); }

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