COLOR #42A96F

HEX: #42A96F
RGB: (66,169,111)

Color info

#42A96F contains mainly green and blue colors. Web safe color of #42A96F is #339966 (or #396).

RGB color model

#42A96F color RGB value is (66,169,111).

  • red value is 66;
  • green value is 169;
  • blue value is 111.
RGB:
(66,169,111)
(26%,66%,44%)

RGB channels and saturation

R 66 of 255 = 26%
G 169 of 255 = 66%
B 111 of 255 = 44%

66
169
111

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

Portions of RGB colors in percentages

R + G + B =
66 + 169 + 111 = 346 (100%)
R 66 of 346 ~ 19.08%
G 169 of 346 ~ 48.84%
B 111 of 346 ~ 32.08%

%19.08
%48.84
%32.08

CMYK color model

#42A96F color CMYK value is (61,0,34,34).

  • cyan value is 60.95%
  • magenta value is 0.00%
  • yellow value is 34.32%
  • key color value is 33.73%
CMYK:
(61,0,34,34)
C61M0Y34K34 
(61%,0%,34%,34%)
(0.61/0.00/0.34/0.34)	

CMYK percentages

%60.95
%0
%34.32
%33.73

Codes

Color #42A96F in popluar color models

42A96F
RGB66169111
HSL146°43.83%46.08%
HSB/HSV146°60.95%66.27%
CMYK60.95%0.00%34.32%
33.73%

Color #42A96F in popluar number systems.

HEX42A96F
Decimal66169111
Binary1000010101010011101111
Octal102251157

Shades and tints

Shades of #42A96F

#42A96F
(66,169,111)
#3C9A65
(60,154,101)
#368B5B
(54,139,91)
#307C51
(48,124,81)
#2A6D47
(42,109,71)
#245E3D
(36,94,61)
#1E4F33
(30,79,51)
#184029
(24,64,41)
#12311F
(18,49,31)
#0C2215
(12,34,21)
#06130B
(6,19,11)
#000000
(0,0,0)

Tints of #42A96F

#42A96F
(66,169,111)
#53B07C
(83,176,124)
#64B789
(100,183,137)
#75BE96
(117,190,150)
#86C5A3
(134,197,163)
#97CCB0
(151,204,176)
#A8D3BD
(168,211,189)
#B9DACA
(185,218,202)
#CAE1D7
(202,225,215)
#DBE8E4
(219,232,228)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #42A96F color. Also use rgb(66,169,111) instead hex code.

Text Font Color

.myTextColor { color: #42A96F; }

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

This text font color is #42A96F.


Background Color

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

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

This div background color is #42A96F.


Border color

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

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

This div border color is #42A96F.


Opacity

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

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

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

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

This text has shadow with #42A96F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A96F on black background.


Color preview on white background

This text has color #42A96F on white background.



Black color preview on #42A96F background

This text has black color on #42A96F background.


White color preview on #42A96F background

This text has white color on #42A96F background.