#4AC14D

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

Shades of Fruit Salad #4AC14D

Tints of Fruit Salad #4AC14D

Color information

#4AC14D (or 0x4AC14D) is unknown color: approx Fruit Salad. HEX triplet: 4A, C1 and 4D. RGB value is (74,193,77). Sum of RGB (Red+Green+Blue) = 74+193+77=344 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.51% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC14D is #B53EB2. Grayscale: #909090. Windows color (decimal): -11878067 or 5095754. OLE color: 5095754.

HSL color Cylindrical-coordinate representation of color #4AC14D: hue angle of 121.51º 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 #4AC14D is Cyan = 0.62, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB7419377-
CMYK0.6200.600.24
HSL121.51º48.97%52.35%-
HSV(B)121.51º61.66%75.69%-
XYZ23.2340.1313.54-
YUV144.290.0877.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.51%
GREEN value IS 193 (75.78% from 255) = 56.10%
BLUE value IS 77 (30.47% from 255) = 22.38%
R=21.51%
G=56.10%
B=22.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74193770.6200.600.24121.5148.9752.35
Hex4AC14D3E03C187a3134
Octal11230111576074301726164
Binary10010101100000110011011111100111100110001111010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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