COLOR #4ABA4E

HEX: #4ABA4E
RGB: (74,186,78)

Color info

#4ABA4E contains mainly green color. Web safe color of #4ABA4E is #33CC66 (or #3C6).

RGB color model

#4ABA4E color RGB value is (74,186,78).

  • red value is 74;
  • green value is 186;
  • blue value is 78.
RGB:
(74,186,78)
(29%,73%,31%)

RGB channels and saturation

R 74 of 255 = 29%
G 186 of 255 = 73%
B 78 of 255 = 31%

74
186
78

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

Portions of RGB colors in percentages

R + G + B =
74 + 186 + 78 = 338 (100%)
R 74 of 338 ~ 21.89%
G 186 of 338 ~ 55.03%
B 78 of 338 ~ 23.08%

%21.89
%55.03
%23.08

CMYK color model

#4ABA4E color CMYK value is (60,0,58,27).

  • cyan value is 60.22%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 27.06%
CMYK:
(60,0,58,27)
C60M0Y58K27 
(60%,0%,58%,27%)
(0.60/0.00/0.58/0.27)	

CMYK percentages

%60.22
%0
%58.06
%27.06

Codes

Color #4ABA4E in popluar color models

4ABA4E
RGB7418678
HSL122°44.80%50.98%
HSB/HSV122°60.22%72.94%
CMYK60.22%0.00%58.06%
27.06%

Color #4ABA4E in popluar number systems.

HEX4ABA4E
Decimal7418678
Binary1001010101110101001110
Octal112272116

Shades and tints

Shades of #4ABA4E

#4ABA4E
(74,186,78)
#44AA47
(68,170,71)
#3E9A40
(62,154,64)
#388A39
(56,138,57)
#327A32
(50,122,50)
#2C6A2B
(44,106,43)
#265A24
(38,90,36)
#204A1D
(32,74,29)
#1A3A16
(26,58,22)
#142A0F
(20,42,15)
#0E1A08
(14,26,8)
#000000
(0,0,0)

Tints of #4ABA4E

#4ABA4E
(74,186,78)
#5AC05E
(90,192,94)
#6AC66E
(106,198,110)
#7ACC7E
(122,204,126)
#8AD28E
(138,210,142)
#9AD89E
(154,216,158)
#AADEAE
(170,222,174)
#BAE4BE
(186,228,190)
#CAEACE
(202,234,206)
#DAF0DE
(218,240,222)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ABA4E color. Also use rgb(74,186,78) instead hex code.

Text Font Color

.myTextColor { color: #4ABA4E; }

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

This text font color is #4ABA4E.


Background Color

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

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

This div background color is #4ABA4E.


Border color

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

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

This div border color is #4ABA4E.


Opacity

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

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

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

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

This text has shadow with #4ABA4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ABA4E on black background.


Color preview on white background

This text has color #4ABA4E on white background.



Black color preview on #4ABA4E background

This text has black color on #4ABA4E background.


White color preview on #4ABA4E background

This text has white color on #4ABA4E background.