COLOR #18A74F

HEX: #18A74F
RGB: (24,167,79)

Color info

#18A74F contains mainly green color. Web safe color of #18A74F is #009966 (or #096).

RGB color model

#18A74F color RGB value is (24,167,79).

  • red value is 24;
  • green value is 167;
  • blue value is 79.
RGB:
(24,167,79)
(9%,65%,31%)

RGB channels and saturation

R 24 of 255 = 9%
G 167 of 255 = 65%
B 79 of 255 = 31%

24
167
79

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

Portions of RGB colors in percentages

R + G + B =
24 + 167 + 79 = 270 (100%)
R 24 of 270 ~ 8.89%
G 167 of 270 ~ 61.85%
B 79 of 270 ~ 29.26%

%61.85
%29.26

CMYK color model

#18A74F color CMYK value is (86,0,53,35).

  • cyan value is 85.63%
  • magenta value is 0.00%
  • yellow value is 52.69%
  • key color value is 34.51%
CMYK:
(86,0,53,35)
C86M0Y53K35 
(86%,0%,53%,35%)
(0.86/0.00/0.53/0.35)	

CMYK percentages

%85.63
%0
%52.69
%34.51

Codes

Color #18A74F in popluar color models

18A74F
RGB2416779
HSL143°74.87%37.45%
HSB/HSV143°85.63%65.49%
CMYK85.63%0.00%52.69%
34.51%

Color #18A74F in popluar number systems.

HEX18A74F
Decimal2416779
Binary11000101001111001111
Octal30247117

Shades and tints

Shades of #18A74F

#18A74F
(24,167,79)
#169848
(22,152,72)
#148941
(20,137,65)
#127A3A
(18,122,58)
#106B33
(16,107,51)
#0E5C2C
(14,92,44)
#0C4D25
(12,77,37)
#0A3E1E
(10,62,30)
#082F17
(8,47,23)
#062010
(6,32,16)
#041109
(4,17,9)
#000000
(0,0,0)

Tints of #18A74F

#18A74F
(24,167,79)
#2DAF5F
(45,175,95)
#42B76F
(66,183,111)
#57BF7F
(87,191,127)
#6CC78F
(108,199,143)
#81CF9F
(129,207,159)
#96D7AF
(150,215,175)
#ABDFBF
(171,223,191)
#C0E7CF
(192,231,207)
#D5EFDF
(213,239,223)
#EAF7EF
(234,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18A74F color. Also use rgb(24,167,79) instead hex code.

Text Font Color

.myTextColor { color: #18A74F; }

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

This text font color is #18A74F.


Background Color

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

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

This div background color is #18A74F.


Border color

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

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

This div border color is #18A74F.


Opacity

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

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

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

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

This text has shadow with #18A74F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18A74F on black background.


Color preview on white background

This text has color #18A74F on white background.



Black color preview on #18A74F background

This text has black color on #18A74F background.


White color preview on #18A74F background

This text has white color on #18A74F background.