COLOR #4ABE84

HEX: #4ABE84
RGB: (74,190,132)

Color info

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

RGB color model

#4ABE84 color RGB value is (74,190,132).

  • red value is 74;
  • green value is 190;
  • blue value is 132.
RGB:
(74,190,132)
(29%,75%,52%)

RGB channels and saturation

R 74 of 255 = 29%
G 190 of 255 = 75%
B 132 of 255 = 52%

74
190
132

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

Portions of RGB colors in percentages

R + G + B =
74 + 190 + 132 = 396 (100%)
R 74 of 396 ~ 18.69%
G 190 of 396 ~ 47.98%
B 132 of 396 ~ 33.33%

%18.69
%47.98
%33.33

CMYK color model

#4ABE84 color CMYK value is (61,0,31,25).

  • cyan value is 61.05%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 25.49%
CMYK:
(61,0,31,25)
C61M0Y31K25 
(61%,0%,31%,25%)
(0.61/0.00/0.31/0.25)	

CMYK percentages

%61.05
%0
%30.53
%25.49

Codes

Color #4ABE84 in popluar color models

4ABE84
RGB74190132
HSL150°47.15%51.76%
HSB/HSV150°61.05%74.51%
CMYK61.05%0.00%30.53%
25.49%

Color #4ABE84 in popluar number systems.

HEX4ABE84
Decimal74190132
Binary10010101011111010000100
Octal112276204

Shades and tints

Shades of #4ABE84

#4ABE84
(74,190,132)
#44AD78
(68,173,120)
#3E9C6C
(62,156,108)
#388B60
(56,139,96)
#327A54
(50,122,84)
#2C6948
(44,105,72)
#26583C
(38,88,60)
#204730
(32,71,48)
#1A3624
(26,54,36)
#142518
(20,37,24)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #4ABE84

#4ABE84
(74,190,132)
#5AC38F
(90,195,143)
#6AC89A
(106,200,154)
#7ACDA5
(122,205,165)
#8AD2B0
(138,210,176)
#9AD7BB
(154,215,187)
#AADCC6
(170,220,198)
#BAE1D1
(186,225,209)
#CAE6DC
(202,230,220)
#DAEBE7
(218,235,231)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ABE84 color. Also use rgb(74,190,132) instead hex code.

Text Font Color

.myTextColor { color: #4ABE84; }

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

This text font color is #4ABE84.


Background Color

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

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

This div background color is #4ABE84.


Border color

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

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

This div border color is #4ABE84.


Opacity

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

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

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

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

This text has shadow with #4ABE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ABE84 on black background.


Color preview on white background

This text has color #4ABE84 on white background.



Black color preview on #4ABE84 background

This text has black color on #4ABE84 background.


White color preview on #4ABE84 background

This text has white color on #4ABE84 background.