COLOR #24A778

HEX: #24A778
RGB: (36,167,120)

Color info

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

RGB color model

#24A778 color RGB value is (36,167,120).

  • red value is 36;
  • green value is 167;
  • blue value is 120.
RGB:
(36,167,120)
(14%,65%,47%)

RGB channels and saturation

R 36 of 255 = 14%
G 167 of 255 = 65%
B 120 of 255 = 47%

36
167
120

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

Portions of RGB colors in percentages

R + G + B =
36 + 167 + 120 = 323 (100%)
R 36 of 323 ~ 11.15%
G 167 of 323 ~ 51.7%
B 120 of 323 ~ 37.15%

%11.15
%51.7
%37.15

CMYK color model

#24A778 color CMYK value is (78,0,28,35).

  • cyan value is 78.44%
  • magenta value is 0.00%
  • yellow value is 28.14%
  • key color value is 34.51%
CMYK:
(78,0,28,35)
C78M0Y28K35 
(78%,0%,28%,35%)
(0.78/0.00/0.28/0.35)	

CMYK percentages

%78.44
%0
%28.14
%34.51

Codes

Color #24A778 in popluar color models

24A778
RGB36167120
HSL158°64.53%39.80%
HSB/HSV158°78.44%65.49%
CMYK78.44%0.00%28.14%
34.51%

Color #24A778 in popluar number systems.

HEX24A778
Decimal36167120
Binary100100101001111111000
Octal44247170

Shades and tints

Shades of #24A778

#24A778
(36,167,120)
#21986E
(33,152,110)
#1E8964
(30,137,100)
#1B7A5A
(27,122,90)
#186B50
(24,107,80)
#155C46
(21,92,70)
#124D3C
(18,77,60)
#0F3E32
(15,62,50)
#0C2F28
(12,47,40)
#09201E
(9,32,30)
#061114
(6,17,20)
#000000
(0,0,0)

Tints of #24A778

#24A778
(36,167,120)
#37AF84
(55,175,132)
#4AB790
(74,183,144)
#5DBF9C
(93,191,156)
#70C7A8
(112,199,168)
#83CFB4
(131,207,180)
#96D7C0
(150,215,192)
#A9DFCC
(169,223,204)
#BCE7D8
(188,231,216)
#CFEFE4
(207,239,228)
#E2F7F0
(226,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24A778 color. Also use rgb(36,167,120) instead hex code.

Text Font Color

.myTextColor { color: #24A778; }

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

This text font color is #24A778.


Background Color

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

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

This div background color is #24A778.


Border color

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

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

This div border color is #24A778.


Opacity

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

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

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

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

This text has shadow with #24A778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24A778 on black background.


Color preview on white background

This text has color #24A778 on white background.



Black color preview on #24A778 background

This text has black color on #24A778 background.


White color preview on #24A778 background

This text has white color on #24A778 background.