#4AAC4A

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

Shades of Fruit Salad #4AAC4A

Tints of Fruit Salad #4AAC4A

Color information

#4AAC4A (or 0x4AAC4A) is unknown color: approx Fruit Salad. HEX triplet: 4A, AC and 4A. RGB value is (74,172,74). Sum of RGB (Red+Green+Blue) = 74+172+74=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAC4A is #B553B5. Grayscale: #838383. Windows color (decimal): -11883446 or 4893770. OLE color: 4893770.

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

Color convert

RGB7417274-
CMYK0.5700.570.33
HSL120º39.84%48.24%-
HSV(B)120º56.98%67.45%-
XYZ18.8131.4611.56-
YUV131.5395.5386.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 23.12%
GREEN value IS 172 (67.58% from 255) = 53.75%
BLUE value IS 74 (29.30% from 255) = 23.12%
R=23.12%
G=53.75%
B=23.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74172740.5700.570.3312039.8448.24
Hex4AAC4A3903921782830
Octal11225411271071411705060
Binary100101010101100100101011100101110011000011111000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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