COLOR #18A818

HEX: #18A818
RGB: (24,168,24)

Color info

#18A818 contains mainly green color. Web safe color of #18A818 is #009900 (or #090).

RGB color model

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

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

RGB channels and saturation

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

24
168
24

R + G + B ~ 28%. #18A818 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 168 + 24 = 216 (100%)
R 24 of 216 ~ 11.11%
G 168 of 216 ~ 77.78%
B 24 of 216 ~ 11.11%

%11.11
%77.78
%11.11

CMYK color model

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

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

CMYK percentages

%85.71
%0
%85.71
%34.12

Codes

Color #18A818 in popluar color models

18A818
RGB2416824
HSL120°75.00%37.65%
HSB/HSV120°85.71%65.88%
CMYK85.71%0.00%85.71%
34.12%

Color #18A818 in popluar number systems.

HEX18A818
Decimal2416824
Binary110001010100011000
Octal3025030

Shades and tints

Shades of #18A818

#18A818
(24,168,24)
#169916
(22,153,22)
#148A14
(20,138,20)
#127B12
(18,123,18)
#106C10
(16,108,16)
#0E5D0E
(14,93,14)
#0C4E0C
(12,78,12)
#0A3F0A
(10,63,10)
#083008
(8,48,8)
#062106
(6,33,6)
#041204
(4,18,4)
#000000
(0,0,0)

Tints of #18A818

#18A818
(24,168,24)
#2DAF2D
(45,175,45)
#42B642
(66,182,66)
#57BD57
(87,189,87)
#6CC46C
(108,196,108)
#81CB81
(129,203,129)
#96D296
(150,210,150)
#ABD9AB
(171,217,171)
#C0E0C0
(192,224,192)
#D5E7D5
(213,231,213)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18A818; }

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

This text font color is #18A818.


Background Color

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

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

This div background color is #18A818.


Border color

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

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

This div border color is #18A818.


Opacity

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

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

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

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

This text has shadow with #18A818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18A818 on black background.


Color preview on white background

This text has color #18A818 on white background.



Black color preview on #18A818 background

This text has black color on #18A818 background.


White color preview on #18A818 background

This text has white color on #18A818 background.