#54AE4A

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

Shades of Fruit Salad #54AE4A

Tints of Fruit Salad #54AE4A

Color information

#54AE4A (or 0x54AE4A) is unknown color: approx Fruit Salad. HEX triplet: 54, AE and 4A. RGB value is (84,174,74). Sum of RGB (Red+Green+Blue) = 84+174+74=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AE4A is #AB51B5. Grayscale: #888888. Windows color (decimal): -11227574 or 4894292. OLE color: 4894292.

HSL color Cylindrical-coordinate representation of color #54AE4A: hue angle of 114º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54AE4A is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB8417474-
CMYK0.5200.570.32
HSL114º40.32%48.63%-
HSV(B)114º57.47%68.24%-
XYZ20.0332.6511.73-
YUV135.6993.1891.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 174 (68.36% from 255) = 52.41%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=25.30%
G=52.41%
B=22.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84174740.5200.570.3211440.3248.63
Hex54AE4A3403920722831
Octal12425611264071401625061
Binary101010010101110100101011010001110011000001110010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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