#4AC14A

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

Shades of Fruit Salad #4AC14A

Tints of Fruit Salad #4AC14A

Color information

#4AC14A (or 0x4AC14A) is unknown color: approx Fruit Salad. HEX triplet: 4A, C1 and 4A. RGB value is (74,193,74). Sum of RGB (Red+Green+Blue) = 74+193+74=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC14A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC14A is #B53EB5. Grayscale: #909090. Windows color (decimal): -11878070 or 4899146. OLE color: 4899146.

HSL color Cylindrical-coordinate representation of color #4AC14A: hue angle of 120º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC14A is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB7419374-
CMYK0.6200.620.24
HSL120º48.97%52.35%-
HSV(B)120º61.66%75.69%-
XYZ23.1340.0913-
YUV143.8588.5878.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.70%
GREEN value IS 193 (75.78% from 255) = 56.60%
BLUE value IS 74 (29.30% from 255) = 21.70%
R=21.70%
G=56.60%
B=21.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74193740.6200.620.2412048.9752.35
Hex4AC14A3E03E18783134
Octal11230111276076301706164
Binary10010101100000110010101111100111110110001111000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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