#54A145

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

Shades of Fruit Salad #54A145

Tints of Fruit Salad #54A145

Color information

#54A145 (or 0x54A145) is unknown color: approx Fruit Salad. HEX triplet: 54, A1 and 45. RGB value is (84,161,69). Sum of RGB (Red+Green+Blue) = 84+161+69=314 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.75% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #54A145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A145 is #AB5EBA. Grayscale: #7F7F7F. Windows color (decimal): -11230907 or 4563284. OLE color: 4563284.

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

Color convert

RGB8416169-
CMYK0.4800.570.37
HSL110.22º40%45.1%-
HSV(B)110.22º57.14%63.14%-
XYZ17.4827.810.08-
YUV127.4994.9996.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.75%
GREEN value IS 161 (63.28% from 255) = 51.27%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=26.75%
G=51.27%
B=21.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84161690.4800.570.37110.224045.1
Hex54A14530039256e282d
Octal12424110560071451565055
Binary101010010100001100010111000001110011001011101110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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