COLOR #4AF46A

HEX: #4AF46A RGB: (74,244,106)

Color info

#4AF46A contains mainly green color. Web safe color of #4AF46A is #33FF66 (or #3F6).

RGB color model

#4AF46A color RGB value is (74,244,106).

RGB: (74,244,106) (29%, 96%, 42%)

RGB channels and saturation

R 74 of 255 = 29%
G 244 of 255 = 96%
B 106 of 255 = 42%

74
244
106

R + G + B ~ 56%. #4AF46A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 244 + 106 = 424 (100%)
R 74 of 424 ~ 17.45%
G 244 of 424 ~ 57.55%
B 106 of 424 ~ 25'%

%17.45
%57.55
%25

CMYK color model

#4AF46A color CMYK value is (70,0,57,4).

  • cyan value is 69.67%
  • magenta value is 0.00%
  • yellow value is 56.56%
  • key color value is 4.31%

CMYK: (70,0,57,4)
C70M0Y57K4 (70%, 0%, 57%, 4%)
(0.70 / 0.00 / 0.57 / 0.04)

CMYK percentages

%69.67
%0
%56.56
%4.31

Codes

Color #4AF46A in popluar color models

4A F4 6A
RGB 74 244 106
HSL 131° 88.54% 62.35%
HSB/HSV 131° 69.67% 95.69%
CMYK 69.67% 0.00% 56.56%
4.31%

Color #4AF46A in popluar number systems.

HEX 4A F4 6A
Decimal 74 244 106
Binary 1001010 11110100 1101010
Octal 112 364 152

Shades and tints

Shades of #4AF46A

#4AF46A
(74,244,106)
#44DE61
(68,222,97)
#3EC858
(62,200,88)
#38B24F
(56,178,79)
#329C46
(50,156,70)
#2C863D
(44,134,61)
#267034
(38,112,52)
#205A2B
(32,90,43)
#1A4422
(26,68,34)
#142E19
(20,46,25)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #4AF46A

#4AF46A
(74,244,106)
#5AF577
(90,245,119)
#6AF684
(106,246,132)
#7AF791
(122,247,145)
#8AF89E
(138,248,158)
#9AF9AB
(154,249,171)
#AAFAB8
(170,250,184)
#BAFBC5
(186,251,197)
#CAFCD2
(202,252,210)
#DAFDDF
(218,253,223)
#EAFEEC
(234,254,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AF46A color. Also use rgb(74,244,106) instead hex code.

Text Font Color

.myTextColor { color: #4AF46A; }

<p style="color:#4AF46A">This sample text font color is #4AF46A.</p>

This text font color is #4AF46A.

Background Color

.myBgColor { background-color: #4AF46A; }

<div style="background-color:#4AF46A">Inner text</div>

This div background color is #4AF46A.

Border color

.myBorderColor { border: 1px solid #4AF46A; }

<div style="border:3px solid #4AF46A">Div</div>

This div border color is #4AF46A.

Opacity

.myOpacity80 { color: #4AF46A; opacity: 0.8; }

<p style="color:#4AF46A;opacity:0.8;">80%</p>

Text with #4AF46A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4AF46A;}

<p style="text-shadow: 3px 3px 1px #4AF46A">Text here.</p>

This text has shadow with #4AF46A color.


.textShadow {text-shadow: 3px 3px 1px #4AF46A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4AF46A, 5px 5px 20px red">Text here.</p>

This text has shadow with #4AF46A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4AF46A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4AF46A, Direction=45, Strength=4)">Text</p>

This text has shadow with #4AF46A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4AF46A;
-webkit-box-shadow: 1px 1px 3px 2px #4AF46A;
box-shadow: 1px 1px 3px 2px #4AF46A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4AF46A; -webkit-box-shadow: 1px 1px 3px 2px #4AF46A; box-shadow:1px 1px 3px 2px #4AF46A;">
Div content here
</div>

This div box has shadow with color #4AF46A.

Preview

Color preview on black background

This text has color #4AF46A on black background.


Color preview on white background

This text has color #4AF46A on white background.


Black color preview on #4AF46A background

This text has black color on #4AF46A background.


White color preview on #4AF46A background

This text has white color on #4AF46A background.


Related colors

Complementary color

Complementary color for #4AF46A is #B50B95.


I love getcolorcode.com

Triadic colors

1 #6A4AF4 and #F46A4A with #4AF46A are triadic colors.

2 #6AF44A and #F44A6A with #4AF46A are triadic colors.