COLOR #ADF962

HEX: #ADF962
RGB: (173,249,98)

Renk bilgisi

#ADF962 contains mainly green color. #ADF962 ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#ADF962 color RGB value is (173,249,98).

  • kırmız ton 173;
  • yeşil ton 249;
  • mavi ton 98.
RGB:
(173,249,98)
(68%,98%,38%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 249 of 255 = 98%
B 98 of 255 = 38%

173
249
98

R + G + B ~ 68%. #ADF962 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 249 + 98 = 520 (100%)
R 173 of 520 ~ 33.27%
G 249 of 520 ~ 47.88%
B 98 of 520 ~ 18.85%

%33.27
%47.88
%18.85

CMYK RENK MODELİ

#ADF962 rengi CMYK tonu (31,0,61,2).

  • camgöbeği tonu 30.52%
  • eflatun tonu 0.00%
  • sarı tonu 60.64%
  • ana renk tonu 2.35%
CMYK:
(31,0,61,2)
C31M0Y61K2 
(31%,0%,61%,2%)
(0.31/0.00/0.61/0.02)	

CMYK yüzdeleri

%30.52
%0
%60.64
%2.35

Codes

Color #ADF962 in popluar color models

ADF962
RGB17324998
HSL90°92.64%68.04%
HSB/HSV90°60.64%97.65%
CMYK30.52%0.00%60.64%
2.35%

Color #ADF962 in popluar number systems.

HEXADF962
Decimal17324998
Binary10101101111110011100010
Octal255371142

Shades and tints

Shades of #ADF962

#ADF962
(173,249,98)
#9EE35A
(158,227,90)
#8FCD52
(143,205,82)
#80B74A
(128,183,74)
#71A142
(113,161,66)
#628B3A
(98,139,58)
#537532
(83,117,50)
#445F2A
(68,95,42)
#354922
(53,73,34)
#26331A
(38,51,26)
#171D12
(23,29,18)
#000000
(0,0,0)

Tints of #ADF962

#ADF962
(173,249,98)
#B4F970
(180,249,112)
#BBF97E
(187,249,126)
#C2F98C
(194,249,140)
#C9F99A
(201,249,154)
#D0F9A8
(208,249,168)
#D7F9B6
(215,249,182)
#DEF9C4
(222,249,196)
#E5F9D2
(229,249,210)
#ECF9E0
(236,249,224)
#F3F9EE
(243,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF962 color. Also use rgb(173,249,98) instead hex code.

Text Font Color

.myTextColor { color: #ADF962; }

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

This text font color is #ADF962.


Background Color

.myBgColor { background-color: #ADF962; }

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

This div background color is #ADF962.


Border color

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

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

This div border color is #ADF962.


Opacity

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

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

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

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

This text has shadow with #ADF962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADF962 on black background.


Color preview on white background

This text has color #ADF962 on white background.



Black color preview on #ADF962 background

This text has black color on #ADF962 background.


White color preview on #ADF962 background

This text has white color on #ADF962 background.