COLOR #24AA6B

HEX: #24AA6B
RGB: (36,170,107)

Color info

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

RGB color model

#24AA6B color RGB value is (36,170,107).

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

RGB channels and saturation

R 36 of 255 = 14%
G 170 of 255 = 67%
B 107 of 255 = 42%

36
170
107

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

Portions of RGB colors in percentages

R + G + B =
36 + 170 + 107 = 313 (100%)
R 36 of 313 ~ 11.5%
G 170 of 313 ~ 54.31%
B 107 of 313 ~ 34.19%

%11.5
%54.31
%34.19

CMYK color model

#24AA6B color CMYK value is (79,0,37,33).

  • cyan value is 78.82%
  • magenta value is 0.00%
  • yellow value is 37.06%
  • key color value is 33.33%
CMYK:
(79,0,37,33)
C79M0Y37K33 
(79%,0%,37%,33%)
(0.79/0.00/0.37/0.33)	

CMYK percentages

%78.82
%0
%37.06
%33.33

Codes

Color #24AA6B in popluar color models

24AA6B
RGB36170107
HSL152°65.05%40.39%
HSB/HSV152°78.82%66.67%
CMYK78.82%0.00%37.06%
33.33%

Color #24AA6B in popluar number systems.

HEX24AA6B
Decimal36170107
Binary100100101010101101011
Octal44252153

Shades and tints

Shades of #24AA6B

#24AA6B
(36,170,107)
#219B62
(33,155,98)
#1E8C59
(30,140,89)
#1B7D50
(27,125,80)
#186E47
(24,110,71)
#155F3E
(21,95,62)
#125035
(18,80,53)
#0F412C
(15,65,44)
#0C3223
(12,50,35)
#09231A
(9,35,26)
#061411
(6,20,17)
#000000
(0,0,0)

Tints of #24AA6B

#24AA6B
(36,170,107)
#37B178
(55,177,120)
#4AB885
(74,184,133)
#5DBF92
(93,191,146)
#70C69F
(112,198,159)
#83CDAC
(131,205,172)
#96D4B9
(150,212,185)
#A9DBC6
(169,219,198)
#BCE2D3
(188,226,211)
#CFE9E0
(207,233,224)
#E2F0ED
(226,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24AA6B; }

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

This text font color is #24AA6B.


Background Color

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

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

This div background color is #24AA6B.


Border color

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

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

This div border color is #24AA6B.


Opacity

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

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

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

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

This text has shadow with #24AA6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24AA6B on black background.


Color preview on white background

This text has color #24AA6B on white background.



Black color preview on #24AA6B background

This text has black color on #24AA6B background.


White color preview on #24AA6B background

This text has white color on #24AA6B background.