COLOR #4FAA46

HEX: #4FAA46 RGB: (79,170,70)

Color info

#4FAA46 contains mainly green color. Web safe color of #4FAA46 is #669933 (or #693).

RGB color model

#4FAA46 color RGB value is (79,170,70).

RGB: (79,170,70) (31%, 67%, 27%)

RGB channels and saturation

R 79 of 255 = 31%
G 170 of 255 = 67%
B 70 of 255 = 27%

79
170
70

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

Portions of RGB colors in percentages

R + G + B = 79 + 170 + 70 = 319 (100%)
R 79 of 319 ~ 24.76%
G 170 of 319 ~ 53.29%
B 70 of 319 ~ 21.94'%

%24.76
%53.29
%21.94

CMYK color model

#4FAA46 color CMYK value is (54,0,59,33).

  • cyan value is 53.53%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 33.33%
CMYK: (54,0,59,33) C54M0Y59K33 (54%,0%,59%,33%) (0.54/0.00/0.59/0.33) 

CMYK percentages

%53.53
%0
%58.82
%33.33

Codes

Color #4FAA46 in popluar color models

4F AA 46
RGB 79 170 70
HSL 115° 41.67% 47.06%
HSB/HSV 115° 58.82% 66.67%
CMYK 53.53% 0.00% 58.82%
33.33%

Color #4FAA46 in popluar number systems.

HEX 4F AA 46
Decimal 79 170 70
Binary 1001111 10101010 1000110
Octal 117 252 106

Shades and tints

Shades of #4FAA46

#4FAA46
(79,170,70)
#489B40
(72,155,64)
#418C3A
(65,140,58)
#3A7D34
(58,125,52)
#336E2E
(51,110,46)
#2C5F28
(44,95,40)
#255022
(37,80,34)
#1E411C
(30,65,28)
#173216
(23,50,22)
#102310
(16,35,16)
#09140A
(9,20,10)
#000000
(0,0,0)

Tints of #4FAA46

#4FAA46
(79,170,70)
#5FB156
(95,177,86)
#6FB866
(111,184,102)
#7FBF76
(127,191,118)
#8FC686
(143,198,134)
#9FCD96
(159,205,150)
#AFD4A6
(175,212,166)
#BFDBB6
(191,219,182)
#CFE2C6
(207,226,198)
#DFE9D6
(223,233,214)
#EFF0E6
(239,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FAA46 color. Also use rgb(79,170,70) instead hex code.

Text Font Color

.myTextColor { color: #4FAA46; }

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

This text font color is #4FAA46.

Background Color

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

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

This div background color is #4FAA46.

Border color

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

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

This div border color is #4FAA46.

Opacity

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

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

Text with #4FAA46 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 #4FAA46;}

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

This text has shadow with #4FAA46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FAA46.

Preview

Color preview on black background

This text has color #4FAA46 on black background.


Color preview on white background

This text has color #4FAA46 on white background.


Black color preview on #4FAA46 background

This text has black color on #4FAA46 background.


White color preview on #4FAA46 background

This text has white color on #4FAA46 background.


Related colors

Complementary color

Complementary color for #hex is #B055B9.


I love getcolorcode.com

Triadic colors

1 #464FAA and #AA464F with #4FAA46 are triadic colors.

2 #46AA4F and #AA4F46 with #4FAA46 are triadic colors.