COLOR #ABDE0D

HEX: #ABDE0D
RGB: (171,222,13)

Color info

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

RGB color model

#ABDE0D color RGB value is (171,222,13).

  • red value is 171;
  • green value is 222;
  • blue value is 13.
RGB:
(171,222,13)
(67%,87%,5%)

RGB channels and saturation

R 171 of 255 = 67%
G 222 of 255 = 87%
B 13 of 255 = 5%

171
222
13

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

Portions of RGB colors in percentages

R + G + B =
171 + 222 + 13 = 406 (100%)
R 171 of 406 ~ 42.12%
G 222 of 406 ~ 54.68%
B 13 of 406 ~ 3.2%

%42.12
%54.68

CMYK color model

#ABDE0D color CMYK value is (23,0,94,13).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 94.14%
  • key color value is 12.94%
CMYK:
(23,0,94,13)
C23M0Y94K13 
(23%,0%,94%,13%)
(0.23/0.00/0.94/0.13)	

CMYK percentages

%22.97
%0
%94.14
%12.94

Codes

Color #ABDE0D in popluar color models

ABDE0D
RGB17122213
HSL75°88.94%46.08%
HSB/HSV75°94.14%87.06%
CMYK22.97%0.00%94.14%
12.94%

Color #ABDE0D in popluar number systems.

HEXABDE0D
Decimal17122213
Binary10101011110111101101
Octal25333615

Shades and tints

Shades of #ABDE0D

#ABDE0D
(171,222,13)
#9CCA0C
(156,202,12)
#8DB60B
(141,182,11)
#7EA20A
(126,162,10)
#6F8E09
(111,142,9)
#607A08
(96,122,8)
#516607
(81,102,7)
#425206
(66,82,6)
#333E05
(51,62,5)
#242A04
(36,42,4)
#151603
(21,22,3)
#000000
(0,0,0)

Tints of #ABDE0D

#ABDE0D
(171,222,13)
#B2E123
(178,225,35)
#B9E439
(185,228,57)
#C0E74F
(192,231,79)
#C7EA65
(199,234,101)
#CEED7B
(206,237,123)
#D5F091
(213,240,145)
#DCF3A7
(220,243,167)
#E3F6BD
(227,246,189)
#EAF9D3
(234,249,211)
#F1FCE9
(241,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDE0D color. Also use rgb(171,222,13) instead hex code.

Text Font Color

.myTextColor { color: #ABDE0D; }

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

This text font color is #ABDE0D.


Background Color

.myBgColor { background-color: #ABDE0D; }

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

This div background color is #ABDE0D.


Border color

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

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

This div border color is #ABDE0D.


Opacity

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

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

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

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

This text has shadow with #ABDE0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDE0D on black background.


Color preview on white background

This text has color #ABDE0D on white background.



Black color preview on #ABDE0D background

This text has black color on #ABDE0D background.


White color preview on #ABDE0D background

This text has white color on #ABDE0D background.