COLOR #ADC090

HEX: #ADC090
RGB: (173,192,144)

Renk bilgisi

#ADC090 contains red, green and blue colors in about the same proportion. #ADC090 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADC090 color RGB value is (173,192,144).

  • kırmız ton 173;
  • yeşil ton 192;
  • mavi ton 144.
RGB:
(173,192,144)
(68%,75%,56%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 192 of 255 = 75%
B 144 of 255 = 56%

173
192
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 192 + 144 = 509 (100%)
R 173 of 509 ~ 33.99%
G 192 of 509 ~ 37.72%
B 144 of 509 ~ 28.29%

%33.99
%37.72
%28.29

CMYK RENK MODELİ

#ADC090 rengi CMYK tonu (10,0,25,25).

  • camgöbeği tonu 9.90%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 24.71%
CMYK:
(10,0,25,25)
C10M0Y25K25 
(10%,0%,25%,25%)
(0.10/0.00/0.25/0.25)	

CMYK yüzdeleri

%9.9
%0
%25
%24.71

Codes

Color #ADC090 in popluar color models

ADC090
RGB173192144
HSL84°27.59%65.88%
HSB/HSV84°25.00%75.29%
CMYK9.90%0.00%25.00%
24.71%

Color #ADC090 in popluar number systems.

HEXADC090
Decimal173192144
Binary101011011100000010010000
Octal255300220

Shades and tints

Shades of #ADC090

#ADC090
(173,192,144)
#9EAF83
(158,175,131)
#8F9E76
(143,158,118)
#808D69
(128,141,105)
#717C5C
(113,124,92)
#626B4F
(98,107,79)
#535A42
(83,90,66)
#444935
(68,73,53)
#353828
(53,56,40)
#26271B
(38,39,27)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #ADC090

#ADC090
(173,192,144)
#B4C59A
(180,197,154)
#BBCAA4
(187,202,164)
#C2CFAE
(194,207,174)
#C9D4B8
(201,212,184)
#D0D9C2
(208,217,194)
#D7DECC
(215,222,204)
#DEE3D6
(222,227,214)
#E5E8E0
(229,232,224)
#ECEDEA
(236,237,234)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC090 color. Also use rgb(173,192,144) instead hex code.

Text Font Color

.myTextColor { color: #ADC090; }

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

This text font color is #ADC090.


Background Color

.myBgColor { background-color: #ADC090; }

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

This div background color is #ADC090.


Border color

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

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

This div border color is #ADC090.


Opacity

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

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

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

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

This text has shadow with #ADC090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC090 on black background.


Color preview on white background

This text has color #ADC090 on white background.



Black color preview on #ADC090 background

This text has black color on #ADC090 background.


White color preview on #ADC090 background

This text has white color on #ADC090 background.