#54AC4A

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

Shades of Fruit Salad #54AC4A

Tints of Fruit Salad #54AC4A

Color information

#54AC4A (or 0x54AC4A) is unknown color: approx Fruit Salad. HEX triplet: 54, AC and 4A. RGB value is (84,172,74). Sum of RGB (Red+Green+Blue) = 84+172+74=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #54AC4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AC4A is #AB53B5. Grayscale: #868686. Windows color (decimal): -11228086 or 4893780. OLE color: 4893780.

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

Color convert

RGB8417274-
CMYK0.5100.570.33
HSL113.88º39.84%48.24%-
HSV(B)113.88º56.98%67.45%-
XYZ19.6431.8811.6-
YUV134.5293.8591.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 172 (67.58% from 255) = 52.12%
BLUE value IS 74 (29.30% from 255) = 22.42%
R=25.45%
G=52.12%
B=22.42%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84172740.5100.570.33113.8839.8448.24
Hex54AC4A3303921722830
Octal12425411263071411625060
Binary101010010101100100101011001101110011000011110010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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