COLOR #24A999

HEX: #24A999
RGB: (36,169,153)

Color info

#24A999 contains mainly green and blue colors. Web safe color of #24A999 is #339999 (or #399).

RGB color model

#24A999 color RGB value is (36,169,153).

  • red value is 36;
  • green value is 169;
  • blue value is 153.
RGB:
(36,169,153)
(14%,66%,60%)

RGB channels and saturation

R 36 of 255 = 14%
G 169 of 255 = 66%
B 153 of 255 = 60%

36
169
153

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

Portions of RGB colors in percentages

R + G + B =
36 + 169 + 153 = 358 (100%)
R 36 of 358 ~ 10.06%
G 169 of 358 ~ 47.21%
B 153 of 358 ~ 42.74%

%10.06
%47.21
%42.74

CMYK color model

#24A999 color CMYK value is (79,0,9,34).

  • cyan value is 78.70%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 33.73%
CMYK:
(79,0,9,34)
C79M0Y9K34 
(79%,0%,9%,34%)
(0.79/0.00/0.09/0.34)	

CMYK percentages

%78.7
%0
%9.47
%33.73

Codes

Color #24A999 in popluar color models

24A999
RGB36169153
HSL173°64.88%40.20%
HSB/HSV173°78.70%66.27%
CMYK78.70%0.00%9.47%
33.73%

Color #24A999 in popluar number systems.

HEX24A999
Decimal36169153
Binary1001001010100110011001
Octal44251231

Shades and tints

Shades of #24A999

#24A999
(36,169,153)
#219A8C
(33,154,140)
#1E8B7F
(30,139,127)
#1B7C72
(27,124,114)
#186D65
(24,109,101)
#155E58
(21,94,88)
#124F4B
(18,79,75)
#0F403E
(15,64,62)
#0C3131
(12,49,49)
#092224
(9,34,36)
#061317
(6,19,23)
#000000
(0,0,0)

Tints of #24A999

#24A999
(36,169,153)
#37B0A2
(55,176,162)
#4AB7AB
(74,183,171)
#5DBEB4
(93,190,180)
#70C5BD
(112,197,189)
#83CCC6
(131,204,198)
#96D3CF
(150,211,207)
#A9DAD8
(169,218,216)
#BCE1E1
(188,225,225)
#CFE8EA
(207,232,234)
#E2EFF3
(226,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24A999 color. Also use rgb(36,169,153) instead hex code.

Text Font Color

.myTextColor { color: #24A999; }

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

This text font color is #24A999.


Background Color

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

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

This div background color is #24A999.


Border color

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

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

This div border color is #24A999.


Opacity

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

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

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

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

This text has shadow with #24A999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24A999 on black background.


Color preview on white background

This text has color #24A999 on white background.



Black color preview on #24A999 background

This text has black color on #24A999 background.


White color preview on #24A999 background

This text has white color on #24A999 background.