COLOR #ADE265

HEX: #ADE265
RGB: (173,226,101)

Renk bilgisi

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

RGB renk modeli

#ADE265 color RGB value is (173,226,101).

  • kırmız ton 173;
  • yeşil ton 226;
  • mavi ton 101.
RGB:
(173,226,101)
(68%,89%,40%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 226 of 255 = 89%
B 101 of 255 = 40%

173
226
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 226 + 101 = 500 (100%)
R 173 of 500 ~ 34.6%
G 226 of 500 ~ 45.2%
B 101 of 500 ~ 20.2%

%34.6
%45.2
%20.2

CMYK RENK MODELİ

#ADE265 rengi CMYK tonu (23,0,55,11).

  • camgöbeği tonu 23.45%
  • eflatun tonu 0.00%
  • sarı tonu 55.31%
  • ana renk tonu 11.37%
CMYK:
(23,0,55,11)
C23M0Y55K11 
(23%,0%,55%,11%)
(0.23/0.00/0.55/0.11)	

CMYK yüzdeleri

%23.45
%0
%55.31
%11.37

Codes

Color #ADE265 in popluar color models

ADE265
RGB173226101
HSL85°68.31%64.12%
HSB/HSV85°55.31%88.63%
CMYK23.45%0.00%55.31%
11.37%

Color #ADE265 in popluar number systems.

HEXADE265
Decimal173226101
Binary10101101111000101100101
Octal255342145

Shades and tints

Shades of #ADE265

#ADE265
(173,226,101)
#9ECE5C
(158,206,92)
#8FBA53
(143,186,83)
#80A64A
(128,166,74)
#719241
(113,146,65)
#627E38
(98,126,56)
#536A2F
(83,106,47)
#445626
(68,86,38)
#35421D
(53,66,29)
#262E14
(38,46,20)
#171A0B
(23,26,11)
#000000
(0,0,0)

Tints of #ADE265

#ADE265
(173,226,101)
#B4E473
(180,228,115)
#BBE681
(187,230,129)
#C2E88F
(194,232,143)
#C9EA9D
(201,234,157)
#D0ECAB
(208,236,171)
#D7EEB9
(215,238,185)
#DEF0C7
(222,240,199)
#E5F2D5
(229,242,213)
#ECF4E3
(236,244,227)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE265 color. Also use rgb(173,226,101) instead hex code.

Text Font Color

.myTextColor { color: #ADE265; }

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

This text font color is #ADE265.


Background Color

.myBgColor { background-color: #ADE265; }

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

This div background color is #ADE265.


Border color

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

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

This div border color is #ADE265.


Opacity

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

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

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

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

This text has shadow with #ADE265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE265 on black background.


Color preview on white background

This text has color #ADE265 on white background.



Black color preview on #ADE265 background

This text has black color on #ADE265 background.


White color preview on #ADE265 background

This text has white color on #ADE265 background.