COLOR #ABE394

HEX: #ABE394
RGB: (171,227,148)

Color info

#ABE394 contains mainly red and green colors. Web safe color of #ABE394 is #99CC99 (or #9C9).

RGB color model

#ABE394 color RGB value is (171,227,148).

  • red value is 171;
  • green value is 227;
  • blue value is 148.
RGB:
(171,227,148)
(67%,89%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 227 of 255 = 89%
B 148 of 255 = 58%

171
227
148

R + G + B ~ 71%. #ABE394 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 227 + 148 = 546 (100%)
R 171 of 546 ~ 31.32%
G 227 of 546 ~ 41.58%
B 148 of 546 ~ 27.11%

%31.32
%41.58
%27.11

CMYK color model

#ABE394 color CMYK value is (25,0,35,11).

  • cyan value is 24.67%
  • magenta value is 0.00%
  • yellow value is 34.80%
  • key color value is 10.98%
CMYK:
(25,0,35,11)
C25M0Y35K11 
(25%,0%,35%,11%)
(0.25/0.00/0.35/0.11)	

CMYK percentages

%24.67
%0
%34.8
%10.98

Codes

Color #ABE394 in popluar color models

ABE394
RGB171227148
HSL103°58.52%73.53%
HSB/HSV103°34.80%89.02%
CMYK24.67%0.00%34.80%
10.98%

Color #ABE394 in popluar number systems.

HEXABE394
Decimal171227148
Binary101010111110001110010100
Octal253343224

Shades and tints

Shades of #ABE394

#ABE394
(171,227,148)
#9CCF87
(156,207,135)
#8DBB7A
(141,187,122)
#7EA76D
(126,167,109)
#6F9360
(111,147,96)
#607F53
(96,127,83)
#516B46
(81,107,70)
#425739
(66,87,57)
#33432C
(51,67,44)
#242F1F
(36,47,31)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #ABE394

#ABE394
(171,227,148)
#B2E59D
(178,229,157)
#B9E7A6
(185,231,166)
#C0E9AF
(192,233,175)
#C7EBB8
(199,235,184)
#CEEDC1
(206,237,193)
#D5EFCA
(213,239,202)
#DCF1D3
(220,241,211)
#E3F3DC
(227,243,220)
#EAF5E5
(234,245,229)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE394 color. Also use rgb(171,227,148) instead hex code.

Text Font Color

.myTextColor { color: #ABE394; }

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

This text font color is #ABE394.


Background Color

.myBgColor { background-color: #ABE394; }

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

This div background color is #ABE394.


Border color

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

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

This div border color is #ABE394.


Opacity

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

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

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

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

This text has shadow with #ABE394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE394 on black background.


Color preview on white background

This text has color #ABE394 on white background.



Black color preview on #ABE394 background

This text has black color on #ABE394 background.


White color preview on #ABE394 background

This text has white color on #ABE394 background.