COLOR #18A849

HEX: #18A849
RGB: (24,168,73)

Color info

#18A849 contains mainly green color. Web safe color of #18A849 is #009933 (or #093).

RGB color model

#18A849 color RGB value is (24,168,73).

  • red value is 24;
  • green value is 168;
  • blue value is 73.
RGB:
(24,168,73)
(9%,66%,29%)

RGB channels and saturation

R 24 of 255 = 9%
G 168 of 255 = 66%
B 73 of 255 = 29%

24
168
73

R + G + B ~ 35%. #18A849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 168 + 73 = 265 (100%)
R 24 of 265 ~ 9.06%
G 168 of 265 ~ 63.4%
B 73 of 265 ~ 27.55%

%63.4
%27.55

CMYK color model

#18A849 color CMYK value is (86,0,57,34).

  • cyan value is 85.71%
  • magenta value is 0.00%
  • yellow value is 56.55%
  • key color value is 34.12%
CMYK:
(86,0,57,34)
C86M0Y57K34 
(86%,0%,57%,34%)
(0.86/0.00/0.57/0.34)	

CMYK percentages

%85.71
%0
%56.55
%34.12

Codes

Color #18A849 in popluar color models

18A849
RGB2416873
HSL140°75.00%37.65%
HSB/HSV140°85.71%65.88%
CMYK85.71%0.00%56.55%
34.12%

Color #18A849 in popluar number systems.

HEX18A849
Decimal2416873
Binary11000101010001001001
Octal30250111

Shades and tints

Shades of #18A849

#18A849
(24,168,73)
#169943
(22,153,67)
#148A3D
(20,138,61)
#127B37
(18,123,55)
#106C31
(16,108,49)
#0E5D2B
(14,93,43)
#0C4E25
(12,78,37)
#0A3F1F
(10,63,31)
#083019
(8,48,25)
#062113
(6,33,19)
#04120D
(4,18,13)
#000000
(0,0,0)

Tints of #18A849

#18A849
(24,168,73)
#2DAF59
(45,175,89)
#42B669
(66,182,105)
#57BD79
(87,189,121)
#6CC489
(108,196,137)
#81CB99
(129,203,153)
#96D2A9
(150,210,169)
#ABD9B9
(171,217,185)
#C0E0C9
(192,224,201)
#D5E7D9
(213,231,217)
#EAEEE9
(234,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18A849 color. Also use rgb(24,168,73) instead hex code.

Text Font Color

.myTextColor { color: #18A849; }

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

This text font color is #18A849.


Background Color

.myBgColor { background-color: #18A849; }

<div style="background-color:#18A849">Inner text</div>

This div background color is #18A849.


Border color

.myBorderColor { border: 1px solid #18A849; }

<div style="border:3px solid #18A849">Div</div>

This div border color is #18A849.


Opacity

.myOpacity80 { color: #18A849; opacity: 0.8; }

<p style="color:#18A849;opacity:0.8;">80%</p>

Text with #18A849 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 #18A849;}

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

This text has shadow with #18A849 color.

.textShadow {text-shadow: 3px 3px 1px #18A849, 3px 3px 1px red;}

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

This text has shadow with #18A849 primary color and red secondary color.


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

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

This text has shadow with #18A849 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18A849 on black background.


Color preview on white background

This text has color #18A849 on white background.



Black color preview on #18A849 background

This text has black color on #18A849 background.


White color preview on #18A849 background

This text has white color on #18A849 background.