COLOR #ABD368

HEX: #ABD368
RGB: (171,211,104)

Color info

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

RGB color model

#ABD368 color RGB value is (171,211,104).

  • red value is 171;
  • green value is 211;
  • blue value is 104.
RGB:
(171,211,104)
(67%,83%,41%)

RGB channels and saturation

R 171 of 255 = 67%
G 211 of 255 = 83%
B 104 of 255 = 41%

171
211
104

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

Portions of RGB colors in percentages

R + G + B =
171 + 211 + 104 = 486 (100%)
R 171 of 486 ~ 35.19%
G 211 of 486 ~ 43.42%
B 104 of 486 ~ 21.4%

%35.19
%43.42
%21.4

CMYK color model

#ABD368 color CMYK value is (19,0,51,17).

  • cyan value is 18.96%
  • magenta value is 0.00%
  • yellow value is 50.71%
  • key color value is 17.25%
CMYK:
(19,0,51,17)
C19M0Y51K17 
(19%,0%,51%,17%)
(0.19/0.00/0.51/0.17)	

CMYK percentages

%18.96
%0
%50.71
%17.25

Codes

Color #ABD368 in popluar color models

ABD368
RGB171211104
HSL82°54.87%61.76%
HSB/HSV82°50.71%82.75%
CMYK18.96%0.00%50.71%
17.25%

Color #ABD368 in popluar number systems.

HEXABD368
Decimal171211104
Binary10101011110100111101000
Octal253323150

Shades and tints

Shades of #ABD368

#ABD368
(171,211,104)
#9CC05F
(156,192,95)
#8DAD56
(141,173,86)
#7E9A4D
(126,154,77)
#6F8744
(111,135,68)
#60743B
(96,116,59)
#516132
(81,97,50)
#424E29
(66,78,41)
#333B20
(51,59,32)
#242817
(36,40,23)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #ABD368

#ABD368
(171,211,104)
#B2D775
(178,215,117)
#B9DB82
(185,219,130)
#C0DF8F
(192,223,143)
#C7E39C
(199,227,156)
#CEE7A9
(206,231,169)
#D5EBB6
(213,235,182)
#DCEFC3
(220,239,195)
#E3F3D0
(227,243,208)
#EAF7DD
(234,247,221)
#F1FBEA
(241,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD368 color. Also use rgb(171,211,104) instead hex code.

Text Font Color

.myTextColor { color: #ABD368; }

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

This text font color is #ABD368.


Background Color

.myBgColor { background-color: #ABD368; }

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

This div background color is #ABD368.


Border color

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

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

This div border color is #ABD368.


Opacity

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

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

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

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

This text has shadow with #ABD368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD368 on black background.


Color preview on white background

This text has color #ABD368 on white background.



Black color preview on #ABD368 background

This text has black color on #ABD368 background.


White color preview on #ABD368 background

This text has white color on #ABD368 background.