#54AC5B

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

Shades of Fruit Salad #54AC5B

Tints of Fruit Salad #54AC5B

Color information

#54AC5B (or 0x54AC5B) is unknown color: approx Fruit Salad. HEX triplet: 54, AC and 5B. RGB value is (84,172,91). Sum of RGB (Red+Green+Blue) = 84+172+91=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AC5B is #AB53A4. Grayscale: #888888. Windows color (decimal): -11228069 or 6007892. OLE color: 6007892.

HSL color Cylindrical-coordinate representation of color #54AC5B: hue angle of 124.77º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AC5B is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB8417291-
CMYK0.5100.470.33
HSL124.77º34.65%50.2%-
HSV(B)124.77º51.16%67.45%-
XYZ20.332.1515.03-
YUV136.45102.3590.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=24.21%
G=49.57%
B=26.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84172910.5100.470.33124.7734.6550.2
Hex54AC5B3302F217d2332
Octal12425413363057411754362
Binary101010010101100101101111001101011111000011111101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,172,91); }

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

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

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

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

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

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

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