COLOR #24966C

HEX: #24966C
RGB: (36,150,108)

Color info

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

RGB color model

#24966C color RGB value is (36,150,108).

  • red value is 36;
  • green value is 150;
  • blue value is 108.
RGB:
(36,150,108)
(14%,59%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 150 of 255 = 59%
B 108 of 255 = 42%

36
150
108

R + G + B ~ 38%. #24966C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 150 + 108 = 294 (100%)
R 36 of 294 ~ 12.24%
G 150 of 294 ~ 51.02%
B 108 of 294 ~ 36.73%

%12.24
%51.02
%36.73

CMYK color model

#24966C color CMYK value is (76,0,28,41).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 41.18%
CMYK:
(76,0,28,41)
C76M0Y28K41 
(76%,0%,28%,41%)
(0.76/0.00/0.28/0.41)	

CMYK percentages

%76
%0
%28
%41.18

Codes

Color #24966C in popluar color models

24966C
RGB36150108
HSL158°61.29%36.47%
HSB/HSV158°76.00%58.82%
CMYK76.00%0.00%28.00%
41.18%

Color #24966C in popluar number systems.

HEX24966C
Decimal36150108
Binary100100100101101101100
Octal44226154

Shades and tints

Shades of #24966C

#24966C
(36,150,108)
#218963
(33,137,99)
#1E7C5A
(30,124,90)
#1B6F51
(27,111,81)
#186248
(24,98,72)
#15553F
(21,85,63)
#124836
(18,72,54)
#0F3B2D
(15,59,45)
#0C2E24
(12,46,36)
#09211B
(9,33,27)
#061412
(6,20,18)
#000000
(0,0,0)

Tints of #24966C

#24966C
(36,150,108)
#379F79
(55,159,121)
#4AA886
(74,168,134)
#5DB193
(93,177,147)
#70BAA0
(112,186,160)
#83C3AD
(131,195,173)
#96CCBA
(150,204,186)
#A9D5C7
(169,213,199)
#BCDED4
(188,222,212)
#CFE7E1
(207,231,225)
#E2F0EE
(226,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24966C color. Also use rgb(36,150,108) instead hex code.

Text Font Color

.myTextColor { color: #24966C; }

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

This text font color is #24966C.


Background Color

.myBgColor { background-color: #24966C; }

<div style="background-color:#24966C">Inner text</div>

This div background color is #24966C.


Border color

.myBorderColor { border: 1px solid #24966C; }

<div style="border:3px solid #24966C">Div</div>

This div border color is #24966C.


Opacity

.myOpacity80 { color: #24966C; opacity: 0.8; }

<p style="color:#24966C;opacity:0.8;">80%</p>

Text with #24966C 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 #24966C;}

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

This text has shadow with #24966C color.

.textShadow {text-shadow: 3px 3px 1px #24966C, 3px 3px 1px red;}

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

This text has shadow with #24966C primary color and red secondary color.


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

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

This text has shadow with #24966C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24966C on black background.


Color preview on white background

This text has color #24966C on white background.



Black color preview on #24966C background

This text has black color on #24966C background.


White color preview on #24966C background

This text has white color on #24966C background.