COLOR #4AF595

HEX: #4AF595 RGB: (74,245,149)

Color info

#4AF595 contains mainly green color. Web safe color of #4AF595 is #33FF99 (or #3F9).

RGB color model

#4AF595 color RGB value is (74,245,149).

RGB: (74,245,149) (29%, 96%, 58%)

RGB channels and saturation

R 74 of 255 = 29%
G 245 of 255 = 96%
B 149 of 255 = 58%

74
245
149

R + G + B ~ 61%. #4AF595 is quite light color.

Portions of RGB colors in percentages

R + G + B = 74 + 245 + 149 = 468 (100%)
R 74 of 468 ~ 15.81%
G 245 of 468 ~ 52.35%
B 149 of 468 ~ 31.84'%

%15.81
%52.35
%31.84

CMYK color model

#4AF595 color CMYK value is (70,0,39,4).

  • cyan value is 69.80%
  • magenta value is 0.00%
  • yellow value is 39.18%
  • key color value is 3.92%

CMYK: (70,0,39,4)
C70M0Y39K4 (70%, 0%, 39%, 4%)
(0.70 / 0.00 / 0.39 / 0.04)

CMYK percentages

%69.8
%0
%39.18
%3.92

Codes

Color #4AF595 in popluar color models

4A F5 95
RGB 74 245 149
HSL 146° 89.53% 62.55%
HSB/HSV 146° 69.80% 96.08%
CMYK 69.80% 0.00% 39.18%
3.92%

Color #4AF595 in popluar number systems.

HEX 4A F5 95
Decimal 74 245 149
Binary 1001010 11110101 10010101
Octal 112 365 225

Shades and tints

Shades of #4AF595

#4AF595
(74,245,149)
#44DF88
(68,223,136)
#3EC97B
(62,201,123)
#38B36E
(56,179,110)
#329D61
(50,157,97)
#2C8754
(44,135,84)
#267147
(38,113,71)
#205B3A
(32,91,58)
#1A452D
(26,69,45)
#142F20
(20,47,32)
#0E1913
(14,25,19)
#000000
(0,0,0)

Tints of #4AF595

#4AF595
(74,245,149)
#5AF59E
(90,245,158)
#6AF5A7
(106,245,167)
#7AF5B0
(122,245,176)
#8AF5B9
(138,245,185)
#9AF5C2
(154,245,194)
#AAF5CB
(170,245,203)
#BAF5D4
(186,245,212)
#CAF5DD
(202,245,221)
#DAF5E6
(218,245,230)
#EAF5EF
(234,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AF595 color. Also use rgb(74,245,149) instead hex code.

Text Font Color

.myTextColor { color: #4AF595; }

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

This text font color is #4AF595.

Background Color

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

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

This div background color is #4AF595.

Border color

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

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

This div border color is #4AF595.

Opacity

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

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

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

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

This text has shadow with #4AF595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AF595.

Preview

Color preview on black background

This text has color #4AF595 on black background.


Color preview on white background

This text has color #4AF595 on white background.


Black color preview on #4AF595 background

This text has black color on #4AF595 background.


White color preview on #4AF595 background

This text has white color on #4AF595 background.


Related colors

Complementary color

Complementary color for #hex is #B50A6A.


I love getcolorcode.com

Triadic colors

1 #954AF5 and #F5954A with #4AF595 are triadic colors.

2 #95F54A and #F54A95 with #4AF595 are triadic colors.