#54A154

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

Shades of Fruit Salad #54A154

Tints of Fruit Salad #54A154

Color information

#54A154 (or 0x54A154) is unknown color: approx Fruit Salad. HEX triplet: 54, A1 and 54. RGB value is (84,161,84). Sum of RGB (Red+Green+Blue) = 84+161+84=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #54A154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A154 is #AB5EAB. Grayscale: #818181. Windows color (decimal): -11230892 or 5546324. OLE color: 5546324.

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

Color convert

RGB8416184-
CMYK0.4800.480.37
HSL120º31.43%48.04%-
HSV(B)120º47.83%63.14%-
XYZ1828.0112.85-
YUV129.2102.4995.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 161 (63.28% from 255) = 48.94%
BLUE value IS 84 (33.20% from 255) = 25.53%
R=25.53%
G=48.94%
B=25.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84161840.4800.480.3712031.4348.04
Hex54A1543003025781f30
Octal12424112460060451703760
Binary10101001010000110101001100000110000100101111100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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