COLOR #ABE694

HEX: #ABE694
RGB: (171,230,148)

Color info

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

RGB color model

#ABE694 color RGB value is (171,230,148).

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

RGB channels and saturation

R 171 of 255 = 67%
G 230 of 255 = 90%
B 148 of 255 = 58%

171
230
148

R + G + B ~ 72%. #ABE694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 230 + 148 = 549 (100%)
R 171 of 549 ~ 31.15%
G 230 of 549 ~ 41.89%
B 148 of 549 ~ 26.96%

%31.15
%41.89
%26.96

CMYK color model

#ABE694 color CMYK value is (26,0,36,10).

  • cyan value is 25.65%
  • magenta value is 0.00%
  • yellow value is 35.65%
  • key color value is 9.80%
CMYK:
(26,0,36,10)
C26M0Y36K10 
(26%,0%,36%,10%)
(0.26/0.00/0.36/0.10)	

CMYK percentages

%25.65
%0
%35.65
%9.8

Codes

Color #ABE694 in popluar color models

ABE694
RGB171230148
HSL103°62.12%74.12%
HSB/HSV103°35.65%90.20%
CMYK25.65%0.00%35.65%
9.80%

Color #ABE694 in popluar number systems.

HEXABE694
Decimal171230148
Binary101010111110011010010100
Octal253346224

Shades and tints

Shades of #ABE694

#ABE694
(171,230,148)
#9CD287
(156,210,135)
#8DBE7A
(141,190,122)
#7EAA6D
(126,170,109)
#6F9660
(111,150,96)
#608253
(96,130,83)
#516E46
(81,110,70)
#425A39
(66,90,57)
#33462C
(51,70,44)
#24321F
(36,50,31)
#151E12
(21,30,18)
#000000
(0,0,0)

Tints of #ABE694

#ABE694
(171,230,148)
#B2E89D
(178,232,157)
#B9EAA6
(185,234,166)
#C0ECAF
(192,236,175)
#C7EEB8
(199,238,184)
#CEF0C1
(206,240,193)
#D5F2CA
(213,242,202)
#DCF4D3
(220,244,211)
#E3F6DC
(227,246,220)
#EAF8E5
(234,248,229)
#F1FAEE
(241,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE694; }

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

This text font color is #ABE694.


Background Color

.myBgColor { background-color: #ABE694; }

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

This div background color is #ABE694.


Border color

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

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

This div border color is #ABE694.


Opacity

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

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

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

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

This text has shadow with #ABE694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE694 on black background.


Color preview on white background

This text has color #ABE694 on white background.



Black color preview on #ABE694 background

This text has black color on #ABE694 background.


White color preview on #ABE694 background

This text has white color on #ABE694 background.