COLOR #ABED95

HEX: #ABED95
RGB: (171,237,149)

Color info

#ABED95 contains mainly green color. Web safe color of #ABED95 is #99FF99 (or #9F9).

RGB color model

#ABED95 color RGB value is (171,237,149).

  • red value is 171;
  • green value is 237;
  • blue value is 149.
RGB:
(171,237,149)
(67%,93%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 237 of 255 = 93%
B 149 of 255 = 58%

171
237
149

R + G + B ~ 73%. #ABED95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 237 + 149 = 557 (100%)
R 171 of 557 ~ 30.7%
G 237 of 557 ~ 42.55%
B 149 of 557 ~ 26.75%

%30.7
%42.55
%26.75

CMYK color model

#ABED95 color CMYK value is (28,0,37,7).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 37.13%
  • key color value is 7.06%
CMYK:
(28,0,37,7)
C28M0Y37K7 
(28%,0%,37%,7%)
(0.28/0.00/0.37/0.07)	

CMYK percentages

%27.85
%0
%37.13
%7.06

Codes

Color #ABED95 in popluar color models

ABED95
RGB171237149
HSL105°70.97%75.69%
HSB/HSV105°37.13%92.94%
CMYK27.85%0.00%37.13%
7.06%

Color #ABED95 in popluar number systems.

HEXABED95
Decimal171237149
Binary101010111110110110010101
Octal253355225

Shades and tints

Shades of #ABED95

#ABED95
(171,237,149)
#9CD888
(156,216,136)
#8DC37B
(141,195,123)
#7EAE6E
(126,174,110)
#6F9961
(111,153,97)
#608454
(96,132,84)
#516F47
(81,111,71)
#425A3A
(66,90,58)
#33452D
(51,69,45)
#243020
(36,48,32)
#151B13
(21,27,19)
#000000
(0,0,0)

Tints of #ABED95

#ABED95
(171,237,149)
#B2EE9E
(178,238,158)
#B9EFA7
(185,239,167)
#C0F0B0
(192,240,176)
#C7F1B9
(199,241,185)
#CEF2C2
(206,242,194)
#D5F3CB
(213,243,203)
#DCF4D4
(220,244,212)
#E3F5DD
(227,245,221)
#EAF6E6
(234,246,230)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABED95 color. Also use rgb(171,237,149) instead hex code.

Text Font Color

.myTextColor { color: #ABED95; }

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

This text font color is #ABED95.


Background Color

.myBgColor { background-color: #ABED95; }

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

This div background color is #ABED95.


Border color

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

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

This div border color is #ABED95.


Opacity

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

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

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

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

This text has shadow with #ABED95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABED95 on black background.


Color preview on white background

This text has color #ABED95 on white background.



Black color preview on #ABED95 background

This text has black color on #ABED95 background.


White color preview on #ABED95 background

This text has white color on #ABED95 background.