COLOR #ADD294

HEX: #ADD294
RGB: (173,210,148)

Renk bilgisi

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

RGB renk modeli

#ADD294 color RGB value is (173,210,148).

  • kırmız ton 173;
  • yeşil ton 210;
  • mavi ton 148.
RGB:
(173,210,148)
(68%,82%,58%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 210 of 255 = 82%
B 148 of 255 = 58%

173
210
148

R + G + B ~ 69%. #ADD294 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 210 + 148 = 531 (100%)
R 173 of 531 ~ 32.58%
G 210 of 531 ~ 39.55%
B 148 of 531 ~ 27.87%

%32.58
%39.55
%27.87

CMYK RENK MODELİ

#ADD294 rengi CMYK tonu (18,0,30,18).

  • camgöbeği tonu 17.62%
  • eflatun tonu 0.00%
  • sarı tonu 29.52%
  • ana renk tonu 17.65%
CMYK:
(18,0,30,18)
C18M0Y30K18 
(18%,0%,30%,18%)
(0.18/0.00/0.30/0.18)	

CMYK yüzdeleri

%17.62
%0
%29.52
%17.65

Codes

Color #ADD294 in popluar color models

ADD294
RGB173210148
HSL96°40.79%70.20%
HSB/HSV96°29.52%82.35%
CMYK17.62%0.00%29.52%
17.65%

Color #ADD294 in popluar number systems.

HEXADD294
Decimal173210148
Binary101011011101001010010100
Octal255322224

Shades and tints

Shades of #ADD294

#ADD294
(173,210,148)
#9EBF87
(158,191,135)
#8FAC7A
(143,172,122)
#80996D
(128,153,109)
#718660
(113,134,96)
#627353
(98,115,83)
#536046
(83,96,70)
#444D39
(68,77,57)
#353A2C
(53,58,44)
#26271F
(38,39,31)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #ADD294

#ADD294
(173,210,148)
#B4D69D
(180,214,157)
#BBDAA6
(187,218,166)
#C2DEAF
(194,222,175)
#C9E2B8
(201,226,184)
#D0E6C1
(208,230,193)
#D7EACA
(215,234,202)
#DEEED3
(222,238,211)
#E5F2DC
(229,242,220)
#ECF6E5
(236,246,229)
#F3FAEE
(243,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD294 color. Also use rgb(173,210,148) instead hex code.

Text Font Color

.myTextColor { color: #ADD294; }

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

This text font color is #ADD294.


Background Color

.myBgColor { background-color: #ADD294; }

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

This div background color is #ADD294.


Border color

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

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

This div border color is #ADD294.


Opacity

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

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

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

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

This text has shadow with #ADD294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD294 on black background.


Color preview on white background

This text has color #ADD294 on white background.



Black color preview on #ADD294 background

This text has black color on #ADD294 background.


White color preview on #ADD294 background

This text has white color on #ADD294 background.