COLOR #ABDA46

HEX: #ABDA46
RGB: (171,218,70)

Color info

#ABDA46 contains mainly red and green colors. Web safe color of #ABDA46 is #99CC33 (or #9C3).

RGB color model

#ABDA46 color RGB value is (171,218,70).

  • red value is 171;
  • green value is 218;
  • blue value is 70.
RGB:
(171,218,70)
(67%,85%,27%)

RGB channels and saturation

R 171 of 255 = 67%
G 218 of 255 = 85%
B 70 of 255 = 27%

171
218
70

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

Portions of RGB colors in percentages

R + G + B =
171 + 218 + 70 = 459 (100%)
R 171 of 459 ~ 37.25%
G 218 of 459 ~ 47.49%
B 70 of 459 ~ 15.25%

%37.25
%47.49
%15.25

CMYK color model

#ABDA46 color CMYK value is (22,0,68,15).

  • cyan value is 21.56%
  • magenta value is 0.00%
  • yellow value is 67.89%
  • key color value is 14.51%
CMYK:
(22,0,68,15)
C22M0Y68K15 
(22%,0%,68%,15%)
(0.22/0.00/0.68/0.15)	

CMYK percentages

%21.56
%0
%67.89
%14.51

Codes

Color #ABDA46 in popluar color models

ABDA46
RGB17121870
HSL79°66.67%56.47%
HSB/HSV79°67.89%85.49%
CMYK21.56%0.00%67.89%
14.51%

Color #ABDA46 in popluar number systems.

HEXABDA46
Decimal17121870
Binary10101011110110101000110
Octal253332106

Shades and tints

Shades of #ABDA46

#ABDA46
(171,218,70)
#9CC740
(156,199,64)
#8DB43A
(141,180,58)
#7EA134
(126,161,52)
#6F8E2E
(111,142,46)
#607B28
(96,123,40)
#516822
(81,104,34)
#42551C
(66,85,28)
#334216
(51,66,22)
#242F10
(36,47,16)
#151C0A
(21,28,10)
#000000
(0,0,0)

Tints of #ABDA46

#ABDA46
(171,218,70)
#B2DD56
(178,221,86)
#B9E066
(185,224,102)
#C0E376
(192,227,118)
#C7E686
(199,230,134)
#CEE996
(206,233,150)
#D5ECA6
(213,236,166)
#DCEFB6
(220,239,182)
#E3F2C6
(227,242,198)
#EAF5D6
(234,245,214)
#F1F8E6
(241,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDA46 color. Also use rgb(171,218,70) instead hex code.

Text Font Color

.myTextColor { color: #ABDA46; }

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

This text font color is #ABDA46.


Background Color

.myBgColor { background-color: #ABDA46; }

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

This div background color is #ABDA46.


Border color

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

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

This div border color is #ABDA46.


Opacity

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

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

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

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

This text has shadow with #ABDA46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDA46 on black background.


Color preview on white background

This text has color #ABDA46 on white background.



Black color preview on #ABDA46 background

This text has black color on #ABDA46 background.


White color preview on #ABDA46 background

This text has white color on #ABDA46 background.