COLOR #24A874

HEX: #24A874
RGB: (36,168,116)

Color info

#24A874 contains mainly green and blue colors. Web safe color of #24A874 is #339966 (or #396).

RGB color model

#24A874 color RGB value is (36,168,116).

  • red value is 36;
  • green value is 168;
  • blue value is 116.
RGB:
(36,168,116)
(14%,66%,45%)

RGB channels and saturation

R 36 of 255 = 14%
G 168 of 255 = 66%
B 116 of 255 = 45%

36
168
116

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

Portions of RGB colors in percentages

R + G + B =
36 + 168 + 116 = 320 (100%)
R 36 of 320 ~ 11.25%
G 168 of 320 ~ 52.5%
B 116 of 320 ~ 36.25%

%11.25
%52.5
%36.25

CMYK color model

#24A874 color CMYK value is (79,0,31,34).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 30.95%
  • key color value is 34.12%
CMYK:
(79,0,31,34)
C79M0Y31K34 
(79%,0%,31%,34%)
(0.79/0.00/0.31/0.34)	

CMYK percentages

%78.57
%0
%30.95
%34.12

Codes

Color #24A874 in popluar color models

24A874
RGB36168116
HSL156°64.71%40.00%
HSB/HSV156°78.57%65.88%
CMYK78.57%0.00%30.95%
34.12%

Color #24A874 in popluar number systems.

HEX24A874
Decimal36168116
Binary100100101010001110100
Octal44250164

Shades and tints

Shades of #24A874

#24A874
(36,168,116)
#21996A
(33,153,106)
#1E8A60
(30,138,96)
#1B7B56
(27,123,86)
#186C4C
(24,108,76)
#155D42
(21,93,66)
#124E38
(18,78,56)
#0F3F2E
(15,63,46)
#0C3024
(12,48,36)
#09211A
(9,33,26)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #24A874

#24A874
(36,168,116)
#37AF80
(55,175,128)
#4AB68C
(74,182,140)
#5DBD98
(93,189,152)
#70C4A4
(112,196,164)
#83CBB0
(131,203,176)
#96D2BC
(150,210,188)
#A9D9C8
(169,217,200)
#BCE0D4
(188,224,212)
#CFE7E0
(207,231,224)
#E2EEEC
(226,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24A874 color. Also use rgb(36,168,116) instead hex code.

Text Font Color

.myTextColor { color: #24A874; }

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

This text font color is #24A874.


Background Color

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

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

This div background color is #24A874.


Border color

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

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

This div border color is #24A874.


Opacity

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

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

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

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

This text has shadow with #24A874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24A874 on black background.


Color preview on white background

This text has color #24A874 on white background.



Black color preview on #24A874 background

This text has black color on #24A874 background.


White color preview on #24A874 background

This text has white color on #24A874 background.