COLOR #21AC24

HEX: #21AC24
RGB: (33,172,36)

Color info

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

RGB color model

#21AC24 color RGB value is (33,172,36).

  • red value is 33;
  • green value is 172;
  • blue value is 36.
RGB:
(33,172,36)
(13%,67%,14%)

RGB channels and saturation

R 33 of 255 = 13%
G 172 of 255 = 67%
B 36 of 255 = 14%

33
172
36

R + G + B ~ 31%. #21AC24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 172 + 36 = 241 (100%)
R 33 of 241 ~ 13.69%
G 172 of 241 ~ 71.37%
B 36 of 241 ~ 14.94%

%13.69
%71.37
%14.94

CMYK color model

#21AC24 color CMYK value is (81,0,79,33).

  • cyan value is 80.81%
  • magenta value is 0.00%
  • yellow value is 79.07%
  • key color value is 32.55%
CMYK:
(81,0,79,33)
C81M0Y79K33 
(81%,0%,79%,33%)
(0.81/0.00/0.79/0.33)	

CMYK percentages

%80.81
%0
%79.07
%32.55

Codes

Color #21AC24 in popluar color models

21AC24
RGB3317236
HSL121°67.80%40.20%
HSB/HSV121°80.81%67.45%
CMYK80.81%0.00%79.07%
32.55%

Color #21AC24 in popluar number systems.

HEX21AC24
Decimal3317236
Binary10000110101100100100
Octal4125444

Shades and tints

Shades of #21AC24

#21AC24
(33,172,36)
#1E9D21
(30,157,33)
#1B8E1E
(27,142,30)
#187F1B
(24,127,27)
#157018
(21,112,24)
#126115
(18,97,21)
#0F5212
(15,82,18)
#0C430F
(12,67,15)
#09340C
(9,52,12)
#062509
(6,37,9)
#031606
(3,22,6)
#000000
(0,0,0)

Tints of #21AC24

#21AC24
(33,172,36)
#35B337
(53,179,55)
#49BA4A
(73,186,74)
#5DC15D
(93,193,93)
#71C870
(113,200,112)
#85CF83
(133,207,131)
#99D696
(153,214,150)
#ADDDA9
(173,221,169)
#C1E4BC
(193,228,188)
#D5EBCF
(213,235,207)
#E9F2E2
(233,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21AC24 color. Also use rgb(33,172,36) instead hex code.

Text Font Color

.myTextColor { color: #21AC24; }

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

This text font color is #21AC24.


Background Color

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

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

This div background color is #21AC24.


Border color

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

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

This div border color is #21AC24.


Opacity

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

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

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

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

This text has shadow with #21AC24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21AC24 on black background.


Color preview on white background

This text has color #21AC24 on white background.



Black color preview on #21AC24 background

This text has black color on #21AC24 background.


White color preview on #21AC24 background

This text has white color on #21AC24 background.