COLOR #42A967

HEX: #42A967
RGB: (66,169,103)

Color info

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

RGB color model

#42A967 color RGB value is (66,169,103).

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

RGB channels and saturation

R 66 of 255 = 26%
G 169 of 255 = 66%
B 103 of 255 = 40%

66
169
103

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

Portions of RGB colors in percentages

R + G + B =
66 + 169 + 103 = 338 (100%)
R 66 of 338 ~ 19.53%
G 169 of 338 ~ 50%
B 103 of 338 ~ 30.47%

%19.53
%50
%30.47

CMYK color model

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

  • cyan value is 60.95%
  • magenta value is 0.00%
  • yellow value is 39.05%
  • key color value is 33.73%
CMYK:
(61,0,39,34)
C61M0Y39K34 
(61%,0%,39%,34%)
(0.61/0.00/0.39/0.34)	

CMYK percentages

%60.95
%0
%39.05
%33.73

Codes

Color #42A967 in popluar color models

42A967
RGB66169103
HSL142°43.83%46.08%
HSB/HSV142°60.95%66.27%
CMYK60.95%0.00%39.05%
33.73%

Color #42A967 in popluar number systems.

HEX42A967
Decimal66169103
Binary1000010101010011100111
Octal102251147

Shades and tints

Shades of #42A967

#42A967
(66,169,103)
#3C9A5E
(60,154,94)
#368B55
(54,139,85)
#307C4C
(48,124,76)
#2A6D43
(42,109,67)
#245E3A
(36,94,58)
#1E4F31
(30,79,49)
#184028
(24,64,40)
#12311F
(18,49,31)
#0C2216
(12,34,22)
#06130D
(6,19,13)
#000000
(0,0,0)

Tints of #42A967

#42A967
(66,169,103)
#53B074
(83,176,116)
#64B781
(100,183,129)
#75BE8E
(117,190,142)
#86C59B
(134,197,155)
#97CCA8
(151,204,168)
#A8D3B5
(168,211,181)
#B9DAC2
(185,218,194)
#CAE1CF
(202,225,207)
#DBE8DC
(219,232,220)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #42A967; }

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

This text font color is #42A967.


Background Color

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

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

This div background color is #42A967.


Border color

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

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

This div border color is #42A967.


Opacity

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

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

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

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

This text has shadow with #42A967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #42A967 on black background.


Color preview on white background

This text has color #42A967 on white background.



Black color preview on #42A967 background

This text has black color on #42A967 background.


White color preview on #42A967 background

This text has white color on #42A967 background.