COLOR #4AC690

HEX: #4AC690
RGB: (74,198,144)

Color info

#4AC690 contains mainly green and blue colors. Web safe color of #4AC690 is #33CC99 (or #3C9).

RGB color model

#4AC690 color RGB value is (74,198,144).

  • red value is 74;
  • green value is 198;
  • blue value is 144.
RGB:
(74,198,144)
(29%,78%,56%)

RGB channels and saturation

R 74 of 255 = 29%
G 198 of 255 = 78%
B 144 of 255 = 56%

74
198
144

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

Portions of RGB colors in percentages

R + G + B =
74 + 198 + 144 = 416 (100%)
R 74 of 416 ~ 17.79%
G 198 of 416 ~ 47.6%
B 144 of 416 ~ 34.62%

%17.79
%47.6
%34.62

CMYK color model

#4AC690 color CMYK value is (63,0,27,22).

  • cyan value is 62.63%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(63,0,27,22)
C63M0Y27K22 
(63%,0%,27%,22%)
(0.63/0.00/0.27/0.22)	

CMYK percentages

%62.63
%0
%27.27
%22.35

Codes

Color #4AC690 in popluar color models

4AC690
RGB74198144
HSL154°52.10%53.33%
HSB/HSV154°62.63%77.65%
CMYK62.63%0.00%27.27%
22.35%

Color #4AC690 in popluar number systems.

HEX4AC690
Decimal74198144
Binary10010101100011010010000
Octal112306220

Shades and tints

Shades of #4AC690

#4AC690
(74,198,144)
#44B483
(68,180,131)
#3EA276
(62,162,118)
#389069
(56,144,105)
#327E5C
(50,126,92)
#2C6C4F
(44,108,79)
#265A42
(38,90,66)
#204835
(32,72,53)
#1A3628
(26,54,40)
#14241B
(20,36,27)
#0E120E
(14,18,14)
#000000
(0,0,0)

Tints of #4AC690

#4AC690
(74,198,144)
#5ACB9A
(90,203,154)
#6AD0A4
(106,208,164)
#7AD5AE
(122,213,174)
#8ADAB8
(138,218,184)
#9ADFC2
(154,223,194)
#AAE4CC
(170,228,204)
#BAE9D6
(186,233,214)
#CAEEE0
(202,238,224)
#DAF3EA
(218,243,234)
#EAF8F4
(234,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AC690 color. Also use rgb(74,198,144) instead hex code.

Text Font Color

.myTextColor { color: #4AC690; }

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

This text font color is #4AC690.


Background Color

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

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

This div background color is #4AC690.


Border color

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

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

This div border color is #4AC690.


Opacity

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

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

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

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

This text has shadow with #4AC690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AC690 on black background.


Color preview on white background

This text has color #4AC690 on white background.



Black color preview on #4AC690 background

This text has black color on #4AC690 background.


White color preview on #4AC690 background

This text has white color on #4AC690 background.