COLOR #ABD77A

HEX: #ABD77A
RGB: (171,215,122)

Renk bilgisi

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

RGB renk modeli

#ABD77A color RGB value is (171,215,122).

  • kırmız ton 171;
  • yeşil ton 215;
  • mavi ton 122.
RGB:
(171,215,122)
(67%,84%,48%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 215 of 255 = 84%
B 122 of 255 = 48%

171
215
122

R + G + B ~ 66%. #ABD77A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 215 + 122 = 508 (100%)
R 171 of 508 ~ 33.66%
G 215 of 508 ~ 42.32%
B 122 of 508 ~ 24.02%

%33.66
%42.32
%24.02

CMYK RENK MODELİ

#ABD77A rengi CMYK tonu (20,0,43,16).

  • camgöbeği tonu 20.47%
  • eflatun tonu 0.00%
  • sarı tonu 43.26%
  • ana renk tonu 15.69%
CMYK:
(20,0,43,16)
C20M0Y43K16 
(20%,0%,43%,16%)
(0.20/0.00/0.43/0.16)	

CMYK yüzdeleri

%20.47
%0
%43.26
%15.69

Codes

Color #ABD77A in popluar color models

ABD77A
RGB171215122
HSL88°53.76%66.08%
HSB/HSV88°43.26%84.31%
CMYK20.47%0.00%43.26%
15.69%

Color #ABD77A in popluar number systems.

HEXABD77A
Decimal171215122
Binary10101011110101111111010
Octal253327172

Shades and tints

Shades of #ABD77A

#ABD77A
(171,215,122)
#9CC46F
(156,196,111)
#8DB164
(141,177,100)
#7E9E59
(126,158,89)
#6F8B4E
(111,139,78)
#607843
(96,120,67)
#516538
(81,101,56)
#42522D
(66,82,45)
#333F22
(51,63,34)
#242C17
(36,44,23)
#15190C
(21,25,12)
#000000
(0,0,0)

Tints of #ABD77A

#ABD77A
(171,215,122)
#B2DA86
(178,218,134)
#B9DD92
(185,221,146)
#C0E09E
(192,224,158)
#C7E3AA
(199,227,170)
#CEE6B6
(206,230,182)
#D5E9C2
(213,233,194)
#DCECCE
(220,236,206)
#E3EFDA
(227,239,218)
#EAF2E6
(234,242,230)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD77A color. Also use rgb(171,215,122) instead hex code.

Text Font Color

.myTextColor { color: #ABD77A; }

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

This text font color is #ABD77A.


Background Color

.myBgColor { background-color: #ABD77A; }

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

This div background color is #ABD77A.


Border color

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

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

This div border color is #ABD77A.


Opacity

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

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

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

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

This text has shadow with #ABD77A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD77A on black background.


Color preview on white background

This text has color #ABD77A on white background.



Black color preview on #ABD77A background

This text has black color on #ABD77A background.


White color preview on #ABD77A background

This text has white color on #ABD77A background.