COLOR #ADDA7D

HEX: #ADDA7D
RGB: (173,218,125)

Renk bilgisi

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

RGB renk modeli

#ADDA7D color RGB value is (173,218,125).

  • kırmız ton 173;
  • yeşil ton 218;
  • mavi ton 125.
RGB:
(173,218,125)
(68%,85%,49%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 218 of 255 = 85%
B 125 of 255 = 49%

173
218
125

R + G + B ~ 67%. #ADDA7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 218 + 125 = 516 (100%)
R 173 of 516 ~ 33.53%
G 218 of 516 ~ 42.25%
B 125 of 516 ~ 24.22%

%33.53
%42.25
%24.22

CMYK RENK MODELİ

#ADDA7D rengi CMYK tonu (21,0,43,15).

  • camgöbeği tonu 20.64%
  • eflatun tonu 0.00%
  • sarı tonu 42.66%
  • ana renk tonu 14.51%
CMYK:
(21,0,43,15)
C21M0Y43K15 
(21%,0%,43%,15%)
(0.21/0.00/0.43/0.15)	

CMYK yüzdeleri

%20.64
%0
%42.66
%14.51

Codes

Color #ADDA7D in popluar color models

ADDA7D
RGB173218125
HSL89°55.69%67.25%
HSB/HSV89°42.66%85.49%
CMYK20.64%0.00%42.66%
14.51%

Color #ADDA7D in popluar number systems.

HEXADDA7D
Decimal173218125
Binary10101101110110101111101
Octal255332175

Shades and tints

Shades of #ADDA7D

#ADDA7D
(173,218,125)
#9EC772
(158,199,114)
#8FB467
(143,180,103)
#80A15C
(128,161,92)
#718E51
(113,142,81)
#627B46
(98,123,70)
#53683B
(83,104,59)
#445530
(68,85,48)
#354225
(53,66,37)
#262F1A
(38,47,26)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #ADDA7D

#ADDA7D
(173,218,125)
#B4DD88
(180,221,136)
#BBE093
(187,224,147)
#C2E39E
(194,227,158)
#C9E6A9
(201,230,169)
#D0E9B4
(208,233,180)
#D7ECBF
(215,236,191)
#DEEFCA
(222,239,202)
#E5F2D5
(229,242,213)
#ECF5E0
(236,245,224)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADDA7D color. Also use rgb(173,218,125) instead hex code.

Text Font Color

.myTextColor { color: #ADDA7D; }

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

This text font color is #ADDA7D.


Background Color

.myBgColor { background-color: #ADDA7D; }

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

This div background color is #ADDA7D.


Border color

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

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

This div border color is #ADDA7D.


Opacity

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

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

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

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

This text has shadow with #ADDA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDA7D on black background.


Color preview on white background

This text has color #ADDA7D on white background.



Black color preview on #ADDA7D background

This text has black color on #ADDA7D background.


White color preview on #ADDA7D background

This text has white color on #ADDA7D background.