COLOR #ADD995

HEX: #ADD995
RGB: (173,217,149)

Renk bilgisi

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

RGB renk modeli

#ADD995 color RGB value is (173,217,149).

  • kırmız ton 173;
  • yeşil ton 217;
  • mavi ton 149.
RGB:
(173,217,149)
(68%,85%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 217 of 255 = 85%
B 149 of 255 = 58%

173
217
149

R + G + B ~ 70%. #ADD995 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 217 + 149 = 539 (100%)
R 173 of 539 ~ 32.1%
G 217 of 539 ~ 40.26%
B 149 of 539 ~ 27.64%

%32.1
%40.26
%27.64

CMYK RENK MODELİ

#ADD995 rengi CMYK tonu (20,0,31,15).

  • camgöbeği tonu 20.28%
  • eflatun tonu 0.00%
  • sarı tonu 31.34%
  • ana renk tonu 14.90%
CMYK:
(20,0,31,15)
C20M0Y31K15 
(20%,0%,31%,15%)
(0.20/0.00/0.31/0.15)	

CMYK yüzdeleri

%20.28
%0
%31.34
%14.9

Codes

Color #ADD995 in popluar color models

ADD995
RGB173217149
HSL99°47.22%71.76%
HSB/HSV99°31.34%85.10%
CMYK20.28%0.00%31.34%
14.90%

Color #ADD995 in popluar number systems.

HEXADD995
Decimal173217149
Binary101011011101100110010101
Octal255331225

Shades and tints

Shades of #ADD995

#ADD995
(173,217,149)
#9EC688
(158,198,136)
#8FB37B
(143,179,123)
#80A06E
(128,160,110)
#718D61
(113,141,97)
#627A54
(98,122,84)
#536747
(83,103,71)
#44543A
(68,84,58)
#35412D
(53,65,45)
#262E20
(38,46,32)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #ADD995

#ADD995
(173,217,149)
#B4DC9E
(180,220,158)
#BBDFA7
(187,223,167)
#C2E2B0
(194,226,176)
#C9E5B9
(201,229,185)
#D0E8C2
(208,232,194)
#D7EBCB
(215,235,203)
#DEEED4
(222,238,212)
#E5F1DD
(229,241,221)
#ECF4E6
(236,244,230)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD995 color. Also use rgb(173,217,149) instead hex code.

Text Font Color

.myTextColor { color: #ADD995; }

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

This text font color is #ADD995.


Background Color

.myBgColor { background-color: #ADD995; }

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

This div background color is #ADD995.


Border color

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

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

This div border color is #ADD995.


Opacity

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

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

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

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

This text has shadow with #ADD995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD995 on black background.


Color preview on white background

This text has color #ADD995 on white background.



Black color preview on #ADD995 background

This text has black color on #ADD995 background.


White color preview on #ADD995 background

This text has white color on #ADD995 background.