COLOR #42AE64

HEX: #42AE64 RGB: (66,174,100)

Color info

#42AE64 contains mainly green color. Web safe color of #42AE64 is #339966 (or #396).

RGB color model

#42AE64 color RGB value is (66,174,100).

RGB: (66,174,100) (26%, 68%, 39%)

RGB channels and saturation

R 66 of 255 = 26%
G 174 of 255 = 68%
B 100 of 255 = 39%

66
174
100

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

Portions of RGB colors in percentages

R + G + B = 66 + 174 + 100 = 340 (100%)
R 66 of 340 ~ 19.41%
G 174 of 340 ~ 51.18%
B 100 of 340 ~ 29.41'%

%19.41
%51.18
%29.41

CMYK color model

#42AE64 color CMYK value is (62,0,43,32).

  • cyan value is 62.07%
  • magenta value is 0.00%
  • yellow value is 42.53%
  • key color value is 31.76%

CMYK: (62,0,43,32)
C62M0Y43K32 (62%, 0%, 43%, 32%)
(0.62 / 0.00 / 0.43 / 0.32)

CMYK percentages

%62.07
%0
%42.53
%31.76

Codes

Color #42AE64 in popluar color models

42 AE 64
RGB 66 174 100
HSL 139° 45.00% 47.06%
HSB/HSV 139° 62.07% 68.24%
CMYK 62.07% 0.00% 42.53%
31.76%

Color #42AE64 in popluar number systems.

HEX 42 AE 64
Decimal 66 174 100
Binary 1000010 10101110 1100100
Octal 102 256 144

Shades and tints

Shades of #42AE64

#42AE64
(66,174,100)
#3C9F5B
(60,159,91)
#369052
(54,144,82)
#308149
(48,129,73)
#2A7240
(42,114,64)
#246337
(36,99,55)
#1E542E
(30,84,46)
#184525
(24,69,37)
#12361C
(18,54,28)
#0C2713
(12,39,19)
#06180A
(6,24,10)
#000000
(0,0,0)

Tints of #42AE64

#42AE64
(66,174,100)
#53B572
(83,181,114)
#64BC80
(100,188,128)
#75C38E
(117,195,142)
#86CA9C
(134,202,156)
#97D1AA
(151,209,170)
#A8D8B8
(168,216,184)
#B9DFC6
(185,223,198)
#CAE6D4
(202,230,212)
#DBEDE2
(219,237,226)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42AE64 color. Also use rgb(66,174,100) instead hex code.

Text Font Color

.myTextColor { color: #42AE64; }

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

This text font color is #42AE64.

Background Color

.myBgColor { background-color: #42AE64; }

<div style="background-color:#42AE64">Inner text</div>

This div background color is #42AE64.

Border color

.myBorderColor { border: 1px solid #42AE64; }

<div style="border:3px solid #42AE64">Div</div>

This div border color is #42AE64.

Opacity

.myOpacity80 { color: #42AE64; opacity: 0.8; }

<p style="color:#42AE64;opacity:0.8;">80%</p>

Text with #42AE64 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 #42AE64;}

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

This text has shadow with #42AE64 color.


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

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

This text has shadow with #42AE64 primary color and red secondary color.


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

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

This text has shadow with #42AE64 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #42AE64.

Preview

Color preview on black background

This text has color #42AE64 on black background.


Color preview on white background

This text has color #42AE64 on white background.


Black color preview on #42AE64 background

This text has black color on #42AE64 background.


White color preview on #42AE64 background

This text has white color on #42AE64 background.


Related colors

Complementary color

Complementary color for #hex is #BD519B.


I love getcolorcode.com

Triadic colors

1 #6442AE and #AE6442 with #42AE64 are triadic colors.

2 #64AE42 and #AE4264 with #42AE64 are triadic colors.