COLOR #ABDD62

HEX: #ABDD62
RGB: (171,221,98)

Color info

#ABDD62 contains mainly red and green colors. Web safe color of #ABDD62 is #99CC66 (or #9C6).

RGB color model

#ABDD62 color RGB value is (171,221,98).

  • red value is 171;
  • green value is 221;
  • blue value is 98.
RGB:
(171,221,98)
(67%,87%,38%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 98 of 255 = 38%

171
221
98

R + G + B ~ 64%. #ABDD62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 221 + 98 = 490 (100%)
R 171 of 490 ~ 34.9%
G 221 of 490 ~ 45.1%
B 98 of 490 ~ 20%

%34.9
%45.1
%20

CMYK color model

#ABDD62 color CMYK value is (23,0,56,13).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 55.66%
  • key color value is 13.33%
CMYK:
(23,0,56,13)
C23M0Y56K13 
(23%,0%,56%,13%)
(0.23/0.00/0.56/0.13)	

CMYK percentages

%22.62
%0
%55.66
%13.33

Codes

Color #ABDD62 in popluar color models

ABDD62
RGB17122198
HSL84°64.40%62.55%
HSB/HSV84°55.66%86.67%
CMYK22.62%0.00%55.66%
13.33%

Color #ABDD62 in popluar number systems.

HEXABDD62
Decimal17122198
Binary10101011110111011100010
Octal253335142

Shades and tints

Shades of #ABDD62

#ABDD62
(171,221,98)
#9CC95A
(156,201,90)
#8DB552
(141,181,82)
#7EA14A
(126,161,74)
#6F8D42
(111,141,66)
#60793A
(96,121,58)
#516532
(81,101,50)
#42512A
(66,81,42)
#333D22
(51,61,34)
#24291A
(36,41,26)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #ABDD62

#ABDD62
(171,221,98)
#B2E070
(178,224,112)
#B9E37E
(185,227,126)
#C0E68C
(192,230,140)
#C7E99A
(199,233,154)
#CEECA8
(206,236,168)
#D5EFB6
(213,239,182)
#DCF2C4
(220,242,196)
#E3F5D2
(227,245,210)
#EAF8E0
(234,248,224)
#F1FBEE
(241,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDD62 color. Also use rgb(171,221,98) instead hex code.

Text Font Color

.myTextColor { color: #ABDD62; }

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

This text font color is #ABDD62.


Background Color

.myBgColor { background-color: #ABDD62; }

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

This div background color is #ABDD62.


Border color

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

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

This div border color is #ABDD62.


Opacity

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

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

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

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

This text has shadow with #ABDD62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDD62 on black background.


Color preview on white background

This text has color #ABDD62 on white background.



Black color preview on #ABDD62 background

This text has black color on #ABDD62 background.


White color preview on #ABDD62 background

This text has white color on #ABDD62 background.