COLOR #ADDB18

HEX: #ADDB18
RGB: (173,219,24)

Color info

#ADDB18 contains mainly red and green colors. Web safe color of #ADDB18 is #99CC00 (or #9C0).

RGB color model

#ADDB18 color RGB value is (173,219,24).

  • red value is 173;
  • green value is 219;
  • blue value is 24.
RGB:
(173,219,24)
(68%,86%,9%)

RGB channels and saturation

R 173 of 255 = 68%
G 219 of 255 = 86%
B 24 of 255 = 9%

173
219
24

R + G + B ~ 54%. #ADDB18 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 219 + 24 = 416 (100%)
R 173 of 416 ~ 41.59%
G 219 of 416 ~ 52.64%
B 24 of 416 ~ 5.77%

%41.59
%52.64

CMYK color model

#ADDB18 color CMYK value is (21,0,89,14).

  • cyan value is 21.00%
  • magenta value is 0.00%
  • yellow value is 89.04%
  • key color value is 14.12%
CMYK:
(21,0,89,14)
C21M0Y89K14 
(21%,0%,89%,14%)
(0.21/0.00/0.89/0.14)	

CMYK percentages

%21
%0
%89.04
%14.12

Codes

Color #ADDB18 in popluar color models

ADDB18
RGB17321924
HSL74°80.25%47.65%
HSB/HSV74°89.04%85.88%
CMYK21.00%0.00%89.04%
14.12%

Color #ADDB18 in popluar number systems.

HEXADDB18
Decimal17321924
Binary101011011101101111000
Octal25533330

Shades and tints

Shades of #ADDB18

#ADDB18
(173,219,24)
#9EC816
(158,200,22)
#8FB514
(143,181,20)
#80A212
(128,162,18)
#718F10
(113,143,16)
#627C0E
(98,124,14)
#53690C
(83,105,12)
#44560A
(68,86,10)
#354308
(53,67,8)
#263006
(38,48,6)
#171D04
(23,29,4)
#000000
(0,0,0)

Tints of #ADDB18

#ADDB18
(173,219,24)
#B4DE2D
(180,222,45)
#BBE142
(187,225,66)
#C2E457
(194,228,87)
#C9E76C
(201,231,108)
#D0EA81
(208,234,129)
#D7ED96
(215,237,150)
#DEF0AB
(222,240,171)
#E5F3C0
(229,243,192)
#ECF6D5
(236,246,213)
#F3F9EA
(243,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDB18 color. Also use rgb(173,219,24) instead hex code.

Text Font Color

.myTextColor { color: #ADDB18; }

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

This text font color is #ADDB18.


Background Color

.myBgColor { background-color: #ADDB18; }

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

This div background color is #ADDB18.


Border color

.myBorderColor { border: 1px solid #ADDB18; }

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

This div border color is #ADDB18.


Opacity

.myOpacity80 { color: #ADDB18; opacity: 0.8; }

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

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

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

This text has shadow with #ADDB18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDB18 on black background.


Color preview on white background

This text has color #ADDB18 on white background.



Black color preview on #ADDB18 background

This text has black color on #ADDB18 background.


White color preview on #ADDB18 background

This text has white color on #ADDB18 background.