COLOR #43A970

HEX: #43A970 RGB: (67,169,112)

Color info

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

RGB color model

#43A970 color RGB value is (67,169,112).

RGB: (67,169,112) (26%, 66%, 44%)

RGB channels and saturation

R 67 of 255 = 26%
G 169 of 255 = 66%
B 112 of 255 = 44%

67
169
112

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

Portions of RGB colors in percentages

R + G + B = 67 + 169 + 112 = 348 (100%)
R 67 of 348 ~ 19.25%
G 169 of 348 ~ 48.56%
B 112 of 348 ~ 32.18'%

%19.25
%48.56
%32.18

CMYK color model

#43A970 color CMYK value is (60,0,34,34).

  • cyan value is 60.36%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 33.73%

CMYK: (60,0,34,34)
C60M0Y34K34 (60%, 0%, 34%, 34%)
(0.60 / 0.00 / 0.34 / 0.34)

CMYK percentages

%60.36
%0
%33.73
%33.73

Codes

Color #43A970 in popluar color models

43 A9 70
RGB 67 169 112
HSL 146° 43.22% 46.27%
HSB/HSV 146° 60.36% 66.27%
CMYK 60.36% 0.00% 33.73%
33.73%

Color #43A970 in popluar number systems.

HEX 43 A9 70
Decimal 67 169 112
Binary 1000011 10101001 1110000
Octal 103 251 160

Shades and tints

Shades of #43A970

#43A970
(67,169,112)
#3D9A66
(61,154,102)
#378B5C
(55,139,92)
#317C52
(49,124,82)
#2B6D48
(43,109,72)
#255E3E
(37,94,62)
#1F4F34
(31,79,52)
#19402A
(25,64,42)
#133120
(19,49,32)
#0D2216
(13,34,22)
#07130C
(7,19,12)
#000000
(0,0,0)

Tints of #43A970

#43A970
(67,169,112)
#54B07D
(84,176,125)
#65B78A
(101,183,138)
#76BE97
(118,190,151)
#87C5A4
(135,197,164)
#98CCB1
(152,204,177)
#A9D3BE
(169,211,190)
#BADACB
(186,218,203)
#CBE1D8
(203,225,216)
#DCE8E5
(220,232,229)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43A970 color. Also use rgb(67,169,112) instead hex code.

Text Font Color

.myTextColor { color: #43A970; }

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

This text font color is #43A970.

Background Color

.myBgColor { background-color: #43A970; }

<div style="background-color:#43A970">Inner text</div>

This div background color is #43A970.

Border color

.myBorderColor { border: 1px solid #43A970; }

<div style="border:3px solid #43A970">Div</div>

This div border color is #43A970.

Opacity

.myOpacity80 { color: #43A970; opacity: 0.8; }

<p style="color:#43A970;opacity:0.8;">80%</p>

Text with #43A970 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 #43A970;}

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

This text has shadow with #43A970 color.


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

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

This text has shadow with #43A970 primary color and red secondary color.


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

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

This text has shadow with #43A970 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #43A970.

Preview

Color preview on black background

This text has color #43A970 on black background.


Color preview on white background

This text has color #43A970 on white background.


Black color preview on #43A970 background

This text has black color on #43A970 background.


White color preview on #43A970 background

This text has white color on #43A970 background.


Related colors

Complementary color

Complementary color for #hex is #BC568F.


I love getcolorcode.com

Triadic colors

1 #7043A9 and #A97043 with #43A970 are triadic colors.

2 #70A943 and #A94370 with #43A970 are triadic colors.