COLOR #24AA68

HEX: #24AA68
RGB: (36,170,104)

Color info

#24AA68 contains mainly green color. Web safe color of #24AA68 is #339966 (or #396).

RGB color model

#24AA68 color RGB value is (36,170,104).

  • red value is 36;
  • green value is 170;
  • blue value is 104.
RGB:
(36,170,104)
(14%,67%,41%)

RGB channels and saturation

R 36 of 255 = 14%
G 170 of 255 = 67%
B 104 of 255 = 41%

36
170
104

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

Portions of RGB colors in percentages

R + G + B =
36 + 170 + 104 = 310 (100%)
R 36 of 310 ~ 11.61%
G 170 of 310 ~ 54.84%
B 104 of 310 ~ 33.55%

%11.61
%54.84
%33.55

CMYK color model

#24AA68 color CMYK value is (79,0,39,33).

  • cyan value is 78.82%
  • magenta value is 0.00%
  • yellow value is 38.82%
  • key color value is 33.33%
CMYK:
(79,0,39,33)
C79M0Y39K33 
(79%,0%,39%,33%)
(0.79/0.00/0.39/0.33)	

CMYK percentages

%78.82
%0
%38.82
%33.33

Codes

Color #24AA68 in popluar color models

24AA68
RGB36170104
HSL150°65.05%40.39%
HSB/HSV150°78.82%66.67%
CMYK78.82%0.00%38.82%
33.33%

Color #24AA68 in popluar number systems.

HEX24AA68
Decimal36170104
Binary100100101010101101000
Octal44252150

Shades and tints

Shades of #24AA68

#24AA68
(36,170,104)
#219B5F
(33,155,95)
#1E8C56
(30,140,86)
#1B7D4D
(27,125,77)
#186E44
(24,110,68)
#155F3B
(21,95,59)
#125032
(18,80,50)
#0F4129
(15,65,41)
#0C3220
(12,50,32)
#092317
(9,35,23)
#06140E
(6,20,14)
#000000
(0,0,0)

Tints of #24AA68

#24AA68
(36,170,104)
#37B175
(55,177,117)
#4AB882
(74,184,130)
#5DBF8F
(93,191,143)
#70C69C
(112,198,156)
#83CDA9
(131,205,169)
#96D4B6
(150,212,182)
#A9DBC3
(169,219,195)
#BCE2D0
(188,226,208)
#CFE9DD
(207,233,221)
#E2F0EA
(226,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24AA68 color. Also use rgb(36,170,104) instead hex code.

Text Font Color

.myTextColor { color: #24AA68; }

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

This text font color is #24AA68.


Background Color

.myBgColor { background-color: #24AA68; }

<div style="background-color:#24AA68">Inner text</div>

This div background color is #24AA68.


Border color

.myBorderColor { border: 1px solid #24AA68; }

<div style="border:3px solid #24AA68">Div</div>

This div border color is #24AA68.


Opacity

.myOpacity80 { color: #24AA68; opacity: 0.8; }

<p style="color:#24AA68;opacity:0.8;">80%</p>

Text with #24AA68 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 #24AA68;}

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

This text has shadow with #24AA68 color.

.textShadow {text-shadow: 3px 3px 1px #24AA68, 3px 3px 1px red;}

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

This text has shadow with #24AA68 primary color and red secondary color.


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

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

This text has shadow with #24AA68 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24AA68 on black background.


Color preview on white background

This text has color #24AA68 on white background.



Black color preview on #24AA68 background

This text has black color on #24AA68 background.


White color preview on #24AA68 background

This text has white color on #24AA68 background.