COLOR #9ADD8C

HEX: #9ADD8C
RGB: (154,221,140)

Renk bilgisi

#9ADD8C contains mainly green color. #9ADD8C ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#9ADD8C color RGB value is (154,221,140).

  • kırmız ton 154;
  • yeşil ton 221;
  • mavi ton 140.
RGB:
(154,221,140)
(60%,87%,55%)

RGB bağlantıları ve doygunluk

R 154 of 255 = 60%
G 221 of 255 = 87%
B 140 of 255 = 55%

154
221
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
154 + 221 + 140 = 515 (100%)
R 154 of 515 ~ 29.9%
G 221 of 515 ~ 42.91%
B 140 of 515 ~ 27.18%

%29.9
%42.91
%27.18

CMYK RENK MODELİ

#9ADD8C rengi CMYK tonu (30,0,37,13).

  • camgöbeği tonu 30.32%
  • eflatun tonu 0.00%
  • sarı tonu 36.65%
  • ana renk tonu 13.33%
CMYK:
(30,0,37,13)
C30M0Y37K13 
(30%,0%,37%,13%)
(0.30/0.00/0.37/0.13)	

CMYK yüzdeleri

%30.32
%0
%36.65
%13.33

Codes

Color #9ADD8C in popluar color models

9ADD8C
RGB154221140
HSL110°54.36%70.78%
HSB/HSV110°36.65%86.67%
CMYK30.32%0.00%36.65%
13.33%

Color #9ADD8C in popluar number systems.

HEX9ADD8C
Decimal154221140
Binary100110101101110110001100
Octal232335214

Shades and tints

Shades of #9ADD8C

#9ADD8C
(154,221,140)
#8CC980
(140,201,128)
#7EB574
(126,181,116)
#70A168
(112,161,104)
#628D5C
(98,141,92)
#547950
(84,121,80)
#466544
(70,101,68)
#385138
(56,81,56)
#2A3D2C
(42,61,44)
#1C2920
(28,41,32)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #9ADD8C

#9ADD8C
(154,221,140)
#A3E096
(163,224,150)
#ACE3A0
(172,227,160)
#B5E6AA
(181,230,170)
#BEE9B4
(190,233,180)
#C7ECBE
(199,236,190)
#D0EFC8
(208,239,200)
#D9F2D2
(217,242,210)
#E2F5DC
(226,245,220)
#EBF8E6
(235,248,230)
#F4FBF0
(244,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ADD8C color. Also use rgb(154,221,140) instead hex code.

Text Font Color

.myTextColor { color: #9ADD8C; }

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

This text font color is #9ADD8C.


Background Color

.myBgColor { background-color: #9ADD8C; }

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

This div background color is #9ADD8C.


Border color

.myBorderColor { border: 1px solid #9ADD8C; }

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

This div border color is #9ADD8C.


Opacity

.myOpacity80 { color: #9ADD8C; opacity: 0.8; }

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

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

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

This text has shadow with #9ADD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ADD8C on black background.


Color preview on white background

This text has color #9ADD8C on white background.



Black color preview on #9ADD8C background

This text has black color on #9ADD8C background.


White color preview on #9ADD8C background

This text has white color on #9ADD8C background.