COLOR #ADC581

HEX: #ADC581
RGB: (173,197,129)

Renk bilgisi

#ADC581 contains mainly red and green colors. #ADC581 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADC581 color RGB value is (173,197,129).

  • kırmız ton 173;
  • yeşil ton 197;
  • mavi ton 129.
RGB:
(173,197,129)
(68%,77%,51%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 197 of 255 = 77%
B 129 of 255 = 51%

173
197
129

R + G + B ~ 65%. #ADC581 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 197 + 129 = 499 (100%)
R 173 of 499 ~ 34.67%
G 197 of 499 ~ 39.48%
B 129 of 499 ~ 25.85%

%34.67
%39.48
%25.85

CMYK RENK MODELİ

#ADC581 rengi CMYK tonu (12,0,35,23).

  • camgöbeği tonu 12.18%
  • eflatun tonu 0.00%
  • sarı tonu 34.52%
  • ana renk tonu 22.75%
CMYK:
(12,0,35,23)
C12M0Y35K23 
(12%,0%,35%,23%)
(0.12/0.00/0.35/0.23)	

CMYK yüzdeleri

%12.18
%0
%34.52
%22.75

Codes

Color #ADC581 in popluar color models

ADC581
RGB173197129
HSL81°36.96%63.92%
HSB/HSV81°34.52%77.25%
CMYK12.18%0.00%34.52%
22.75%

Color #ADC581 in popluar number systems.

HEXADC581
Decimal173197129
Binary101011011100010110000001
Octal255305201

Shades and tints

Shades of #ADC581

#ADC581
(173,197,129)
#9EB476
(158,180,118)
#8FA36B
(143,163,107)
#809260
(128,146,96)
#718155
(113,129,85)
#62704A
(98,112,74)
#535F3F
(83,95,63)
#444E34
(68,78,52)
#353D29
(53,61,41)
#262C1E
(38,44,30)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #ADC581

#ADC581
(173,197,129)
#B4CA8C
(180,202,140)
#BBCF97
(187,207,151)
#C2D4A2
(194,212,162)
#C9D9AD
(201,217,173)
#D0DEB8
(208,222,184)
#D7E3C3
(215,227,195)
#DEE8CE
(222,232,206)
#E5EDD9
(229,237,217)
#ECF2E4
(236,242,228)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC581 color. Also use rgb(173,197,129) instead hex code.

Text Font Color

.myTextColor { color: #ADC581; }

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

This text font color is #ADC581.


Background Color

.myBgColor { background-color: #ADC581; }

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

This div background color is #ADC581.


Border color

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

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

This div border color is #ADC581.


Opacity

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

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

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

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

This text has shadow with #ADC581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC581 on black background.


Color preview on white background

This text has color #ADC581 on white background.



Black color preview on #ADC581 background

This text has black color on #ADC581 background.


White color preview on #ADC581 background

This text has white color on #ADC581 background.