COLOR #21AE6E

HEX: #21AE6E RGB: (33,174,110)

Color info

#21AE6E contains mainly green color. Web safe color of #21AE6E is #339966 (or #396).

RGB color model

#21AE6E color RGB value is (33,174,110).

RGB: (33,174,110) (13%, 68%, 43%)

RGB channels and saturation

R 33 of 255 = 13%
G 174 of 255 = 68%
B 110 of 255 = 43%

33
174
110

R + G + B ~ 41%. #21AE6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 33 + 174 + 110 = 317 (100%)
R 33 of 317 ~ 10.41%
G 174 of 317 ~ 54.89%
B 110 of 317 ~ 34.7'%

%54.89
%34.7

CMYK color model

#21AE6E color CMYK value is (81,0,37,32).

  • cyan value is 81.03%
  • magenta value is 0.00%
  • yellow value is 36.78%
  • key color value is 31.76%

CMYK: (81,0,37,32)
C81M0Y37K32 (81%, 0%, 37%, 32%)
(0.81 / 0.00 / 0.37 / 0.32)

CMYK percentages

%81.03
%0
%36.78
%31.76

Codes

Color #21AE6E in popluar color models

21 AE 6E
RGB 33 174 110
HSL 153° 68.12% 40.59%
HSB/HSV 153° 81.03% 68.24%
CMYK 81.03% 0.00% 36.78%
31.76%

Color #21AE6E in popluar number systems.

HEX 21 AE 6E
Decimal 33 174 110
Binary 100001 10101110 1101110
Octal 41 256 156

Shades and tints

Shades of #21AE6E

#21AE6E
(33,174,110)
#1E9F64
(30,159,100)
#1B905A
(27,144,90)
#188150
(24,129,80)
#157246
(21,114,70)
#12633C
(18,99,60)
#0F5432
(15,84,50)
#0C4528
(12,69,40)
#09361E
(9,54,30)
#062714
(6,39,20)
#03180A
(3,24,10)
#000000
(0,0,0)

Tints of #21AE6E

#21AE6E
(33,174,110)
#35B57B
(53,181,123)
#49BC88
(73,188,136)
#5DC395
(93,195,149)
#71CAA2
(113,202,162)
#85D1AF
(133,209,175)
#99D8BC
(153,216,188)
#ADDFC9
(173,223,201)
#C1E6D6
(193,230,214)
#D5EDE3
(213,237,227)
#E9F4F0
(233,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21AE6E color. Also use rgb(33,174,110) instead hex code.

Text Font Color

.myTextColor { color: #21AE6E; }

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

This text font color is #21AE6E.

Background Color

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

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

This div background color is #21AE6E.

Border color

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

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

This div border color is #21AE6E.

Opacity

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

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

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

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

This text has shadow with #21AE6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #21AE6E.

Preview

Color preview on black background

This text has color #21AE6E on black background.


Color preview on white background

This text has color #21AE6E on white background.


Black color preview on #21AE6E background

This text has black color on #21AE6E background.


White color preview on #21AE6E background

This text has white color on #21AE6E background.


Related colors

Complementary color

Complementary color for #hex is #DE5191.


I love getcolorcode.com

Triadic colors

1 #6E21AE and #AE6E21 with #21AE6E are triadic colors.

2 #6EAE21 and #AE216E with #21AE6E are triadic colors.