COLOR #A7D428

HEX: #A7D428
RGB: (167,212,40)

Renk bilgisi

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

RGB renk modeli

#A7D428 color RGB value is (167,212,40).

  • kırmız ton 167;
  • yeşil ton 212;
  • mavi ton 40.
RGB:
(167,212,40)
(65%,83%,16%)

RGB bağlantıları ve doygunluk

R 167 of 255 = 65%
G 212 of 255 = 83%
B 40 of 255 = 16%

167
212
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
167 + 212 + 40 = 419 (100%)
R 167 of 419 ~ 39.86%
G 212 of 419 ~ 50.6%
B 40 of 419 ~ 9.55%

%39.86
%50.6
%9.55

CMYK RENK MODELİ

#A7D428 rengi CMYK tonu (21,0,81,17).

  • camgöbeği tonu 21.23%
  • eflatun tonu 0.00%
  • sarı tonu 81.13%
  • ana renk tonu 16.86%
CMYK:
(21,0,81,17)
C21M0Y81K17 
(21%,0%,81%,17%)
(0.21/0.00/0.81/0.17)	

CMYK yüzdeleri

%21.23
%0
%81.13
%16.86

Codes

Color #A7D428 in popluar color models

A7D428
RGB16721240
HSL76°68.25%49.41%
HSB/HSV76°81.13%83.14%
CMYK21.23%0.00%81.13%
16.86%

Color #A7D428 in popluar number systems.

HEXA7D428
Decimal16721240
Binary1010011111010100101000
Octal24732450

Shades and tints

Shades of #A7D428

#A7D428
(167,212,40)
#98C125
(152,193,37)
#89AE22
(137,174,34)
#7A9B1F
(122,155,31)
#6B881C
(107,136,28)
#5C7519
(92,117,25)
#4D6216
(77,98,22)
#3E4F13
(62,79,19)
#2F3C10
(47,60,16)
#20290D
(32,41,13)
#11160A
(17,22,10)
#000000
(0,0,0)

Tints of #A7D428

#A7D428
(167,212,40)
#AFD73B
(175,215,59)
#B7DA4E
(183,218,78)
#BFDD61
(191,221,97)
#C7E074
(199,224,116)
#CFE387
(207,227,135)
#D7E69A
(215,230,154)
#DFE9AD
(223,233,173)
#E7ECC0
(231,236,192)
#EFEFD3
(239,239,211)
#F7F2E6
(247,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7D428 color. Also use rgb(167,212,40) instead hex code.

Text Font Color

.myTextColor { color: #A7D428; }

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

This text font color is #A7D428.


Background Color

.myBgColor { background-color: #A7D428; }

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

This div background color is #A7D428.


Border color

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

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

This div border color is #A7D428.


Opacity

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

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

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

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

This text has shadow with #A7D428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7D428 on black background.


Color preview on white background

This text has color #A7D428 on white background.



Black color preview on #A7D428 background

This text has black color on #A7D428 background.


White color preview on #A7D428 background

This text has white color on #A7D428 background.