COLOR #21A74C

HEX: #21A74C
RGB: (33,167,76)

Color info

#21A74C contains mainly green color. Web safe color of #21A74C is #339933 (or #393).

RGB color model

#21A74C color RGB value is (33,167,76).

  • red value is 33;
  • green value is 167;
  • blue value is 76.
RGB:
(33,167,76)
(13%,65%,30%)

RGB channels and saturation

R 33 of 255 = 13%
G 167 of 255 = 65%
B 76 of 255 = 30%

33
167
76

R + G + B ~ 36%. #21A74C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 167 + 76 = 276 (100%)
R 33 of 276 ~ 11.96%
G 167 of 276 ~ 60.51%
B 76 of 276 ~ 27.54%

%11.96
%60.51
%27.54

CMYK color model

#21A74C color CMYK value is (80,0,54,35).

  • cyan value is 80.24%
  • magenta value is 0.00%
  • yellow value is 54.49%
  • key color value is 34.51%
CMYK:
(80,0,54,35)
C80M0Y54K35 
(80%,0%,54%,35%)
(0.80/0.00/0.54/0.35)	

CMYK percentages

%80.24
%0
%54.49
%34.51

Codes

Color #21A74C in popluar color models

21A74C
RGB3316776
HSL139°67.00%39.22%
HSB/HSV139°80.24%65.49%
CMYK80.24%0.00%54.49%
34.51%

Color #21A74C in popluar number systems.

HEX21A74C
Decimal3316776
Binary100001101001111001100
Octal41247114

Shades and tints

Shades of #21A74C

#21A74C
(33,167,76)
#1E9846
(30,152,70)
#1B8940
(27,137,64)
#187A3A
(24,122,58)
#156B34
(21,107,52)
#125C2E
(18,92,46)
#0F4D28
(15,77,40)
#0C3E22
(12,62,34)
#092F1C
(9,47,28)
#062016
(6,32,22)
#031110
(3,17,16)
#000000
(0,0,0)

Tints of #21A74C

#21A74C
(33,167,76)
#35AF5C
(53,175,92)
#49B76C
(73,183,108)
#5DBF7C
(93,191,124)
#71C78C
(113,199,140)
#85CF9C
(133,207,156)
#99D7AC
(153,215,172)
#ADDFBC
(173,223,188)
#C1E7CC
(193,231,204)
#D5EFDC
(213,239,220)
#E9F7EC
(233,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21A74C color. Also use rgb(33,167,76) instead hex code.

Text Font Color

.myTextColor { color: #21A74C; }

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

This text font color is #21A74C.


Background Color

.myBgColor { background-color: #21A74C; }

<div style="background-color:#21A74C">Inner text</div>

This div background color is #21A74C.


Border color

.myBorderColor { border: 1px solid #21A74C; }

<div style="border:3px solid #21A74C">Div</div>

This div border color is #21A74C.


Opacity

.myOpacity80 { color: #21A74C; opacity: 0.8; }

<p style="color:#21A74C;opacity:0.8;">80%</p>

Text with #21A74C 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 #21A74C;}

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

This text has shadow with #21A74C color.

.textShadow {text-shadow: 3px 3px 1px #21A74C, 3px 3px 1px red;}

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

This text has shadow with #21A74C primary color and red secondary color.


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

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

This text has shadow with #21A74C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21A74C on black background.


Color preview on white background

This text has color #21A74C on white background.



Black color preview on #21A74C background

This text has black color on #21A74C background.


White color preview on #21A74C background

This text has white color on #21A74C background.