COLOR #ABE17D

HEX: #ABE17D
RGB: (171,225,125)

Renk bilgisi

#ABE17D contains mainly red and green colors. #ABE17D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ABE17D color RGB value is (171,225,125).

  • kırmız ton 171;
  • yeşil ton 225;
  • mavi ton 125.
RGB:
(171,225,125)
(67%,88%,49%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 225 of 255 = 88%
B 125 of 255 = 49%

171
225
125

R + G + B ~ 68%. #ABE17D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 225 + 125 = 521 (100%)
R 171 of 521 ~ 32.82%
G 225 of 521 ~ 43.19%
B 125 of 521 ~ 23.99%

%32.82
%43.19
%23.99

CMYK RENK MODELİ

#ABE17D rengi CMYK tonu (24,0,44,12).

  • camgöbeği tonu 24.00%
  • eflatun tonu 0.00%
  • sarı tonu 44.44%
  • ana renk tonu 11.76%
CMYK:
(24,0,44,12)
C24M0Y44K12 
(24%,0%,44%,12%)
(0.24/0.00/0.44/0.12)	

CMYK yüzdeleri

%24
%0
%44.44
%11.76

Codes

Color #ABE17D in popluar color models

ABE17D
RGB171225125
HSL92°62.50%68.63%
HSB/HSV92°44.44%88.24%
CMYK24.00%0.00%44.44%
11.76%

Color #ABE17D in popluar number systems.

HEXABE17D
Decimal171225125
Binary10101011111000011111101
Octal253341175

Shades and tints

Shades of #ABE17D

#ABE17D
(171,225,125)
#9CCD72
(156,205,114)
#8DB967
(141,185,103)
#7EA55C
(126,165,92)
#6F9151
(111,145,81)
#607D46
(96,125,70)
#51693B
(81,105,59)
#425530
(66,85,48)
#334125
(51,65,37)
#242D1A
(36,45,26)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #ABE17D

#ABE17D
(171,225,125)
#B2E388
(178,227,136)
#B9E593
(185,229,147)
#C0E79E
(192,231,158)
#C7E9A9
(199,233,169)
#CEEBB4
(206,235,180)
#D5EDBF
(213,237,191)
#DCEFCA
(220,239,202)
#E3F1D5
(227,241,213)
#EAF3E0
(234,243,224)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE17D color. Also use rgb(171,225,125) instead hex code.

Text Font Color

.myTextColor { color: #ABE17D; }

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

This text font color is #ABE17D.


Background Color

.myBgColor { background-color: #ABE17D; }

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

This div background color is #ABE17D.


Border color

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

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

This div border color is #ABE17D.


Opacity

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

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

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

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

This text has shadow with #ABE17D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE17D on black background.


Color preview on white background

This text has color #ABE17D on white background.



Black color preview on #ABE17D background

This text has black color on #ABE17D background.


White color preview on #ABE17D background

This text has white color on #ABE17D background.