#4AB45A

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

Shades of Fruit Salad #4AB45A

Tints of Fruit Salad #4AB45A

Color information

#4AB45A (or 0x4AB45A) is unknown color: approx Fruit Salad. HEX triplet: 4A, B4 and 5A. RGB value is (74,180,90). Sum of RGB (Red+Green+Blue) = 74+180+90=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB45A is #B54BA5. Grayscale: #8A8A8A. Windows color (decimal): -11881382 or 5944394. OLE color: 5944394.

HSL color Cylindrical-coordinate representation of color #4AB45A: hue angle of 129.06º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB45A is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB7418090-
CMYK0.5900.500.29
HSL129.06º41.73%49.8%-
HSV(B)129.06º58.89%70.59%-
XYZ20.9934.8415.29-
YUV138.05100.8882.32-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.51%
GREEN value IS 180 (70.70% from 255) = 52.33%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=21.51%
G=52.33%
B=26.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74180900.5900.500.29129.0641.7349.8
Hex4AB45A3B0321D812a32
Octal11226413273062352015262
Binary100101010110100101101011101101100101110110000001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,90); }

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

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

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

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

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

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

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