COLOR #ABD170

HEX: #ABD170
RGB: (171,209,112)

Renk bilgisi

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

RGB renk modeli

#ABD170 color RGB value is (171,209,112).

  • kırmız ton 171;
  • yeşil ton 209;
  • mavi ton 112.
RGB:
(171,209,112)
(67%,82%,44%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 209 of 255 = 82%
B 112 of 255 = 44%

171
209
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 209 + 112 = 492 (100%)
R 171 of 492 ~ 34.76%
G 209 of 492 ~ 42.48%
B 112 of 492 ~ 22.76%

%34.76
%42.48
%22.76

CMYK RENK MODELİ

#ABD170 rengi CMYK tonu (18,0,46,18).

  • camgöbeği tonu 18.18%
  • eflatun tonu 0.00%
  • sarı tonu 46.41%
  • ana renk tonu 18.04%
CMYK:
(18,0,46,18)
C18M0Y46K18 
(18%,0%,46%,18%)
(0.18/0.00/0.46/0.18)	

CMYK yüzdeleri

%18.18
%0
%46.41
%18.04

Codes

Color #ABD170 in popluar color models

ABD170
RGB171209112
HSL84°51.32%62.94%
HSB/HSV84°46.41%81.96%
CMYK18.18%0.00%46.41%
18.04%

Color #ABD170 in popluar number systems.

HEXABD170
Decimal171209112
Binary10101011110100011110000
Octal253321160

Shades and tints

Shades of #ABD170

#ABD170
(171,209,112)
#9CBE66
(156,190,102)
#8DAB5C
(141,171,92)
#7E9852
(126,152,82)
#6F8548
(111,133,72)
#60723E
(96,114,62)
#515F34
(81,95,52)
#424C2A
(66,76,42)
#333920
(51,57,32)
#242616
(36,38,22)
#15130C
(21,19,12)
#000000
(0,0,0)

Tints of #ABD170

#ABD170
(171,209,112)
#B2D57D
(178,213,125)
#B9D98A
(185,217,138)
#C0DD97
(192,221,151)
#C7E1A4
(199,225,164)
#CEE5B1
(206,229,177)
#D5E9BE
(213,233,190)
#DCEDCB
(220,237,203)
#E3F1D8
(227,241,216)
#EAF5E5
(234,245,229)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD170 color. Also use rgb(171,209,112) instead hex code.

Text Font Color

.myTextColor { color: #ABD170; }

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

This text font color is #ABD170.


Background Color

.myBgColor { background-color: #ABD170; }

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

This div background color is #ABD170.


Border color

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

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

This div border color is #ABD170.


Opacity

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

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

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

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

This text has shadow with #ABD170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD170 on black background.


Color preview on white background

This text has color #ABD170 on white background.



Black color preview on #ABD170 background

This text has black color on #ABD170 background.


White color preview on #ABD170 background

This text has white color on #ABD170 background.