COLOR #ADC024

HEX: #ADC024
RGB: (173,192,36)

Renk bilgisi

#ADC024 contains mainly red and green colors. #ADC024 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#ADC024 color RGB value is (173,192,36).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 192 of 255 = 75%
B 36 of 255 = 14%

173
192
36

R + G + B ~ 52%. #ADC024 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 192 + 36 = 401 (100%)
R 173 of 401 ~ 43.14%
G 192 of 401 ~ 47.88%
B 36 of 401 ~ 8.98%

%43.14
%47.88

CMYK RENK MODELİ

#ADC024 rengi CMYK tonu (10,0,81,25).

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

CMYK yüzdeleri

%9.9
%0
%81.25
%24.71

Codes

Color #ADC024 in popluar color models

ADC024
RGB17319236
HSL67°68.42%44.71%
HSB/HSV67°81.25%75.29%
CMYK9.90%0.00%81.25%
24.71%

Color #ADC024 in popluar number systems.

HEXADC024
Decimal17319236
Binary1010110111000000100100
Octal25530044

Shades and tints

Shades of #ADC024

#ADC024
(173,192,36)
#9EAF21
(158,175,33)
#8F9E1E
(143,158,30)
#808D1B
(128,141,27)
#717C18
(113,124,24)
#626B15
(98,107,21)
#535A12
(83,90,18)
#44490F
(68,73,15)
#35380C
(53,56,12)
#262709
(38,39,9)
#171606
(23,22,6)
#000000
(0,0,0)

Tints of #ADC024

#ADC024
(173,192,36)
#B4C537
(180,197,55)
#BBCA4A
(187,202,74)
#C2CF5D
(194,207,93)
#C9D470
(201,212,112)
#D0D983
(208,217,131)
#D7DE96
(215,222,150)
#DEE3A9
(222,227,169)
#E5E8BC
(229,232,188)
#ECEDCF
(236,237,207)
#F3F2E2
(243,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC024; }

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

This text font color is #ADC024.


Background Color

.myBgColor { background-color: #ADC024; }

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

This div background color is #ADC024.


Border color

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

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

This div border color is #ADC024.


Opacity

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

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

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

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

This text has shadow with #ADC024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC024 on black background.


Color preview on white background

This text has color #ADC024 on white background.



Black color preview on #ADC024 background

This text has black color on #ADC024 background.


White color preview on #ADC024 background

This text has white color on #ADC024 background.