COLOR #4AA258

HEX: #4AA258 RGB: (74,162,88)

Color info

#4AA258 contains mainly green color. Web safe color of #4AA258 is #339966 (or #396).

RGB color model

#4AA258 color RGB value is (74,162,88).

RGB: (74,162,88) (29%, 64%, 35%)

RGB channels and saturation

R 74 of 255 = 29%
G 162 of 255 = 64%
B 88 of 255 = 35%

74
162
88

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

Portions of RGB colors in percentages

R + G + B = 74 + 162 + 88 = 324 (100%)
R 74 of 324 ~ 22.84%
G 162 of 324 ~ 50%
B 88 of 324 ~ 27.16'%

%22.84
%50
%27.16

CMYK color model

#4AA258 color CMYK value is (54,0,46,36).

  • cyan value is 54.32%
  • magenta value is 0.00%
  • yellow value is 45.68%
  • key color value is 36.47%
CMYK: (54,0,46,36) C54M0Y46K36 (54%,0%,46%,36%) (0.54/0.00/0.46/0.36) 

CMYK percentages

%54.32
%0
%45.68
%36.47

Codes

Color #4AA258 in popluar color models

4A A2 58
RGB 74 162 88
HSL 130° 37.29% 46.27%
HSB/HSV 130° 54.32% 63.53%
CMYK 54.32% 0.00% 45.68%
36.47%

Color #4AA258 in popluar number systems.

HEX 4A A2 58
Decimal 74 162 88
Binary 1001010 10100010 1011000
Octal 112 242 130

Shades and tints

Shades of #4AA258

#4AA258
(74,162,88)
#449450
(68,148,80)
#3E8648
(62,134,72)
#387840
(56,120,64)
#326A38
(50,106,56)
#2C5C30
(44,92,48)
#264E28
(38,78,40)
#204020
(32,64,32)
#1A3218
(26,50,24)
#142410
(20,36,16)
#0E1608
(14,22,8)
#000000
(0,0,0)

Tints of #4AA258

#4AA258
(74,162,88)
#5AAA67
(90,170,103)
#6AB276
(106,178,118)
#7ABA85
(122,186,133)
#8AC294
(138,194,148)
#9ACAA3
(154,202,163)
#AAD2B2
(170,210,178)
#BADAC1
(186,218,193)
#CAE2D0
(202,226,208)
#DAEADF
(218,234,223)
#EAF2EE
(234,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA258 color. Also use rgb(74,162,88) instead hex code.

Text Font Color

.myTextColor { color: #4AA258; }

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

This text font color is #4AA258.

Background Color

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

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

This div background color is #4AA258.

Border color

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

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

This div border color is #4AA258.

Opacity

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

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

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

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

This text has shadow with #4AA258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AA258.

Preview

Color preview on black background

This text has color #4AA258 on black background.


Color preview on white background

This text has color #4AA258 on white background.


Black color preview on #4AA258 background

This text has black color on #4AA258 background.


White color preview on #4AA258 background

This text has white color on #4AA258 background.


Related colors

Complementary color

Complementary color for #hex is #B55DA7.


I love getcolorcode.com

Triadic colors

1 #584AA2 and #A2584A with #4AA258 are triadic colors.

2 #58A24A and #A24A58 with #4AA258 are triadic colors.