COLOR #ADE73E

HEX: #ADE73E
RGB: (173,231,62)

Renk bilgisi

#ADE73E contains mainly red and green colors. #ADE73E ‘ nin web güvenlik rengi #99FF33 (ya da #9F3) dir.

RGB renk modeli

#ADE73E color RGB value is (173,231,62).

  • kırmız ton 173;
  • yeşil ton 231;
  • mavi ton 62.
RGB:
(173,231,62)
(68%,91%,24%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 231 of 255 = 91%
B 62 of 255 = 24%

173
231
62

R + G + B ~ 61%. #ADE73E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 231 + 62 = 466 (100%)
R 173 of 466 ~ 37.12%
G 231 of 466 ~ 49.57%
B 62 of 466 ~ 13.3%

%37.12
%49.57
%13.3

CMYK RENK MODELİ

#ADE73E rengi CMYK tonu (25,0,73,9).

  • camgöbeği tonu 25.11%
  • eflatun tonu 0.00%
  • sarı tonu 73.16%
  • ana renk tonu 9.41%
CMYK:
(25,0,73,9)
C25M0Y73K9 
(25%,0%,73%,9%)
(0.25/0.00/0.73/0.09)	

CMYK yüzdeleri

%25.11
%0
%73.16
%9.41

Codes

Color #ADE73E in popluar color models

ADE73E
RGB17323162
HSL81°77.88%57.45%
HSB/HSV81°73.16%90.59%
CMYK25.11%0.00%73.16%
9.41%

Color #ADE73E in popluar number systems.

HEXADE73E
Decimal17323162
Binary1010110111100111111110
Octal25534776

Shades and tints

Shades of #ADE73E

#ADE73E
(173,231,62)
#9ED239
(158,210,57)
#8FBD34
(143,189,52)
#80A82F
(128,168,47)
#71932A
(113,147,42)
#627E25
(98,126,37)
#536920
(83,105,32)
#44541B
(68,84,27)
#353F16
(53,63,22)
#262A11
(38,42,17)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #ADE73E

#ADE73E
(173,231,62)
#B4E94F
(180,233,79)
#BBEB60
(187,235,96)
#C2ED71
(194,237,113)
#C9EF82
(201,239,130)
#D0F193
(208,241,147)
#D7F3A4
(215,243,164)
#DEF5B5
(222,245,181)
#E5F7C6
(229,247,198)
#ECF9D7
(236,249,215)
#F3FBE8
(243,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE73E color. Also use rgb(173,231,62) instead hex code.

Text Font Color

.myTextColor { color: #ADE73E; }

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

This text font color is #ADE73E.


Background Color

.myBgColor { background-color: #ADE73E; }

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

This div background color is #ADE73E.


Border color

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

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

This div border color is #ADE73E.


Opacity

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

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

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

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

This text has shadow with #ADE73E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE73E on black background.


Color preview on white background

This text has color #ADE73E on white background.



Black color preview on #ADE73E background

This text has black color on #ADE73E background.


White color preview on #ADE73E background

This text has white color on #ADE73E background.