#4AA24A

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

Shades of Fruit Salad #4AA24A

Tints of Fruit Salad #4AA24A

Color information

#4AA24A (or 0x4AA24A) is unknown color: approx Fruit Salad. HEX triplet: 4A, A2 and 4A. RGB value is (74,162,74). Sum of RGB (Red+Green+Blue) = 74+162+74=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #4AA24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA24A is #B55DB5. Grayscale: #7D7D7D. Windows color (decimal): -11886006 or 4891210. OLE color: 4891210.

HSL color Cylindrical-coordinate representation of color #4AA24A: hue angle of 120º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA24A is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB7416274-
CMYK0.5400.540.36
HSL120º37.29%46.27%-
HSV(B)120º54.32%63.53%-
XYZ16.9827.7910.95-
YUV125.6698.8591.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.87%
GREEN value IS 162 (63.67% from 255) = 52.26%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=23.87%
G=52.26%
B=23.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal74162740.5400.540.3612037.2946.27
Hex4AA24A360362478252e
Octal11224211266066441704556
Binary100101010100010100101011011001101101001001111000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AA24A; }

 p { color: rgb(74,162,74); }

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

<style>
 a { background-color: #4AA24A; }

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

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

<style>
 span { border-color: #4AA24A; }

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

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