COLOR #ADD475

HEX: #ADD475
RGB: (173,212,117)

Renk bilgisi

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

RGB renk modeli

#ADD475 color RGB value is (173,212,117).

  • kırmız ton 173;
  • yeşil ton 212;
  • mavi ton 117.
RGB:
(173,212,117)
(68%,83%,46%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 212 of 255 = 83%
B 117 of 255 = 46%

173
212
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 212 + 117 = 502 (100%)
R 173 of 502 ~ 34.46%
G 212 of 502 ~ 42.23%
B 117 of 502 ~ 23.31%

%34.46
%42.23
%23.31

CMYK RENK MODELİ

#ADD475 rengi CMYK tonu (18,0,45,17).

  • camgöbeği tonu 18.40%
  • eflatun tonu 0.00%
  • sarı tonu 44.81%
  • ana renk tonu 16.86%
CMYK:
(18,0,45,17)
C18M0Y45K17 
(18%,0%,45%,17%)
(0.18/0.00/0.45/0.17)	

CMYK yüzdeleri

%18.4
%0
%44.81
%16.86

Codes

Color #ADD475 in popluar color models

ADD475
RGB173212117
HSL85°52.49%64.51%
HSB/HSV85°44.81%83.14%
CMYK18.40%0.00%44.81%
16.86%

Color #ADD475 in popluar number systems.

HEXADD475
Decimal173212117
Binary10101101110101001110101
Octal255324165

Shades and tints

Shades of #ADD475

#ADD475
(173,212,117)
#9EC16B
(158,193,107)
#8FAE61
(143,174,97)
#809B57
(128,155,87)
#71884D
(113,136,77)
#627543
(98,117,67)
#536239
(83,98,57)
#444F2F
(68,79,47)
#353C25
(53,60,37)
#26291B
(38,41,27)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #ADD475

#ADD475
(173,212,117)
#B4D781
(180,215,129)
#BBDA8D
(187,218,141)
#C2DD99
(194,221,153)
#C9E0A5
(201,224,165)
#D0E3B1
(208,227,177)
#D7E6BD
(215,230,189)
#DEE9C9
(222,233,201)
#E5ECD5
(229,236,213)
#ECEFE1
(236,239,225)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD475 color. Also use rgb(173,212,117) instead hex code.

Text Font Color

.myTextColor { color: #ADD475; }

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

This text font color is #ADD475.


Background Color

.myBgColor { background-color: #ADD475; }

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

This div background color is #ADD475.


Border color

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

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

This div border color is #ADD475.


Opacity

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

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

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

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

This text has shadow with #ADD475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD475 on black background.


Color preview on white background

This text has color #ADD475 on white background.



Black color preview on #ADD475 background

This text has black color on #ADD475 background.


White color preview on #ADD475 background

This text has white color on #ADD475 background.