#54A15C

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

Shades of Fruit Salad #54A15C

Tints of Fruit Salad #54A15C

Color information

#54A15C (or 0x54A15C) is unknown color: approx Fruit Salad. HEX triplet: 54, A1 and 5C. RGB value is (84,161,92). Sum of RGB (Red+Green+Blue) = 84+161+92=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #54A15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A15C is #AB5EA3. Grayscale: #828282. Windows color (decimal): -11230884 or 6070612. OLE color: 6070612.

HSL color Cylindrical-coordinate representation of color #54A15C: hue angle of 126.23º 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 #54A15C is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB8416192-
CMYK0.4800.430.37
HSL126.23º31.43%48.04%-
HSV(B)126.23º47.83%63.14%-
XYZ18.3328.1514.59-
YUV130.11106.4995.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 161 (63.28% from 255) = 47.77%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=24.93%
G=47.77%
B=27.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84161920.4800.430.37126.2331.4348.04
Hex54A15C3002B257e1f30
Octal12424113460053451763760
Binary10101001010000110111001100000101011100101111111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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